Skip to content

Commit

Permalink
chore: bump version to 0.5.6 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Jul 12, 2024
1 parent 2e8dde5 commit c6d6027
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 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",
"version": "0.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build:clean": "rm -rf ./lib",
Expand Down
2 changes: 1 addition & 1 deletion genkit-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm install && pnpm build:common && pnpm build:cli && pnpm build:plugins",
Expand Down
2 changes: 1 addition & 1 deletion genkit-tools/plugins/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genkit-ai/tools-plugin-firebase",
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build:clean": "rm -rf ./lib",
Expand Down
2 changes: 1 addition & 1 deletion genkit-tools/plugins/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genkit-ai/tools-plugin-google-cloud",
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build:clean": "rm -rf ./lib",
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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion js/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"genai",
"generative-ai"
],
"version": "0.5.5",
"version": "0.5.6",
"type": "commonjs",
"main": "./lib/cjs/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm install && pnpm build:core && pnpm build:noncore",
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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"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.5.5",
"version": "0.5.6",
"type": "commonjs",
"scripts": {
"check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genkit",
"private": true,
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"preinstall": "npx only-allow pnpm",
"setup": "npm-run-all pnpm-install-js pnpm-install-genkit-tools build link-genkit-cli",
Expand Down

0 comments on commit c6d6027

Please sign in to comment.