From ba3b776444425bbcb275ce918794d9259f8e15da Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 9 Jun 2023 06:33:12 +0000 Subject: [PATCH] chore(release): publish - @agoric/cosmos@0.34.1 - agoric@0.21.1 - @agoric/cosmic-swingset@0.41.3 - @agoric/deploy-script-support@0.10.3 - @agoric/governance@0.10.3 - @agoric/inter-protocol@0.16.1 - @agoric/pegasus@0.7.12 - @agoric/smart-wallet@0.5.3 - @agoric/solo@0.10.3 - @agoric/vats@0.15.1 - @agoric/wallet-connection@0.1.17 - @agoric/wallet@0.18.3 - @agoric/web-components@0.6.3 - @agoric/wallet-backend@0.14.3 --- golang/cosmos/CHANGELOG.md | 8 ++++++++ golang/cosmos/package.json | 2 +- packages/agoric-cli/CHANGELOG.md | 8 ++++++++ packages/agoric-cli/package.json | 10 +++++----- packages/cosmic-swingset/CHANGELOG.md | 8 ++++++++ packages/cosmic-swingset/package.json | 6 +++--- packages/deploy-script-support/CHANGELOG.md | 8 ++++++++ packages/deploy-script-support/package.json | 4 ++-- packages/governance/CHANGELOG.md | 8 ++++++++ packages/governance/package.json | 6 +++--- packages/inter-protocol/CHANGELOG.md | 8 ++++++++ packages/inter-protocol/package.json | 12 ++++++------ packages/pegasus/CHANGELOG.md | 8 ++++++++ packages/pegasus/package.json | 6 +++--- packages/smart-wallet/CHANGELOG.md | 8 ++++++++ packages/smart-wallet/package.json | 4 ++-- packages/solo/CHANGELOG.md | 8 ++++++++ packages/solo/package.json | 10 +++++----- packages/vats/CHANGELOG.md | 8 ++++++++ packages/vats/package.json | 12 ++++++------ packages/wallet-connection/CHANGELOG.md | 8 ++++++++ packages/wallet-connection/package.json | 4 ++-- packages/wallet/CHANGELOG.md | 8 ++++++++ packages/wallet/api/CHANGELOG.md | 8 ++++++++ packages/wallet/api/package.json | 6 +++--- packages/wallet/package.json | 4 ++-- packages/web-components/CHANGELOG.md | 8 ++++++++ packages/web-components/package.json | 6 +++--- 28 files changed, 158 insertions(+), 46 deletions(-) diff --git a/golang/cosmos/CHANGELOG.md b/golang/cosmos/CHANGELOG.md index d46497d7c88..6930e0b4dda 100644 --- a/golang/cosmos/CHANGELOG.md +++ b/golang/cosmos/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.34.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.0...@agoric/cosmos@0.34.1) (2023-06-09) + +**Note:** Version bump only for package @agoric/cosmos + + + + + ### Updated go.mod and go.sum to include the barberry fix diff --git a/golang/cosmos/package.json b/golang/cosmos/package.json index 806c1722e4e..14315ee24be 100644 --- a/golang/cosmos/package.json +++ b/golang/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmos", - "version": "0.34.0", + "version": "0.34.1", "description": "Connect JS to the Cosmos blockchain SDK", "parsers": { "js": "mjs" diff --git a/packages/agoric-cli/CHANGELOG.md b/packages/agoric-cli/CHANGELOG.md index 10f3741a77b..b9e0060aa2a 100644 --- a/packages/agoric-cli/CHANGELOG.md +++ b/packages/agoric-cli/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.21.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.0...agoric@0.21.1) (2023-06-09) + +**Note:** Version bump only for package agoric + + + + + ## [0.21.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.20.0...agoric@0.21.0) (2023-06-02) diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index 997c574d5d8..995205d7b32 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -1,6 +1,6 @@ { "name": "agoric", - "version": "0.21.0", + "version": "0.21.1", "description": "Manage the Agoric Javascript smart contract platform", "type": "module", "main": "src/main.js", @@ -24,7 +24,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.2", + "@agoric/deploy-script-support": "^0.10.3", "ava": "^5.2.0", "c8": "^7.13.0" }, @@ -35,12 +35,12 @@ "@agoric/casting": "^0.4.2", "@agoric/cosmic-proto": "^0.3.0", "@agoric/ertp": "^0.16.2", - "@agoric/inter-protocol": "^0.16.0", + "@agoric/inter-protocol": "^0.16.1", "@agoric/internal": "^0.3.2", - "@agoric/smart-wallet": "^0.5.2", + "@agoric/smart-wallet": "^0.5.3", "@agoric/store": "^0.9.2", "@agoric/swingset-vat": "^0.32.2", - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@agoric/zoe": "^0.26.2", "@agoric/zone": "^0.2.2", "@confio/relayer": "^0.9.0", diff --git a/packages/cosmic-swingset/CHANGELOG.md b/packages/cosmic-swingset/CHANGELOG.md index d2296f8f732..7f15b6ac082 100644 --- a/packages/cosmic-swingset/CHANGELOG.md +++ b/packages/cosmic-swingset/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.41.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.2...@agoric/cosmic-swingset@0.41.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/cosmic-swingset + + + + + ### [0.41.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.1...@agoric/cosmic-swingset@0.41.2) (2023-06-02) **Note:** Version bump only for package @agoric/cosmic-swingset diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index 001c8e4d1f0..4e804413047 100644 --- a/packages/cosmic-swingset/package.json +++ b/packages/cosmic-swingset/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-swingset", - "version": "0.41.2", + "version": "0.41.3", "description": "Agoric's Cosmos blockchain integration", "type": "module", "bin": { @@ -23,8 +23,8 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/cosmos": "^0.34.0", - "@agoric/deploy-script-support": "^0.10.2", + "@agoric/cosmos": "^0.34.1", + "@agoric/deploy-script-support": "^0.10.3", "@agoric/internal": "^0.3.2", "@agoric/store": "^0.9.2", "@agoric/swing-store": "^0.9.1", diff --git a/packages/deploy-script-support/CHANGELOG.md b/packages/deploy-script-support/CHANGELOG.md index 7d664b77e1e..f22043c2dd0 100644 --- a/packages/deploy-script-support/CHANGELOG.md +++ b/packages/deploy-script-support/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.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.2...@agoric/deploy-script-support@0.10.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/deploy-script-support + + + + + ### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.1...@agoric/deploy-script-support@0.10.2) (2023-06-02) **Note:** Version bump only for package @agoric/deploy-script-support diff --git a/packages/deploy-script-support/package.json b/packages/deploy-script-support/package.json index b770b13b911..349054486c2 100644 --- a/packages/deploy-script-support/package.json +++ b/packages/deploy-script-support/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/deploy-script-support", - "version": "0.10.2", + "version": "0.10.3", "description": "Helpers and other support for writing deploy scripts", "type": "module", "main": "src/helpers.js", @@ -50,7 +50,7 @@ "@endo/zip": "^0.2.31" }, "devDependencies": { - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@endo/init": "^0.5.56", "ava": "^5.2.0", "import-meta-resolve": "^2.2.1" diff --git a/packages/governance/CHANGELOG.md b/packages/governance/CHANGELOG.md index 78a53d66016..a57d34466b4 100644 --- a/packages/governance/CHANGELOG.md +++ b/packages/governance/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.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.2...@agoric/governance@0.10.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/governance + + + + + ### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.1...@agoric/governance@0.10.2) (2023-06-02) **Note:** Version bump only for package @agoric/governance diff --git a/packages/governance/package.json b/packages/governance/package.json index f7264ea49a5..d34ba397bca 100644 --- a/packages/governance/package.json +++ b/packages/governance/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/governance", - "version": "0.10.2", + "version": "0.10.3", "description": "Core governance support", "type": "module", "main": "src/index.js", @@ -39,7 +39,7 @@ "@agoric/swingset-vat": "^0.32.2", "@agoric/time": "^0.3.2", "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@agoric/zoe": "^0.26.2", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", @@ -49,7 +49,7 @@ "@endo/promise-kit": "^0.2.56" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.2", + "@agoric/deploy-script-support": "^0.10.3", "@endo/bundle-source": "^2.5.1", "@endo/init": "^0.5.56", "ava": "^5.2.0", diff --git a/packages/inter-protocol/CHANGELOG.md b/packages/inter-protocol/CHANGELOG.md index 86b5bf64886..b6b4f20612a 100644 --- a/packages/inter-protocol/CHANGELOG.md +++ b/packages/inter-protocol/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.0...@agoric/inter-protocol@0.16.1) (2023-06-09) + +**Note:** Version bump only for package @agoric/inter-protocol + + + + + ## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.15.0...@agoric/inter-protocol@0.16.0) (2023-06-02) diff --git a/packages/inter-protocol/package.json b/packages/inter-protocol/package.json index 32ace4e0251..9da23e33cd5 100644 --- a/packages/inter-protocol/package.json +++ b/packages/inter-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/inter-protocol", - "version": "0.16.0", + "version": "0.16.1", "description": "Core cryptoeconomy contracts", "type": "module", "main": "src/index.js", @@ -31,25 +31,25 @@ "dependencies": { "@agoric/assert": "^0.6.0", "@agoric/ertp": "^0.16.2", - "@agoric/governance": "^0.10.2", + "@agoric/governance": "^0.10.3", "@agoric/internal": "^0.3.2", "@agoric/notifier": "^0.6.2", "@agoric/store": "^0.9.2", "@agoric/time": "^0.3.2", "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@agoric/zoe": "^0.26.2", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", "@endo/far": "^0.2.18", "@endo/marshal": "^0.8.5", "@endo/nat": "^4.1.27", - "agoric": "^0.21.0", + "agoric": "^0.21.1", "jessie.js": "^0.3.2" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.2", - "@agoric/smart-wallet": "^0.5.2", + "@agoric/deploy-script-support": "^0.10.3", + "@agoric/smart-wallet": "^0.5.3", "@agoric/swingset-liveslots": "^0.10.2", "@agoric/swingset-vat": "^0.32.2", "@endo/bundle-source": "^2.5.1", diff --git a/packages/pegasus/CHANGELOG.md b/packages/pegasus/CHANGELOG.md index ee03ae5a74f..829dcab6a72 100644 --- a/packages/pegasus/CHANGELOG.md +++ b/packages/pegasus/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.7.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.11...@agoric/pegasus@0.7.12) (2023-06-09) + +**Note:** Version bump only for package @agoric/pegasus + + + + + ### [0.7.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.10...@agoric/pegasus@0.7.11) (2023-06-02) **Note:** Version bump only for package @agoric/pegasus diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index b63474a08c9..146f5e61b2f 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/pegasus", - "version": "0.7.11", + "version": "0.7.12", "description": "Peg-as-us contract", "type": "module", "main": "./src/pegasus.js", @@ -35,7 +35,7 @@ "@agoric/notifier": "^0.6.2", "@agoric/store": "^0.9.2", "@agoric/swingset-vat": "^0.32.2", - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@agoric/zoe": "^0.26.2", "@endo/bundle-source": "^2.5.1", "@endo/captp": "^3.1.1", @@ -45,7 +45,7 @@ "@endo/promise-kit": "^0.2.56" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.2", + "@agoric/deploy-script-support": "^0.10.3", "ava": "^5.2.0", "c8": "^7.13.0", "import-meta-resolve": "^2.2.1" diff --git a/packages/smart-wallet/CHANGELOG.md b/packages/smart-wallet/CHANGELOG.md index e7a869df83f..1e8d29358cf 100644 --- a/packages/smart-wallet/CHANGELOG.md +++ b/packages/smart-wallet/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.5.3](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.2...@agoric/smart-wallet@0.5.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/smart-wallet + + + + + ### [0.5.2](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.1...@agoric/smart-wallet@0.5.2) (2023-06-02) **Note:** Version bump only for package @agoric/smart-wallet diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index eff9d224721..f8e06010f8b 100644 --- a/packages/smart-wallet/package.json +++ b/packages/smart-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/smart-wallet", - "version": "0.5.2", + "version": "0.5.3", "description": "Wallet contract", "type": "module", "scripts": { @@ -30,7 +30,7 @@ "@agoric/store": "^0.9.2", "@agoric/swingset-vat": "^0.32.2", "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@agoric/zoe": "^0.26.2", "@endo/eventual-send": "^0.17.2", "@endo/far": "^0.2.18", diff --git a/packages/solo/CHANGELOG.md b/packages/solo/CHANGELOG.md index 7196b7ce714..346d10e7cb7 100644 --- a/packages/solo/CHANGELOG.md +++ b/packages/solo/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.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.2...@agoric/solo@0.10.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/solo + + + + + ### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.1...@agoric/solo@0.10.2) (2023-06-02) **Note:** Version bump only for package @agoric/solo diff --git a/packages/solo/package.json b/packages/solo/package.json index b4c6f19434b..26e9d646ff0 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/solo", - "version": "0.10.2", + "version": "0.10.3", "description": "Agoric's Solo vat runner", "type": "module", "bin": { @@ -25,7 +25,7 @@ "@agoric/access-token": "^0.4.21", "@agoric/assert": "^0.6.0", "@agoric/cache": "^0.3.2", - "@agoric/cosmic-swingset": "^0.41.2", + "@agoric/cosmic-swingset": "^0.41.3", "@agoric/internal": "^0.3.2", "@agoric/notifier": "^0.6.2", "@agoric/spawner": "^0.6.8", @@ -34,15 +34,15 @@ "@agoric/swingset-vat": "^0.32.2", "@agoric/telemetry": "^0.6.2", "@agoric/time": "^0.3.2", - "@agoric/vats": "^0.15.0", - "@agoric/wallet": "^0.18.2", + "@agoric/vats": "^0.15.1", + "@agoric/wallet": "^0.18.3", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", "@endo/import-bundle": "^0.3.4", "@endo/init": "^0.5.56", "@endo/marshal": "^0.8.5", "@endo/promise-kit": "^0.2.56", - "agoric": "^0.21.0", + "agoric": "^0.21.1", "anylogger": "^0.21.0", "deterministic-json": "^1.0.5", "esm": "agoric-labs/esm#Agoric-built", diff --git a/packages/vats/CHANGELOG.md b/packages/vats/CHANGELOG.md index 20eabd4d344..9b7acef548a 100644 --- a/packages/vats/CHANGELOG.md +++ b/packages/vats/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.15.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.0...@agoric/vats@0.15.1) (2023-06-09) + +**Note:** Version bump only for package @agoric/vats + + + + + ## [0.15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.14.1...@agoric/vats@0.15.0) (2023-06-02) diff --git a/packages/vats/package.json b/packages/vats/package.json index 00832460a71..90db668210b 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vats", - "version": "0.15.0", + "version": "0.15.1", "description": "Agoric's Vat library", "type": "module", "main": "./index.js", @@ -30,8 +30,8 @@ "dependencies": { "@agoric/assert": "^0.6.0", "@agoric/ertp": "^0.16.2", - "@agoric/governance": "^0.10.2", - "@agoric/inter-protocol": "^0.16.0", + "@agoric/governance": "^0.10.3", + "@agoric/inter-protocol": "^0.16.1", "@agoric/internal": "^0.3.2", "@agoric/notifier": "^0.6.2", "@agoric/sharing-service": "^0.2.11", @@ -50,9 +50,9 @@ "jessie.js": "^0.3.2" }, "devDependencies": { - "@agoric/cosmic-swingset": "^0.41.2", - "@agoric/deploy-script-support": "^0.10.2", - "@agoric/smart-wallet": "^0.5.2", + "@agoric/cosmic-swingset": "^0.41.3", + "@agoric/deploy-script-support": "^0.10.3", + "@agoric/smart-wallet": "^0.5.3", "@agoric/swing-store": "^0.9.1", "@agoric/swingset-liveslots": "^0.10.2", "@endo/bundle-source": "^2.5.1", diff --git a/packages/wallet-connection/CHANGELOG.md b/packages/wallet-connection/CHANGELOG.md index 52623114b78..044d6a1ed35 100644 --- a/packages/wallet-connection/CHANGELOG.md +++ b/packages/wallet-connection/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.1.17](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet-connection@0.1.16...@agoric/wallet-connection@0.1.17) (2023-06-09) + +**Note:** Version bump only for package @agoric/wallet-connection + + + + + ### [0.1.16](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet-connection@0.1.15...@agoric/wallet-connection@0.1.16) (2023-06-02) **Note:** Version bump only for package @agoric/wallet-connection diff --git a/packages/wallet-connection/package.json b/packages/wallet-connection/package.json index b16f4e46cd8..701a2423d51 100644 --- a/packages/wallet-connection/package.json +++ b/packages/wallet-connection/package.json @@ -3,7 +3,7 @@ "description": "Webcomponent agoric-wallet-connection following open-wc recommendations", "license": "MIT", "author": "Agoric", - "version": "0.1.16", + "version": "0.1.17", "main": "index.js", "module": "index.js", "scripts": { @@ -17,7 +17,7 @@ "lint:eslint": "exit 0" }, "dependencies": { - "@agoric/web-components": "^0.6.2" + "@agoric/web-components": "^0.6.3" }, "publishConfig": { "access": "public" diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index eca8f5a7f97..2f12883ec4b 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/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.18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.2...@agoric/wallet@0.18.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/wallet + + + + + ### [0.18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.1...@agoric/wallet@0.18.2) (2023-06-02) **Note:** Version bump only for package @agoric/wallet diff --git a/packages/wallet/api/CHANGELOG.md b/packages/wallet/api/CHANGELOG.md index 2efa716821c..e8d1937b027 100644 --- a/packages/wallet/api/CHANGELOG.md +++ b/packages/wallet/api/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.14.3](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.2...@agoric/wallet-backend@0.14.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/wallet-backend + + + + + ### [0.14.2](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.1...@agoric/wallet-backend@0.14.2) (2023-06-02) **Note:** Version bump only for package @agoric/wallet-backend diff --git a/packages/wallet/api/package.json b/packages/wallet/api/package.json index 1732398c4c7..1c6fe643ea5 100644 --- a/packages/wallet/api/package.json +++ b/packages/wallet/api/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet-backend", - "version": "0.14.2", + "version": "0.14.3", "description": "Wallet backend", "type": "module", "scripts": { @@ -14,7 +14,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/vats": "^0.15.0", + "@agoric/vats": "^0.15.1", "@endo/bundle-source": "^2.5.1", "@endo/init": "^0.5.56", "ava": "^5.2.0" @@ -25,7 +25,7 @@ "@agoric/ertp": "^0.16.2", "@agoric/internal": "^0.3.2", "@agoric/notifier": "^0.6.2", - "@agoric/smart-wallet": "^0.5.2", + "@agoric/smart-wallet": "^0.5.3", "@agoric/store": "^0.9.2", "@agoric/time": "^0.3.2", "@agoric/vat-data": "^0.5.2", diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 9d207a0401a..82702d15d82 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet", - "version": "0.18.2", + "version": "0.18.3", "type": "module", "main": "index.js", "license": "Apache-2.0", @@ -20,7 +20,7 @@ }, "dependencies": { "@agoric/wallet-ui": "0.1.3-solo.0", - "agoric": "^0.21.0", + "agoric": "^0.21.1", "babel-eslint": "^10.0.3", "eslint-plugin-eslint-comments": "^3.1.2", "import-meta-resolve": "^2.2.1" diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index e2dcb1ebcc4..60526c1de74 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.6.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/web-components@0.6.2...@agoric/web-components@0.6.3) (2023-06-09) + +**Note:** Version bump only for package @agoric/web-components + + + + + ### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/web-components@0.6.1...@agoric/web-components@0.6.2) (2023-06-02) **Note:** Version bump only for package @agoric/web-components diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 921bd7bf31b..42caf17b19d 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -3,7 +3,7 @@ "description": "Webcomponents for Agoric dapps", "license": "MIT", "author": "Agoric", - "version": "0.6.2", + "version": "0.6.3", "main": "index.js", "module": "index.js", "scripts": { @@ -25,8 +25,8 @@ "@agoric/casting": "^0.4.2", "@agoric/ertp": "^0.16.2", "@agoric/notifier": "^0.6.2", - "@agoric/smart-wallet": "^0.5.2", - "@agoric/wallet": "^0.18.2", + "@agoric/smart-wallet": "^0.5.3", + "@agoric/wallet": "^0.18.3", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", "@endo/marshal": "^0.8.5",