diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 0133888..13887c5 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -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" @@ -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", diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 6c996d1..4b87f6f 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -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": { diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index ee9d236..1be42c6 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -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 diff --git a/packages/web-components/package.json b/packages/web-components/package.json index be0d581..f9ab4cf 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 2f4738f..c7f6750 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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: @@ -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: @@ -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"