diff --git a/golang/cosmos/CHANGELOG.md b/golang/cosmos/CHANGELOG.md index 65f77d6a171..c083ae07cc3 100644 --- a/golang/cosmos/CHANGELOG.md +++ b/golang/cosmos/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.35.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u16.1...@agoric/cosmos@0.35.0-u16.2) (2024-07-10) + + +### Bug Fixes + +* **cosmos:** don't rerun store migrations on upgrade ([#9683](https://github.com/Agoric/agoric-sdk/issues/9683)) ([12b78e3](https://github.com/Agoric/agoric-sdk/commit/12b78e307e22d0dc0c95f40099300e16655781c4)), closes [#9682](https://github.com/Agoric/agoric-sdk/issues/9682) + + + ## [0.35.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u16.0...@agoric/cosmos@0.35.0-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/cosmos diff --git a/golang/cosmos/package.json b/golang/cosmos/package.json index 4d78048d665..9cb6b35f431 100644 --- a/golang/cosmos/package.json +++ b/golang/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmos", - "version": "0.35.0-u16.1", + "version": "0.35.0-u16.2", "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 39702e0771b..3b8a449bc77 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.22.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/agoric@0.22.0-u16.1...agoric@0.22.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package agoric + + + + + ## [0.22.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.22.0-u16.0...agoric@0.22.0-u16.1) (2024-07-10) **Note:** Version bump only for package agoric diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index 806bca5c1dc..cbee813b9fa 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -1,6 +1,6 @@ { "name": "agoric", - "version": "0.22.0-u16.1", + "version": "0.22.0-u16.2", "description": "Manage the Agoric Javascript smart contract platform", "type": "module", "main": "src/main.js", @@ -29,8 +29,8 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/cosmic-swingset": "^0.42.0-u16.1", - "@agoric/deploy-script-support": "^0.10.4-u16.1", + "@agoric/cosmic-swingset": "^0.42.0-u16.2", + "@agoric/deploy-script-support": "^0.10.4-u16.2", "ava": "^5.3.0", "c8": "^9.1.0", "dd-trace": "^4.11.1" @@ -39,17 +39,17 @@ "@agoric/access-token": "^0.4.22-u16.0", "@agoric/assert": "^0.6.1-u16.0", "@agoric/cache": "^0.3.3-u16.1", - "@agoric/casting": "^0.4.3-u16.1", - "@agoric/cosmic-proto": "^0.4.1-u16.1", + "@agoric/casting": "^0.4.3-u16.2", + "@agoric/cosmic-proto": "^0.4.1-u16.2", "@agoric/ertp": "^0.16.3-u16.1", "@agoric/governance": "^0.10.4-u16.1", - "@agoric/inter-protocol": "^0.17.0-u16.1", + "@agoric/inter-protocol": "^0.17.0-u16.2", "@agoric/internal": "^0.4.0-u16.1", "@agoric/network": "^0.2.0-u16.1", - "@agoric/smart-wallet": "^0.5.4-u16.1", + "@agoric/smart-wallet": "^0.5.4-u16.2", "@agoric/store": "^0.9.3-u16.0", "@agoric/swingset-vat": "^0.33.0-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/zoe": "^0.26.3-u16.1", "@agoric/zone": "^0.3.0-u16.1", "@confio/relayer": "^0.11.3", diff --git a/packages/benchmark/CHANGELOG.md b/packages/benchmark/CHANGELOG.md index fcca0c32c50..6d8c1ba31e7 100644 --- a/packages/benchmark/CHANGELOG.md +++ b/packages/benchmark/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.1-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/benchmark@0.1.1-u16.1...@agoric/benchmark@0.1.1-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/benchmark + + + + + ### [0.1.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/benchmark@0.1.1-u16.0...@agoric/benchmark@0.1.1-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/benchmark diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index 0af42aa50b5..1d8d80f1524 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/benchmark", - "version": "0.1.1-u16.1", + "version": "0.1.1-u16.2", "private": true, "description": "Benchmark support", "type": "module", @@ -23,11 +23,11 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/boot": "^0.2.0-u16.1", - "@agoric/cosmic-swingset": "^0.42.0-u16.1", - "@agoric/inter-protocol": "^0.17.0-u16.1", + "@agoric/boot": "^0.2.0-u16.2", + "@agoric/cosmic-swingset": "^0.42.0-u16.2", + "@agoric/inter-protocol": "^0.17.0-u16.2", "@agoric/internal": "^0.4.0-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/zoe": "^0.26.3-u16.1", "@endo/init": "^1.1.2" }, diff --git a/packages/boot/CHANGELOG.md b/packages/boot/CHANGELOG.md index ee2bb9af118..5d2f1efdcea 100644 --- a/packages/boot/CHANGELOG.md +++ b/packages/boot/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.2.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u16.1...@agoric/boot@0.2.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/boot + + + + + ## [0.2.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u16.0...@agoric/boot@0.2.0-u16.1) (2024-07-10) diff --git a/packages/boot/package.json b/packages/boot/package.json index 199008dee25..fa45f21863e 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/boot", - "version": "0.2.0-u16.1", + "version": "0.2.0-u16.2", "private": true, "description": "Config and utilities to bootstrap an Agoric chain", "type": "module", @@ -19,11 +19,11 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/builders": "^0.2.0-u16.1", - "@agoric/cosmic-proto": "^0.4.1-u16.1", - "@agoric/cosmic-swingset": "^0.42.0-u16.1", + "@agoric/builders": "^0.2.0-u16.2", + "@agoric/cosmic-proto": "^0.4.1-u16.2", + "@agoric/cosmic-swingset": "^0.42.0-u16.2", "@agoric/ertp": "^0.16.3-u16.1", - "@agoric/inter-protocol": "^0.17.0-u16.1", + "@agoric/inter-protocol": "^0.17.0-u16.2", "@agoric/internal": "^0.4.0-u16.1", "@agoric/kmarshal": "^0.1.1-u16.0", "@agoric/notifier": "^0.7.0-u16.1", @@ -32,7 +32,7 @@ "@agoric/telemetry": "^0.6.3-u16.1", "@agoric/time": "^0.3.3-u16.0", "@agoric/vat-data": "^0.5.3-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/vm-config": "^0.1.1-u16.1", "@agoric/vow": "^0.2.0-u16.1", "@agoric/zoe": "^0.26.3-u16.1", @@ -48,7 +48,7 @@ "import-meta-resolve": "^2.2.1" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.4-u16.1", + "@agoric/deploy-script-support": "^0.10.4-u16.2", "@agoric/governance": "^0.10.4-u16.1", "@agoric/store": "^0.9.3-u16.0", "@agoric/swingset-liveslots": "^0.10.3-u16.1", diff --git a/packages/builders/CHANGELOG.md b/packages/builders/CHANGELOG.md index e6090fdd674..4027fa982d9 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/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.2.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u16.1...@agoric/builders@0.2.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/builders + + + + + ## [0.2.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u16.0...@agoric/builders@0.2.0-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/builders diff --git a/packages/builders/package.json b/packages/builders/package.json index 016626f5462..fda6c9457b9 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/builders", - "version": "0.2.0-u16.1", + "version": "0.2.0-u16.2", "description": "Build scripts for proposals to an Agoric chain", "type": "module", "main": "./index.js", @@ -26,9 +26,9 @@ "@agoric/ertp": "^0.16.3-u16.1", "@agoric/internal": "^0.4.0-u16.1", "@agoric/notifier": "^0.7.0-u16.1", - "@agoric/smart-wallet": "^0.5.4-u16.1", + "@agoric/smart-wallet": "^0.5.4-u16.2", "@agoric/vat-data": "^0.5.3-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/zoe": "^0.26.3-u16.1", "@endo/bundle-source": "^3.2.3", "@endo/captp": "^4.2.0", @@ -42,9 +42,9 @@ }, "devDependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/deploy-script-support": "^0.10.4-u16.1", + "@agoric/deploy-script-support": "^0.10.4-u16.2", "@agoric/governance": "^0.10.4-u16.1", - "@agoric/inter-protocol": "^0.17.0-u16.1", + "@agoric/inter-protocol": "^0.17.0-u16.2", "@agoric/store": "^0.9.3-u16.0", "@agoric/swing-store": "^0.9.2-u16.1", "@agoric/swingset-liveslots": "^0.10.3-u16.1", diff --git a/packages/casting/CHANGELOG.md b/packages/casting/CHANGELOG.md index de7d9800c57..02131ea0570 100644 --- a/packages/casting/CHANGELOG.md +++ b/packages/casting/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.4.3-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.3-u16.1...@agoric/casting@0.4.3-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/casting + + + + + ### [0.4.3-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.3-u16.0...@agoric/casting@0.4.3-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/casting diff --git a/packages/casting/package.json b/packages/casting/package.json index 4f3aac75ecb..bce834e6f61 100644 --- a/packages/casting/package.json +++ b/packages/casting/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/casting", - "version": "0.4.3-u16.1", + "version": "0.4.3-u16.2", "description": "Agoric's OCap broadcasting system", "type": "module", "main": "src/main.js", @@ -37,7 +37,7 @@ "node-fetch": "^2.6.0" }, "devDependencies": { - "@agoric/cosmic-proto": "^0.4.1-u16.1", + "@agoric/cosmic-proto": "^0.4.1-u16.2", "@endo/ses-ava": "^1.2.2", "@types/node-fetch": "^2.6.2", "ava": "^5.3.0", diff --git a/packages/cosmic-proto/CHANGELOG.md b/packages/cosmic-proto/CHANGELOG.md index bed8d6bdf43..84924663bb7 100644 --- a/packages/cosmic-proto/CHANGELOG.md +++ b/packages/cosmic-proto/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.4.1-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.4.1-u16.1...@agoric/cosmic-proto@0.4.1-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/cosmic-proto + + + + + ### [0.4.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.4.1-u16.0...@agoric/cosmic-proto@0.4.1-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/cosmic-proto diff --git a/packages/cosmic-proto/package.json b/packages/cosmic-proto/package.json index db8b276d1dd..a7f2cbfa2b1 100644 --- a/packages/cosmic-proto/package.json +++ b/packages/cosmic-proto/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-proto", - "version": "0.4.1-u16.1", + "version": "0.4.1-u16.2", "description": "Protobuf stubs for the Agoric cosmos-sdk module", "keywords": [], "author": "Agoric", @@ -130,7 +130,7 @@ "access": "public" }, "devDependencies": { - "@agoric/cosmos": "^0.35.0-u16.1", + "@agoric/cosmos": "^0.35.0-u16.2", "@ava/typescript": "^4.1.0", "@cosmology/telescope": "^1.7.1", "ava": "^5.3.1", diff --git a/packages/cosmic-swingset/CHANGELOG.md b/packages/cosmic-swingset/CHANGELOG.md index cfaa12c4d00..792c0445f28 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.42.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u16.1...@agoric/cosmic-swingset@0.42.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/cosmic-swingset + + + + + ## [0.42.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u16.0...@agoric/cosmic-swingset@0.42.0-u16.1) (2024-07-10) diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index 592bcee57b9..a238e86ab8c 100644 --- a/packages/cosmic-swingset/package.json +++ b/packages/cosmic-swingset/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-swingset", - "version": "0.42.0-u16.1", + "version": "0.42.0-u16.2", "description": "Agoric's Cosmos blockchain integration", "type": "module", "bin": { @@ -23,9 +23,9 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/builders": "^0.2.0-u16.1", - "@agoric/cosmos": "^0.35.0-u16.1", - "@agoric/deploy-script-support": "^0.10.4-u16.1", + "@agoric/builders": "^0.2.0-u16.2", + "@agoric/cosmos": "^0.35.0-u16.2", + "@agoric/deploy-script-support": "^0.10.4-u16.2", "@agoric/internal": "^0.4.0-u16.1", "@agoric/store": "^0.9.3-u16.0", "@agoric/swing-store": "^0.9.2-u16.1", diff --git a/packages/create-dapp/CHANGELOG.md b/packages/create-dapp/CHANGELOG.md index fafbf6b7a8a..5a7d0832af1 100644 --- a/packages/create-dapp/CHANGELOG.md +++ b/packages/create-dapp/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.1-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/create-dapp@0.1.1-u16.1...@agoric/create-dapp@0.1.1-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/create-dapp + + + + + ### [0.1.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/create-dapp@0.1.1-u16.0...@agoric/create-dapp@0.1.1-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/create-dapp diff --git a/packages/create-dapp/package.json b/packages/create-dapp/package.json index 4447368ad2c..f453e78dd3d 100644 --- a/packages/create-dapp/package.json +++ b/packages/create-dapp/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/create-dapp", - "version": "0.1.1-u16.1", + "version": "0.1.1-u16.2", "description": "Create an Agoric Javascript smart contract application", "type": "module", "bin": { @@ -24,7 +24,7 @@ "c8": "^9.1.0" }, "dependencies": { - "agoric": "^0.22.0-u16.1" + "agoric": "^0.22.0-u16.2" }, "keywords": [], "repository": { diff --git a/packages/deploy-script-support/CHANGELOG.md b/packages/deploy-script-support/CHANGELOG.md index 8b5be03f43f..635268bc541 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.4-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u16.1...@agoric/deploy-script-support@0.10.4-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/deploy-script-support + + + + + ### [0.10.4-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u16.0...@agoric/deploy-script-support@0.10.4-u16.1) (2024-07-10) **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 bfbec0dcb05..94b2d2934a4 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.4-u16.1", + "version": "0.10.4-u16.2", "description": "Helpers and other support for writing deploy scripts", "type": "module", "main": "src/helpers.js", @@ -51,7 +51,7 @@ "@endo/zip": "^1.0.5" }, "devDependencies": { - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@endo/init": "^1.1.2", "ava": "^5.3.0", "import-meta-resolve": "^2.2.1" diff --git a/packages/inter-protocol/CHANGELOG.md b/packages/inter-protocol/CHANGELOG.md index f4ca7f63e91..53e534182ea 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.17.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u16.1...@agoric/inter-protocol@0.17.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/inter-protocol + + + + + ## [0.17.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u16.0...@agoric/inter-protocol@0.17.0-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/inter-protocol diff --git a/packages/inter-protocol/package.json b/packages/inter-protocol/package.json index ab395515c8d..4fcbbed311e 100644 --- a/packages/inter-protocol/package.json +++ b/packages/inter-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/inter-protocol", - "version": "0.17.0-u16.1", + "version": "0.17.0-u16.2", "description": "Core cryptoeconomy contracts", "type": "module", "main": "src/index.js", @@ -39,7 +39,7 @@ "@agoric/store": "^0.9.3-u16.0", "@agoric/time": "^0.3.3-u16.0", "@agoric/vat-data": "^0.5.3-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/zoe": "^0.26.3-u16.1", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", @@ -50,7 +50,7 @@ "jessie.js": "^0.3.4" }, "devDependencies": { - "@agoric/smart-wallet": "^0.5.4-u16.1", + "@agoric/smart-wallet": "^0.5.4-u16.2", "@agoric/swingset-liveslots": "^0.10.3-u16.1", "@agoric/swingset-vat": "^0.33.0-u16.1", "@agoric/zone": "^0.3.0-u16.1", diff --git a/packages/pegasus/CHANGELOG.md b/packages/pegasus/CHANGELOG.md index fd0e5bcc9aa..d52a939d591 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.8.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.8.0-u16.1...@agoric/pegasus@0.8.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/pegasus + + + + + ## [0.8.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.8.0-u16.0...@agoric/pegasus@0.8.0-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/pegasus diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index c66069cb1b5..de2170ebb3f 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/pegasus", - "version": "0.8.0-u16.1", + "version": "0.8.0-u16.2", "description": "Peg-as-us contract", "type": "module", "main": "./src/pegasus.js", @@ -35,7 +35,7 @@ "@agoric/notifier": "^0.7.0-u16.1", "@agoric/store": "^0.9.3-u16.0", "@agoric/swingset-vat": "^0.33.0-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/vow": "^0.2.0-u16.1", "@agoric/zoe": "^0.26.3-u16.1", "@agoric/zone": "^0.3.0-u16.1", diff --git a/packages/smart-wallet/CHANGELOG.md b/packages/smart-wallet/CHANGELOG.md index 19d6a7ae3fd..bd6405d842c 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.4-u16.2](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.4-u16.1...@agoric/smart-wallet@0.5.4-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/smart-wallet + + + + + ### [0.5.4-u16.1](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.4-u16.0...@agoric/smart-wallet@0.5.4-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/smart-wallet diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index 1698f4f61d7..aca595a60fb 100644 --- a/packages/smart-wallet/package.json +++ b/packages/smart-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/smart-wallet", - "version": "0.5.4-u16.1", + "version": "0.5.4-u16.2", "description": "Wallet contract", "type": "module", "scripts": { @@ -16,7 +16,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/cosmic-proto": "^0.4.1-u16.1", + "@agoric/cosmic-proto": "^0.4.1-u16.2", "@agoric/swingset-vat": "^0.33.0-u16.1", "@agoric/zone": "^0.3.0-u16.1", "@endo/bundle-source": "^3.2.3", @@ -27,13 +27,13 @@ }, "dependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/casting": "^0.4.3-u16.1", + "@agoric/casting": "^0.4.3-u16.2", "@agoric/ertp": "^0.16.3-u16.1", "@agoric/internal": "^0.4.0-u16.1", "@agoric/notifier": "^0.7.0-u16.1", "@agoric/store": "^0.9.3-u16.0", "@agoric/vat-data": "^0.5.3-u16.1", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/zoe": "^0.26.3-u16.1", "@endo/eventual-send": "^1.2.2", "@endo/far": "^1.1.2", diff --git a/packages/solo/CHANGELOG.md b/packages/solo/CHANGELOG.md index b6e1d62d6f9..f31217f2986 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.4-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.4-u16.1...@agoric/solo@0.10.4-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/solo + + + + + ### [0.10.4-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.4-u16.0...@agoric/solo@0.10.4-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/solo diff --git a/packages/solo/package.json b/packages/solo/package.json index 04264e6e87a..f670cb8cb96 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/solo", - "version": "0.10.4-u16.1", + "version": "0.10.4-u16.2", "description": "Agoric's Solo vat runner", "type": "module", "bin": { @@ -25,7 +25,7 @@ "@agoric/access-token": "^0.4.22-u16.0", "@agoric/assert": "^0.6.1-u16.0", "@agoric/cache": "^0.3.3-u16.1", - "@agoric/cosmic-swingset": "^0.42.0-u16.1", + "@agoric/cosmic-swingset": "^0.42.0-u16.2", "@agoric/internal": "^0.4.0-u16.1", "@agoric/notifier": "^0.7.0-u16.1", "@agoric/spawner": "^0.6.9-u16.1", @@ -34,7 +34,7 @@ "@agoric/swingset-vat": "^0.33.0-u16.1", "@agoric/telemetry": "^0.6.3-u16.1", "@agoric/time": "^0.3.3-u16.0", - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@agoric/wallet": "^0.19.0-u16.0", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", diff --git a/packages/swingset-runner/CHANGELOG.md b/packages/swingset-runner/CHANGELOG.md index 8c253a64fd1..2bdc4e11b60 100644 --- a/packages/swingset-runner/CHANGELOG.md +++ b/packages/swingset-runner/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.22.3-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.3-u16.1...@agoric/swingset-runner@0.22.3-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/swingset-runner + + + + + ### [0.22.3-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.3-u16.0...@agoric/swingset-runner@0.22.3-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/swingset-runner diff --git a/packages/swingset-runner/package.json b/packages/swingset-runner/package.json index 97b0b062e76..e3b5e2562d5 100644 --- a/packages/swingset-runner/package.json +++ b/packages/swingset-runner/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-runner", - "version": "0.22.3-u16.1", + "version": "0.22.3-u16.2", "private": true, "description": "Application to launch SwingSet instances for development and testing", "type": "module", @@ -20,9 +20,9 @@ }, "dependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/deploy-script-support": "^0.10.4-u16.1", + "@agoric/deploy-script-support": "^0.10.4-u16.2", "@agoric/ertp": "^0.16.3-u16.1", - "@agoric/inter-protocol": "^0.17.0-u16.1", + "@agoric/inter-protocol": "^0.17.0-u16.2", "@agoric/internal": "^0.4.0-u16.1", "@agoric/kmarshal": "^0.1.1-u16.0", "@agoric/stat-logger": "^0.4.29-u16.0", diff --git a/packages/vats/CHANGELOG.md b/packages/vats/CHANGELOG.md index c77d9454f38..7fae03a0c6a 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.16.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.16.0-u16.1...@agoric/vats@0.16.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/vats + + + + + ## [0.16.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.16.0-u16.0...@agoric/vats@0.16.0-u16.1) (2024-07-10) diff --git a/packages/vats/package.json b/packages/vats/package.json index 4ac5898292f..f6466027363 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vats", - "version": "0.16.0-u16.1", + "version": "0.16.0-u16.2", "description": "Agoric's Vat library", "type": "module", "main": "./index.js", @@ -23,7 +23,7 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.1-u16.0", - "@agoric/cosmic-proto": "^0.4.1-u16.1", + "@agoric/cosmic-proto": "^0.4.1-u16.2", "@agoric/ertp": "^0.16.3-u16.1", "@agoric/governance": "^0.10.4-u16.1", "@agoric/internal": "^0.4.0-u16.1", diff --git a/packages/wallet/api/CHANGELOG.md b/packages/wallet/api/CHANGELOG.md index a8ee92f3cc9..16ff325a965 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.15.0-u16.2](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u16.1...@agoric/wallet-backend@0.15.0-u16.2) (2024-07-10) + +**Note:** Version bump only for package @agoric/wallet-backend + + + + + ## [0.15.0-u16.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u16.0...@agoric/wallet-backend@0.15.0-u16.1) (2024-07-10) **Note:** Version bump only for package @agoric/wallet-backend diff --git a/packages/wallet/api/package.json b/packages/wallet/api/package.json index e19187ae488..71c1c2cf397 100644 --- a/packages/wallet/api/package.json +++ b/packages/wallet/api/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet-backend", - "version": "0.15.0-u16.1", + "version": "0.15.0-u16.2", "description": "Wallet backend", "type": "module", "scripts": { @@ -14,7 +14,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/vats": "^0.16.0-u16.1", + "@agoric/vats": "^0.16.0-u16.2", "@endo/bundle-source": "^3.2.3", "@endo/far": "^1.1.2", "@endo/init": "^1.1.2", @@ -26,7 +26,7 @@ "@agoric/ertp": "^0.16.3-u16.1", "@agoric/internal": "^0.4.0-u16.1", "@agoric/notifier": "^0.7.0-u16.1", - "@agoric/smart-wallet": "^0.5.4-u16.1", + "@agoric/smart-wallet": "^0.5.4-u16.2", "@agoric/store": "^0.9.3-u16.0", "@agoric/time": "^0.3.3-u16.0", "@agoric/vat-data": "^0.5.3-u16.1",