From 5188d2f9509215abf54710ff21376d2ca803d745 Mon Sep 17 00:00:00 2001 From: Giorgio Garasto Date: Thu, 16 May 2024 22:12:45 +0200 Subject: [PATCH] chore: bump to 0.6.0 --- package.json | 2 +- plugins/anthropic/package.json | 2 +- plugins/openai/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 11d749f..e2ba734 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "genkit-plugins-root", "private": true, - "version": "0.5.3", + "version": "0.6.0", "scripts": { "build": "yarn workspaces foreach -Rip --from 'genkitx-*' run build", "test": "yarn workspaces foreach -Rip --from 'genkitx-*' run test" diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json index f6d46b6..8398dd5 100644 --- a/plugins/anthropic/package.json +++ b/plugins/anthropic/package.json @@ -15,7 +15,7 @@ "genai", "generative-ai" ], - "version": "0.5.3", + "version": "0.6.0", "type": "commonjs", "repository": { "type": "git", diff --git a/plugins/openai/package.json b/plugins/openai/package.json index cbceaf7..10cf696 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -14,7 +14,7 @@ "genai", "generative-ai" ], - "version": "0.5.3", + "version": "0.6.0", "type": "commonjs", "repository": { "type": "git",