Skip to content

Commit

Permalink
chore: bump version to 0.9.0-dev.0 (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Oct 22, 2024
1 parent 5942e07 commit f60d22a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion genkit-tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genkit-cli",
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"description": "CLI for interacting with the Google Genkit AI framework",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion genkit-tools/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genkit-ai/tools-common",
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build:clean": "rimraf ./lib",
Expand Down
2 changes: 1 addition & 1 deletion genkit-tools/telemetry-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
Expand Down
2 changes: 1 addition & 1 deletion js/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/genkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"main": "./lib/cjs/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/chroma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/dev-local-vectorstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/dotprompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prompting",
"templating"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/evaluators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/google-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/googleai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/pinecone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"genai",
"generative-ai"
],
"version": "0.6.0-dev.2",
"version": "0.9.0-dev.0",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down

0 comments on commit f60d22a

Please sign in to comment.