Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Dec 19, 2023
1 parent b5b6367 commit a64e0cb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.9.0 (2023-12-19)

### Bug Fixes

- dont repeat updates for empty string values ([9cde92b](https://github.com/Agoric/ui-kit/commit/9cde92b9d82dc46cddd9ed7d2e8f9766759adc04))

## 0.8.0 (2023-12-15)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@agoric/rpc",
"description": "RPC Client Library for Agoric Dapps",
"license": "Apache-2.0",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"main": "dist/index.js",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.15.0 (2023-12-19)

### Bug Fixes

- fix erroneous provision status update ([faef9fa](https://github.com/Agoric/ui-kit/commit/faef9fa230d6a923a64b94d4a39d86b96941c5a7))
- update casting ([b5b6367](https://github.com/Agoric/ui-kit/commit/b5b6367b7144547b9bb69fcaeb8512e612730dec))

## 0.14.0 (2023-12-15)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponents for Agoric dapps",
"license": "Apache-2.0",
"author": "Agoric",
"version": "0.14.0",
"version": "0.15.0",
"main": "dist/index.js",
"scripts": {
"prepack": "tsc --build tsconfig.build.json",
Expand Down

0 comments on commit a64e0cb

Please sign in to comment.