Skip to content

Commit

Permalink
RELEASING: Releasing 8 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @breadboard-ai/google-drive-kit@0.1.3
  @google-labs/breadboard-cli@0.9.5
  @google-labs/breadboard-web@1.10.1
  @google-labs/template-kit@0.3.4
  @breadboard-ai/python-wasm@0.1.2
  @google-labs/gemini-kit@0.5.1
  @google-labs/core-kit@0.10.1
  @google-labs/json-kit@0.3.2
  • Loading branch information
dglazkov committed Jun 29, 2024
1 parent 29774aa commit 24fddae
Show file tree
Hide file tree
Showing 18 changed files with 92 additions and 38 deletions.
12 changes: 0 additions & 12 deletions .changeset/ten-olives-punch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/breadboard-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @google-labs/breadboard-cli

## 0.9.5

### Patch Changes

- 29774aa: Update dependency package versions.
- Updated dependencies [29774aa]
- @google-labs/breadboard-web@1.10.1
- @google-labs/template-kit@0.3.4
- @google-labs/core-kit@0.10.1

## 0.9.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/breadboard-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"version": "0.9.4",
"version": "0.9.5",
"description": "A suite of tools for interacting with the Breadboard.",
"bin": {
"breadboard": "dist/src/index.js"
Expand Down Expand Up @@ -159,9 +159,9 @@
"@breadboard-ai/build": "0.7.0",
"@breadboard-ai/import": "0.1.4",
"@google-labs/breadboard": "^0.21.0",
"@google-labs/breadboard-web": "^1.10.0",
"@google-labs/core-kit": "^0.10.0",
"@google-labs/template-kit": "^0.3.3",
"@google-labs/breadboard-web": "^1.10.1",
"@google-labs/core-kit": "^0.10.1",
"@google-labs/template-kit": "^0.3.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/breadboard-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @google-labs/breadboard-web

## 1.10.1

### Patch Changes

- 29774aa: Update dependency package versions.
- Updated dependencies [29774aa]
- @breadboard-ai/google-drive-kit@0.1.3
- @google-labs/template-kit@0.3.4
- @breadboard-ai/python-wasm@0.1.2
- @google-labs/gemini-kit@0.5.1
- @google-labs/core-kit@0.10.1
- @google-labs/json-kit@0.3.2

## 1.10.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/breadboard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"version": "1.10.0",
"version": "1.10.1",
"description": "The Web runtime for Breadboard",
"main": "./build/index.js",
"exports": {
Expand Down Expand Up @@ -275,21 +275,21 @@
},
"dependencies": {
"@breadboard-ai/build": "0.7.0",
"@breadboard-ai/google-drive-kit": "0.1.2",
"@breadboard-ai/python-wasm": "0.1.1",
"@breadboard-ai/google-drive-kit": "0.1.3",
"@breadboard-ai/python-wasm": "0.1.2",
"@codemirror/autocomplete": "^6.16.3",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-javascript": "^6.2.2",
"@google-labs/agent-kit": "^0.8.0",
"@google-labs/breadboard": "^0.21.0",
"@google-labs/breadboard-manifest": "^0.2.0",
"@google-labs/breadboard-ui": "^0.9.0",
"@google-labs/core-kit": "^0.10.0",
"@google-labs/gemini-kit": "^0.5.0",
"@google-labs/json-kit": "^0.3.1",
"@google-labs/core-kit": "^0.10.1",
"@google-labs/gemini-kit": "^0.5.1",
"@google-labs/json-kit": "^0.3.2",
"@google-labs/node-nursery-web": "^1.1.4",
"@google-labs/palm-kit": "^0.0.15",
"@google-labs/template-kit": "^0.3.3",
"@google-labs/template-kit": "^0.3.4",
"@lit/context": "^1.1.2",
"codemirror": "^6.0.1",
"idb": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.10.1

### Patch Changes

- 29774aa: Update dependency package versions.

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"version": "0.10.0",
"version": "0.10.1",
"description": "A Breadboard Kit containing nodes that enable composition and reuse of boards.",
"main": "./dist/src/index.js",
"exports": "./dist/src/index.js",
Expand Down Expand Up @@ -121,7 +121,7 @@
"homepage": "https://github.com/breadboard-ai/breadboard/tree/main/packages/core-kit#readme",
"devDependencies": {
"@ava/typescript": "^4.0.0",
"@google-labs/template-kit": "^0.3.3",
"@google-labs/template-kit": "^0.3.4",
"@google-labs/tsconfig": "^0.0.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/gemini-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @google-labs/gemini-kit

## 0.5.1

### Patch Changes

- 29774aa: Update dependency package versions.
- Updated dependencies [29774aa]
- @google-labs/template-kit@0.3.4
- @google-labs/core-kit@0.10.1
- @google-labs/json-kit@0.3.2

## 0.5.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/gemini-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"version": "0.5.0",
"version": "0.5.1",
"description": "A Breadboard kit for using Gemini API",
"main": "./dist/src/index.js",
"exports": "./dist/src/index.js",
Expand Down Expand Up @@ -125,7 +125,7 @@
"homepage": "https://github.com/breadboard-ai/breadboard#readme",
"devDependencies": {
"@ava/typescript": "^4.0.0",
"@google-labs/breadboard-cli": "^0.9.4",
"@google-labs/breadboard-cli": "^0.9.5",
"@google-labs/tsconfig": "^0.0.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
Expand All @@ -136,9 +136,9 @@
"dependencies": {
"@breadboard-ai/build": "0.7.0",
"@google-labs/breadboard": "^0.21.0",
"@google-labs/core-kit": "^0.10.0",
"@google-labs/json-kit": "^0.3.1",
"@google-labs/core-kit": "^0.10.1",
"@google-labs/json-kit": "^0.3.2",
"@google-labs/node-nursery-web": "^1.1.4",
"@google-labs/template-kit": "^0.3.3"
"@google-labs/template-kit": "^0.3.4"
}
}
9 changes: 9 additions & 0 deletions packages/google-drive-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @breadboard-ai/google-drive-kit

## 0.1.3

### Patch Changes

- 29774aa: Update dependency package versions.
- Updated dependencies [29774aa]
- @google-labs/template-kit@0.3.4
- @google-labs/core-kit@0.10.1

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/google-drive-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadboard-ai/google-drive-kit",
"version": "0.1.2",
"version": "0.1.3",
"description": "Nodes for reading & writing to files in Google Drive, including Docs and Sheets",
"license": "Apache-2.0",
"author": "Google LLC",
Expand Down Expand Up @@ -132,8 +132,8 @@
},
"dependencies": {
"@breadboard-ai/build": "0.7.0",
"@google-labs/core-kit": "^0.10.0",
"@google-labs/template-kit": "^0.3.3"
"@google-labs/core-kit": "^0.10.1",
"@google-labs/template-kit": "^0.3.4"
},
"devDependencies": {
"eslint": "^8.57.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/json-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.2

### Patch Changes

- 29774aa: Update dependency package versions.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"version": "0.3.1",
"version": "0.3.2",
"description": "A Breadboard Kit containing nodes that facilitate wrangling JSON objects",
"main": "./dist/src/index.js",
"exports": "./dist/src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-proxy-server/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
},
"devDependencies": {
"@google-labs/breadboard": "^0.21.0",
"@google-labs/core-kit": "^0.10.0",
"@google-labs/core-kit": "^0.10.1",
"@google-labs/palm-kit": "^0.0.15",
"@google-labs/template-kit": "^0.3.3",
"@google-labs/template-kit": "^0.3.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/python-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @breadboard-ai/python-wasm

## 0.1.2

### Patch Changes

- 29774aa: Update dependency package versions.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/python-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadboard-ai/python-wasm",
"version": "0.1.1",
"version": "0.1.2",
"description": "A runPython Breadboard node which uses WASM (Web Assembly)",
"license": "Apache-2.0",
"author": "Google LLC",
Expand Down
6 changes: 6 additions & 0 deletions packages/template-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.4

### Patch Changes

- 29774aa: Update dependency package versions.

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/template-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"version": "0.3.3",
"version": "0.3.4",
"description": "Breadboard Kit that contains nodes for various sorts of templating",
"type": "module",
"main": "./dist/src/index.js",
Expand Down

0 comments on commit 24fddae

Please sign in to comment.