Skip to content

Commit 2edaaab

Browse files
authored
bump version to 0.5.0-rc.9 (#74)
1 parent e32f3eb commit 2edaaab

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

‎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.0-rc.8",
3+
"version": "0.5.0-rc.9",
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
"name": "genkit",
3-
"version": "0.5.0-rc.8",
3+
"version": "0.5.0-rc.9",
44
"description": "CLI for interacting with the Google GenKit AI framework",
55
"license": "Apache-2.0",
66
"keywords": [

‎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.0-rc.8",
10+
"version": "0.5.0-rc.9",
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.0-rc.8",
10+
"version": "0.5.0-rc.9",
1111
"type": "commonjs",
1212
"scripts": {
1313
"check": "tsc",

‎js/dotprompt/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prompting",
1010
"templating"
1111
],
12-
"version": "0.5.0-rc.8",
12+
"version": "0.5.0-rc.9",
1313
"type": "commonjs",
1414
"scripts": {
1515
"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.0-rc.8",
10+
"version": "0.5.0-rc.9",
1111
"type": "commonjs",
1212
"main": "./lib/cjs/index.js",
1313
"scripts": {

‎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.0-rc.8",
16+
"version": "0.5.0-rc.9",
1717
"type": "commonjs",
1818
"scripts": {
1919
"check": "tsc",

‎js/plugins/dev-local-vectorstore/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"genai",
1111
"generative-ai"
1212
],
13-
"version": "0.5.0-rc.8",
13+
"version": "0.5.0-rc.9",
1414
"type": "commonjs",
1515
"scripts": {
1616
"check": "tsc",

‎js/plugins/evaluators/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"genai",
1212
"generative-ai"
1313
],
14-
"version": "0.5.0-rc.8",
14+
"version": "0.5.0-rc.9",
1515
"type": "commonjs",
1616
"scripts": {
1717
"check": "tsc",

‎js/plugins/firebase/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.0-rc.8",
16+
"version": "0.5.0-rc.9",
1717
"type": "commonjs",
1818
"scripts": {
1919
"check": "tsc",

0 commit comments

Comments
 (0)