Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Nov 28, 2024
1 parent 3fdb785 commit 9cfd25f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/all-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkit-plugins-examples",
"version": "0.11.0",
"version": "0.11.1",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkitx-anthropic-example",
"version": "0.11.0",
"version": "0.11.1",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkitx-openai-example",
"version": "0.11.0",
"version": "0.11.1",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.11.0",
"version": "0.11.1",
"packages": ["plugins/*", "docs", "examples/*"]
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"genai",
"generative-ai"
],
"version": "0.11.0",
"version": "0.11.1",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.11.0",
"version": "0.11.1",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9cfd25f

Please sign in to comment.