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

Commit 7b976e4

Browse files
committed
chore: bump to 0.7.1
1 parent efac356 commit 7b976e4

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.7.0",
4+
"version": "0.7.1",
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.7.0",
18+
"version": "0.7.1",
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.7.0",
17+
"version": "0.7.1",
1818
"type": "commonjs",
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)