Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidoort committed May 18, 2024
1 parent 1df0d70 commit f3a62b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"name": "genkit-plugins-examples",
"type": "commonjs",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "",
"keywords": [],
Expand All @@ -28,7 +28,7 @@
"genkitx-anthropicai": "^0.2.0",
"genkitx-azure-openai": "^0.2.0",
"genkitx-cohere": "^0.2.0",
"genkitx-groq": "^0.2.0",
"genkitx-groq": "^0.2.1",
"genkitx-mistral": "^0.2.0",
"genkitx-openai-plugin": "^0.2.0",
"zod": "^3.23.8"
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.2.0",
"version": "0.2.1",
"packages": ["plugins/*", "docs", "examples"]
}
6 changes: 3 additions & 3 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/groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.2.0",
"version": "0.2.1",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit f3a62b8

Please sign in to comment.