Skip to content

Commit

Permalink
v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 14, 2024
1 parent 5de5f85 commit 9a824c3
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genkit-plugins-docs",
"description": "Documentation site for genkit-plugins",
"version": "0.0.0",
"version": "0.0.11",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.10",
"version": "0.0.11",
"packages": [
"plugins/*",
"docs"
Expand Down
15 changes: 8 additions & 7 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 @@ -16,7 +16,7 @@
"genai",
"generative-ai"
],
"version": "0.0.10",
"version": "0.0.11",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.0.10",
"version": "0.0.11",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.0.10",
"version": "0.0.11",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
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.0.10",
"version": "0.0.11",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.0.10",
"version": "0.0.11",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions plugins/openai/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/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.0.10",
"version": "0.0.11",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9a824c3

Please sign in to comment.