Skip to content

Commit bb90559

Browse files
authored
bump version to 0.5.2 (#280)
1 parent 8231ae0 commit bb90559

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

genkit-tools/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genkit",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "CLI for interacting with the Google GenKit AI framework",
55
"license": "Apache-2.0",
66
"keywords": [

genkit-tools/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@genkit-ai/tools-common",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
55
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
66
"build:clean": "rm -rf ./lib",

genkit-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",
66
"build": "pnpm install && pnpm build:common && pnpm build:cli && pnpm build:plugins",

genkit-tools/plugins/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@genkit-ai/tools-plugin-firebase",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
55
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
66
"build:clean": "rm -rf ./lib",

genkit-tools/plugins/google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@genkit-ai/tools-plugin-google-cloud",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
55
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
66
"build:clean": "rm -rf ./lib",

js/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"genai",
88
"generative-ai"
99
],
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"type": "commonjs",
1212
"scripts": {
1313
"check": "tsc",

js/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"genai",
88
"generative-ai"
99
],
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"type": "commonjs",
1212
"scripts": {
1313
"check": "tsc",

js/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"genai",
88
"generative-ai"
99
],
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"type": "commonjs",
1212
"main": "./lib/cjs/index.js",
1313
"scripts": {

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",
66
"build": "pnpm install && pnpm build:core && pnpm build:noncore",

js/plugins/chroma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"genai",
1414
"generative-ai"
1515
],
16-
"version": "0.5.1",
16+
"version": "0.5.2",
1717
"type": "commonjs",
1818
"scripts": {
1919
"check": "tsc",

0 commit comments

Comments
 (0)