Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Nov 17, 2024
1 parent 48c4a68 commit 661fb6d
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 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.10.1",
"version": "0.11.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions 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.10.1",
"version": "0.11.0",
"description": "",
"main": "lib/index.js",
"private": true,
Expand All @@ -21,9 +21,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"genkit": "^0.9.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"genkit": "^0.9.0",
"genkitx-anthropic": "file:../../plugins/anthropic",
"genkitx-azure-openai": "file:../../plugins/azure-openai",
"genkitx-cohere": "file:../../plugins/cohere",
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": "1.0.0",
"version": "0.11.0",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/cohere/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkitx-cohere-example",
"version": "1.0.0",
"version": "0.11.0",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/groq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkitx-groq-example",
"version": "1.0.0",
"version": "0.11.0",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/mistral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkitx-mistral-example",
"version": "1.0.0",
"version": "0.11.0",
"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": "1.0.0",
"version": "0.11.0",
"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.10.2",
"version": "0.11.0",
"packages": ["plugins/*", "docs", "examples/*"]
}
34 changes: 17 additions & 17 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.10.1",
"version": "0.11.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"genai",
"generative-ai"
],
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"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.10.1",
"version": "0.11.0",
"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.10.0",
"version": "0.11.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.10.2",
"version": "0.11.0",
"type": "commonjs",
"repository": {
"type": "git",
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.10.0",
"version": "0.11.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hnsw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generative-ai",
"genai"
],
"version": "0.10.0",
"version": "0.11.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/milvus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkitx-milvus",
"version": "0.0.1",
"version": "0.11.0",
"type": "commonjs",
"description": "Genkit AI framework plugin for Milvus vector database.",
"scripts": {
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.10.0",
"version": "0.11.0",
"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.10.1",
"version": "0.11.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 661fb6d

Please sign in to comment.