Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit a96e1b9

Browse files
committed
chore: bump to 0.5.0
1 parent b8873c5 commit a96e1b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "genkit-plugins-root",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"scripts": {
66
"build": "yarn workspaces foreach -Rip --from 'genkitx-*' run build",
77
"test": "yarn workspaces foreach -Rip --from 'genkitx-*' run test"

plugins/anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"genai",
1616
"generative-ai"
1717
],
18-
"version": "0.4.0",
18+
"version": "0.5.0",
1919
"type": "commonjs",
2020
"repository": {
2121
"type": "git",

plugins/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"genai",
1515
"generative-ai"
1616
],
17-
"version": "0.4.0",
17+
"version": "0.5.0",
1818
"type": "commonjs",
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)