Skip to content

Commit

Permalink
chore(release): publish (#113)
Browse files Browse the repository at this point in the history
* chore(release): publish @agoric/[email protected]

* chore(release): publish @agoric/[email protected]

* chore(release): publish @agoric/[email protected]
  • Loading branch information
samsiegart authored May 29, 2024
1 parent 02a116c commit 1f1478c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/react-components",
"version": "0.1.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/agoric/ui-kit"
Expand All @@ -25,8 +25,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@agoric/rpc": "^0.9.0",
"@agoric/web-components": "^0.15.0",
"@agoric/rpc": "^0.10.0",
"@agoric/web-components": "^0.16.0",
"@cosmos-kit/core": "2.8.9",
"@cosmos-kit/react": "2.10.10",
"@interchain-ui/react": "1.21.18",
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.9.0",
"version": "0.10.0",
"type": "module",
"main": "dist/index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.16.0 (2024-05-29)

### Features

- Move @agoric/ui-components components into @agoric/web-components
- Allow custom signer instead of Keplr in wallet connection
- Query smart wallet provisioning fee in wallet connection

## 0.15.0 (2023-12-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.15.0",
"version": "0.16.0",
"main": "dist/index.js",
"scripts": {
"prepack": "tsc --build tsconfig.build.json",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@agoric/eslint-config": "0.4.1-u12.0",
"@agoric/rpc": "^0.9.0",
"@agoric/rpc": "^0.10.0",
"@keplr-wallet/types": "^0.11.37",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "^8.57.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@agoric/react-components@workspace:packages/react-components"
dependencies:
"@agoric/rpc": "npm:^0.9.0"
"@agoric/web-components": "npm:^0.15.0"
"@agoric/rpc": "npm:^0.10.0"
"@agoric/web-components": "npm:^0.16.0"
"@babel/core": "npm:7.22.10"
"@chain-registry/types": "npm:^0.25.7"
"@cosmos-kit/core": "npm:2.8.9"
Expand Down Expand Up @@ -384,7 +384,7 @@ __metadata:
languageName: unknown
linkType: soft

"@agoric/rpc@npm:^0.9.0, @agoric/rpc@workspace:packages/rpc":
"@agoric/rpc@npm:^0.10.0, @agoric/rpc@workspace:packages/rpc":
version: 0.0.0-use.local
resolution: "@agoric/rpc@workspace:packages/rpc"
dependencies:
Expand Down Expand Up @@ -774,7 +774,7 @@ __metadata:
languageName: node
linkType: hard

"@agoric/web-components@npm:^0.15.0, @agoric/web-components@workspace:packages/web-components":
"@agoric/web-components@npm:^0.16.0, @agoric/web-components@workspace:packages/web-components":
version: 0.0.0-use.local
resolution: "@agoric/web-components@workspace:packages/web-components"
dependencies:
Expand All @@ -785,7 +785,7 @@ __metadata:
"@agoric/ertp": "npm:^0.16.3-dev-e2e36cc.0"
"@agoric/eslint-config": "npm:0.4.1-u12.0"
"@agoric/notifier": "npm:^0.6.3-dev-8c14632.0"
"@agoric/rpc": "npm:^0.9.0"
"@agoric/rpc": "npm:^0.10.0"
"@agoric/smart-wallet": "npm:^0.5.3"
"@endo/captp": "npm:^3.1.1"
"@endo/eventual-send": "npm:^0.17.5"
Expand Down

0 comments on commit 1f1478c

Please sign in to comment.