diff --git a/packages/ERTP/CHANGELOG.md b/packages/ERTP/CHANGELOG.md index cab275993f0..2cdc0af1b72 100644 --- a/packages/ERTP/CHANGELOG.md +++ b/packages/ERTP/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/ertp@0.16.0...@agoric/ertp@0.16.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/ertp + + + + + ## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.3...@agoric/ertp@0.16.0) (2023-05-19) diff --git a/packages/ERTP/package.json b/packages/ERTP/package.json index 926258df50e..550a7e55f1c 100644 --- a/packages/ERTP/package.json +++ b/packages/ERTP/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/ertp", - "version": "0.16.0", + "version": "0.16.1", "description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights", "type": "module", "main": "src/index.js", @@ -40,10 +40,10 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/vat-data": "^0.5.0", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/vat-data": "^0.5.1", "@endo/eventual-send": "^0.17.2", "@endo/far": "^0.2.18", "@endo/marshal": "^0.8.5", diff --git a/packages/SwingSet/CHANGELOG.md b/packages/SwingSet/CHANGELOG.md index 53ddb29b971..a610e161937 100644 --- a/packages/SwingSet/CHANGELOG.md +++ b/packages/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.32.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.0...@agoric/swingset-vat@0.32.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/swingset-vat + + + + + ## [0.32.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.30.2...@agoric/swingset-vat@0.32.0) (2023-05-19) diff --git a/packages/SwingSet/package.json b/packages/SwingSet/package.json index c11b95685ff..8136594dfb1 100644 --- a/packages/SwingSet/package.json +++ b/packages/SwingSet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-vat", - "version": "0.32.0", + "version": "0.32.1", "description": "Vat/Container Launcher", "type": "module", "main": "src/index.js", @@ -29,14 +29,14 @@ }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", - "@agoric/store": "^0.9.0", + "@agoric/internal": "^0.3.1", + "@agoric/store": "^0.9.1", "@agoric/swing-store": "^0.9.0", - "@agoric/swingset-liveslots": "^0.10.0", - "@agoric/swingset-xsnap-supervisor": "^0.10.0", - "@agoric/time": "^0.3.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/xsnap": "^0.14.0", + "@agoric/swingset-liveslots": "^0.10.1", + "@agoric/swingset-xsnap-supervisor": "^0.10.1", + "@agoric/time": "^0.3.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/xsnap": "^0.14.1", "@agoric/xsnap-lockdown": "^0.14.0", "@endo/base64": "^0.2.31", "@endo/bundle-source": "^2.5.1", diff --git a/packages/agoric-cli/CHANGELOG.md b/packages/agoric-cli/CHANGELOG.md index f9f332d8eca..dbb7e50af7c 100644 --- a/packages/agoric-cli/CHANGELOG.md +++ b/packages/agoric-cli/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.19.0...agoric@0.20.0) (2023-05-24) + + +### Features + +* **agoric-cli:** oracle setPrice: pushPrice from each operator ([0b30529](https://github.com/Agoric/agoric-sdk/commit/0b3052972cab287daa515de37e59a2caa10f3f04)) +* **clientSupport:** Offers.fluxAggregator.PushPrice ([486581c](https://github.com/Agoric/agoric-sdk/commit/486581c8ea07a621f18c0d485c7059fb3e87835a)) + + + ## [0.19.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.18.2...agoric@0.19.0) (2023-05-19) diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index 6d55aa84c25..fa010febcb2 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -1,6 +1,6 @@ { "name": "agoric", - "version": "0.19.0", + "version": "0.20.0", "description": "Manage the Agoric Javascript smart contract platform", "type": "module", "main": "src/main.js", @@ -24,25 +24,25 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.0", + "@agoric/deploy-script-support": "^0.10.1", "ava": "^5.2.0", "c8": "^7.13.0" }, "dependencies": { "@agoric/access-token": "^0.4.21", "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.0", - "@agoric/casting": "^0.4.0", + "@agoric/cache": "^0.3.1", + "@agoric/casting": "^0.4.1", "@agoric/cosmic-proto": "^0.3.0", - "@agoric/ertp": "^0.16.0", - "@agoric/inter-protocol": "^0.14.0", - "@agoric/internal": "^0.3.0", - "@agoric/smart-wallet": "^0.5.0", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/vats": "^0.14.0", - "@agoric/zoe": "^0.26.0", - "@agoric/zone": "^0.2.0", + "@agoric/ertp": "^0.16.1", + "@agoric/inter-protocol": "^0.15.0", + "@agoric/internal": "^0.3.1", + "@agoric/smart-wallet": "^0.5.1", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/vats": "^0.14.1", + "@agoric/zoe": "^0.26.1", + "@agoric/zone": "^0.2.1", "@confio/relayer": "^0.9.0", "@cosmjs/crypto": "^0.30.1", "@cosmjs/encoding": "^0.30.1", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 42822086c95..6c8d4791eb2 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/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.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.0...@agoric/cache@0.3.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/cache + + + + + ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.3...@agoric/cache@0.3.0) (2023-05-19) diff --git a/packages/cache/package.json b/packages/cache/package.json index 357d8f82226..9ae8c0a72db 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cache", - "version": "0.3.0", + "version": "0.3.1", "description": "Agoric's simple cache interface", "type": "module", "main": "src/main.js", @@ -19,15 +19,15 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/vat-data": "^0.5.0", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/vat-data": "^0.5.1", "@endo/far": "^0.2.18", "@endo/marshal": "^0.8.5" }, "devDependencies": { - "@agoric/zoe": "^0.26.0", + "@agoric/zoe": "^0.26.1", "ava": "^5.2.0", "c8": "^7.13.0" }, diff --git a/packages/casting/CHANGELOG.md b/packages/casting/CHANGELOG.md index 79c3a689aa9..0251a13e518 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.0...@agoric/casting@0.4.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/casting + + + + + ## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.4.0) (2023-05-19) diff --git a/packages/casting/package.json b/packages/casting/package.json index 77d0942245f..e9c67a0d6b4 100644 --- a/packages/casting/package.json +++ b/packages/casting/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/casting", - "version": "0.4.0", + "version": "0.4.1", "description": "Agoric's OCap broadcasting system", "type": "module", "main": "src/main.js", @@ -22,10 +22,10 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/spawner": "^0.6.6", - "@agoric/store": "^0.9.0", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/spawner": "^0.6.7", + "@agoric/store": "^0.9.1", "@cosmjs/encoding": "^0.30.1", "@cosmjs/proto-signing": "^0.30.1", "@cosmjs/stargate": "^0.30.1", diff --git a/packages/cosmic-swingset/CHANGELOG.md b/packages/cosmic-swingset/CHANGELOG.md index ff220b15f63..7ba1f533b84 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.0...@agoric/cosmic-swingset@0.41.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/cosmic-swingset + + + + + ## [0.41.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.39.2...@agoric/cosmic-swingset@0.41.0) (2023-05-19) diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index 2c64c332e8d..a3a19b1fcd7 100644 --- a/packages/cosmic-swingset/package.json +++ b/packages/cosmic-swingset/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-swingset", - "version": "0.41.0", + "version": "0.41.1", "description": "Agoric's Cosmos blockchain integration", "type": "module", "bin": { @@ -24,12 +24,12 @@ "dependencies": { "@agoric/assert": "^0.6.0", "@agoric/cosmos": "^0.34.0", - "@agoric/deploy-script-support": "^0.10.0", - "@agoric/internal": "^0.3.0", - "@agoric/store": "^0.9.0", + "@agoric/deploy-script-support": "^0.10.1", + "@agoric/internal": "^0.3.1", + "@agoric/store": "^0.9.1", "@agoric/swing-store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/telemetry": "^0.6.0", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/telemetry": "^0.6.1", "@endo/far": "^0.2.18", "@endo/import-bundle": "^0.3.4", "@endo/init": "^0.5.56", diff --git a/packages/deploy-script-support/CHANGELOG.md b/packages/deploy-script-support/CHANGELOG.md index 5eb594ca686..92c76ae0716 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.0...@agoric/deploy-script-support@0.10.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/deploy-script-support + + + + + ## [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.9.4...@agoric/deploy-script-support@0.10.0) (2023-05-19) diff --git a/packages/deploy-script-support/package.json b/packages/deploy-script-support/package.json index 7187c5eda8c..10dfe5e5d15 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.0", + "version": "0.10.1", "description": "Helpers and other support for writing deploy scripts", "type": "module", "main": "src/helpers.js", @@ -35,12 +35,12 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", - "@agoric/import-manager": "^0.3.9", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/zoe": "^0.26.0", + "@agoric/ertp": "^0.16.1", + "@agoric/import-manager": "^0.3.10", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/zoe": "^0.26.1", "@endo/base64": "^0.2.31", "@endo/bundle-source": "^2.5.1", "@endo/far": "^0.2.18", @@ -50,7 +50,7 @@ "@endo/zip": "^0.2.31" }, "devDependencies": { - "@agoric/vats": "^0.14.0", + "@agoric/vats": "^0.14.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 aca4478eb34..89dd9db117d 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.0...@agoric/governance@0.10.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/governance + + + + + ## [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.9.1...@agoric/governance@0.10.0) (2023-05-19) diff --git a/packages/governance/package.json b/packages/governance/package.json index ff7c5f43518..cb93f0b95e0 100644 --- a/packages/governance/package.json +++ b/packages/governance/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/governance", - "version": "0.10.0", + "version": "0.10.1", "description": "Core governance support", "type": "module", "main": "src/index.js", @@ -32,15 +32,15 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/time": "^0.3.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/vats": "^0.14.0", - "@agoric/zoe": "^0.26.0", + "@agoric/ertp": "^0.16.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/time": "^0.3.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/vats": "^0.14.1", + "@agoric/zoe": "^0.26.1", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", "@endo/far": "^0.2.18", @@ -49,7 +49,7 @@ "@endo/promise-kit": "^0.2.56" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.0", + "@agoric/deploy-script-support": "^0.10.1", "@endo/bundle-source": "^2.5.1", "@endo/init": "^0.5.56", "ava": "^5.2.0", diff --git a/packages/import-manager/CHANGELOG.md b/packages/import-manager/CHANGELOG.md index 84cea07999d..4c6289ed38c 100644 --- a/packages/import-manager/CHANGELOG.md +++ b/packages/import-manager/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.3.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.9...@agoric/import-manager@0.3.10) (2023-05-24) + +**Note:** Version bump only for package @agoric/import-manager + + + + + ### [0.3.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.6...@agoric/import-manager@0.3.9) (2023-05-19) **Note:** Version bump only for package @agoric/import-manager diff --git a/packages/import-manager/package.json b/packages/import-manager/package.json index 2349f541540..3e5b9799788 100644 --- a/packages/import-manager/package.json +++ b/packages/import-manager/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/import-manager", - "version": "0.3.9", + "version": "0.3.10", "description": "Share code across vat boundaries", "type": "module", "main": "./src/importManager.js", @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "devDependencies": { - "@agoric/swingset-vat": "^0.32.0", + "@agoric/swingset-vat": "^0.32.1", "ava": "^5.2.0", "c8": "^7.13.0" }, diff --git a/packages/inter-protocol/CHANGELOG.md b/packages/inter-protocol/CHANGELOG.md index 7a3936295dc..62dd68162cd 100644 --- a/packages/inter-protocol/CHANGELOG.md +++ b/packages/inter-protocol/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.15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.14.0...@agoric/inter-protocol@0.15.0) (2023-05-24) + + +### Features + +* **clientSupport:** Offers.fluxAggregator.PushPrice ([486581c](https://github.com/Agoric/agoric-sdk/commit/486581c8ea07a621f18c0d485c7059fb3e87835a)) + + + ## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.13.1...@agoric/inter-protocol@0.14.0) (2023-05-19) diff --git a/packages/inter-protocol/package.json b/packages/inter-protocol/package.json index c1a470404b3..d1da66fa65e 100644 --- a/packages/inter-protocol/package.json +++ b/packages/inter-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/inter-protocol", - "version": "0.14.0", + "version": "0.15.0", "description": "Core cryptoeconomy contracts", "type": "module", "main": "src/index.js", @@ -30,28 +30,28 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", - "@agoric/governance": "^0.10.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/time": "^0.3.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/vats": "^0.14.0", - "@agoric/zoe": "^0.26.0", + "@agoric/ertp": "^0.16.1", + "@agoric/governance": "^0.10.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/time": "^0.3.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/vats": "^0.14.1", + "@agoric/zoe": "^0.26.1", "@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.19.0", + "agoric": "^0.20.0", "jessie.js": "^0.3.2" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.0", - "@agoric/smart-wallet": "^0.5.0", - "@agoric/swingset-liveslots": "^0.10.0", - "@agoric/swingset-vat": "^0.32.0", + "@agoric/deploy-script-support": "^0.10.1", + "@agoric/smart-wallet": "^0.5.1", + "@agoric/swingset-liveslots": "^0.10.1", + "@agoric/swingset-vat": "^0.32.1", "@endo/bundle-source": "^2.5.1", "@endo/init": "^0.5.56", "@endo/promise-kit": "^0.2.56", diff --git a/packages/internal/CHANGELOG.md b/packages/internal/CHANGELOG.md index 2cc46d2a546..d4b2ee8b29c 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/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.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.3.0...@agoric/internal@0.3.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/internal + + + + + ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.2.1...@agoric/internal@0.3.0) (2023-05-19) diff --git a/packages/internal/package.json b/packages/internal/package.json index adb752b0a51..827d2e9faa6 100755 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/internal", - "version": "0.3.0", + "version": "0.3.1", "description": "Externally unsupported utilities internal to agoric-sdk", "type": "module", "main": "src/index.js", @@ -20,7 +20,7 @@ "lint:types": "tsc -p jsconfig.json" }, "dependencies": { - "@agoric/zone": "^0.2.0", + "@agoric/zone": "^0.2.1", "@endo/far": "^0.2.18", "@endo/marshal": "^0.8.5", "@endo/patterns": "^0.2.2", diff --git a/packages/notifier/CHANGELOG.md b/packages/notifier/CHANGELOG.md index caa8a87cfa7..67ef239f738 100644 --- a/packages/notifier/CHANGELOG.md +++ b/packages/notifier/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/notifier@0.6.0...@agoric/notifier@0.6.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/notifier + + + + + ## [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/notifier@0.5.1...@agoric/notifier@0.6.0) (2023-05-19) diff --git a/packages/notifier/package.json b/packages/notifier/package.json index e5603c4694f..eac496deda1 100644 --- a/packages/notifier/package.json +++ b/packages/notifier/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/notifier", - "version": "0.6.0", + "version": "0.6.1", "description": "Notifier allows services to update clients about state changes using a stream of promises", "type": "module", "main": "src/index.js", @@ -34,11 +34,11 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", - "@agoric/store": "^0.9.0", + "@agoric/internal": "^0.3.1", + "@agoric/store": "^0.9.1", "@agoric/swing-store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/vat-data": "^0.5.0", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/vat-data": "^0.5.1", "@endo/far": "^0.2.18", "@endo/marshal": "^0.8.5", "@endo/promise-kit": "^0.2.56" diff --git a/packages/pegasus/CHANGELOG.md b/packages/pegasus/CHANGELOG.md index 27f20adf210..03fda3b0a7d 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.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.9...@agoric/pegasus@0.7.10) (2023-05-24) + +**Note:** Version bump only for package @agoric/pegasus + + + + + ### [0.7.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.6...@agoric/pegasus@0.7.9) (2023-05-19) diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index ab1e78c3902..00a0155bc8f 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/pegasus", - "version": "0.7.9", + "version": "0.7.10", "description": "Peg-as-us contract", "type": "module", "main": "./src/pegasus.js", @@ -30,13 +30,13 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/vats": "^0.14.0", - "@agoric/zoe": "^0.26.0", + "@agoric/ertp": "^0.16.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/vats": "^0.14.1", + "@agoric/zoe": "^0.26.1", "@endo/bundle-source": "^2.5.1", "@endo/captp": "^3.1.1", "@endo/far": "^0.2.18", @@ -45,7 +45,7 @@ "@endo/promise-kit": "^0.2.56" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.0", + "@agoric/deploy-script-support": "^0.10.1", "ava": "^5.2.0", "c8": "^7.13.0", "import-meta-resolve": "^2.2.1" diff --git a/packages/same-structure/CHANGELOG.md b/packages/same-structure/CHANGELOG.md index 8ede6383fca..373a4157670 100644 --- a/packages/same-structure/CHANGELOG.md +++ b/packages/same-structure/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.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/same-structure@0.2.5...@agoric/same-structure@0.2.6) (2023-05-24) + +**Note:** Version bump only for package @agoric/same-structure + + + + + ### [0.2.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/same-structure@0.2.3...@agoric/same-structure@0.2.5) (2023-05-19) **Note:** Version bump only for package @agoric/same-structure diff --git a/packages/same-structure/package.json b/packages/same-structure/package.json index 821a20ba22b..9259153cd9a 100644 --- a/packages/same-structure/package.json +++ b/packages/same-structure/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/same-structure", - "version": "0.2.5", + "version": "0.2.6", "description": "Deep equals", "type": "module", "main": "index.js", @@ -30,7 +30,7 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/store": "^0.9.0", + "@agoric/store": "^0.9.1", "@endo/marshal": "^0.8.5" }, "files": [ diff --git a/packages/sharing-service/CHANGELOG.md b/packages/sharing-service/CHANGELOG.md index 2676b901a32..873cc9b81df 100644 --- a/packages/sharing-service/CHANGELOG.md +++ b/packages/sharing-service/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.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/sharing-service@0.2.9...@agoric/sharing-service@0.2.10) (2023-05-24) + +**Note:** Version bump only for package @agoric/sharing-service + + + + + ### [0.2.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/sharing-service@0.2.6...@agoric/sharing-service@0.2.9) (2023-05-19) **Note:** Version bump only for package @agoric/sharing-service diff --git a/packages/sharing-service/package.json b/packages/sharing-service/package.json index 39791ae37b7..04f23ff12d6 100644 --- a/packages/sharing-service/package.json +++ b/packages/sharing-service/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/sharing-service", - "version": "0.2.9", + "version": "0.2.10", "description": "Share objects with another party but not publicly", "type": "module", "main": "./src/sharing.js", @@ -31,7 +31,7 @@ "@endo/marshal": "^0.8.5" }, "devDependencies": { - "@agoric/swingset-vat": "^0.32.0", + "@agoric/swingset-vat": "^0.32.1", "@endo/eventual-send": "^0.17.2", "ava": "^5.2.0", "c8": "^7.13.0" diff --git a/packages/smart-wallet/CHANGELOG.md b/packages/smart-wallet/CHANGELOG.md index e1369f720d5..a6e55095bec 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.1](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.0...@agoric/smart-wallet@0.5.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/smart-wallet + + + + + ## [0.5.0](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.4.2...@agoric/smart-wallet@0.5.0) (2023-05-19) diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index 1d81faaafdb..e7d17e011a2 100644 --- a/packages/smart-wallet/package.json +++ b/packages/smart-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/smart-wallet", - "version": "0.5.0", + "version": "0.5.1", "description": "Wallet contract", "type": "module", "scripts": { @@ -23,15 +23,15 @@ }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/casting": "^0.4.0", - "@agoric/ertp": "^0.16.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/vats": "^0.14.0", - "@agoric/zoe": "^0.26.0", + "@agoric/casting": "^0.4.1", + "@agoric/ertp": "^0.16.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/vats": "^0.14.1", + "@agoric/zoe": "^0.26.1", "@endo/eventual-send": "^0.17.2", "@endo/far": "^0.2.18", "@endo/marshal": "^0.8.5", diff --git a/packages/solo/CHANGELOG.md b/packages/solo/CHANGELOG.md index a292e20a253..3fef3cb540e 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.0...@agoric/solo@0.10.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/solo + + + + + ## [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.9.3...@agoric/solo@0.10.0) (2023-05-19) diff --git a/packages/solo/package.json b/packages/solo/package.json index d7ee29c9486..ed963cfd281 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/solo", - "version": "0.10.0", + "version": "0.10.1", "description": "Agoric's Solo vat runner", "type": "module", "bin": { @@ -24,25 +24,25 @@ "dependencies": { "@agoric/access-token": "^0.4.21", "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.0", - "@agoric/cosmic-swingset": "^0.41.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/spawner": "^0.6.6", - "@agoric/store": "^0.9.0", + "@agoric/cache": "^0.3.1", + "@agoric/cosmic-swingset": "^0.41.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/spawner": "^0.6.7", + "@agoric/store": "^0.9.1", "@agoric/swing-store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/telemetry": "^0.6.0", - "@agoric/time": "^0.3.0", - "@agoric/vats": "^0.14.0", - "@agoric/wallet": "^0.18.0", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/telemetry": "^0.6.1", + "@agoric/time": "^0.3.1", + "@agoric/vats": "^0.14.1", + "@agoric/wallet": "^0.18.1", "@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.19.0", + "agoric": "^0.20.0", "anylogger": "^0.21.0", "deterministic-json": "^1.0.5", "esm": "agoric-labs/esm#Agoric-built", @@ -57,7 +57,7 @@ "ws": "^7.2.0" }, "devDependencies": { - "@agoric/ertp": "^0.16.0", + "@agoric/ertp": "^0.16.1", "@endo/bundle-source": "^2.5.1", "ava": "^5.2.0", "c8": "^7.13.0" diff --git a/packages/spawner/CHANGELOG.md b/packages/spawner/CHANGELOG.md index 2838ff32548..94da72d5ac3 100644 --- a/packages/spawner/CHANGELOG.md +++ b/packages/spawner/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.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/spawner@0.6.6...@agoric/spawner@0.6.7) (2023-05-24) + +**Note:** Version bump only for package @agoric/spawner + + + + + ### [0.6.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/spawner@0.6.3...@agoric/spawner@0.6.6) (2023-05-19) **Note:** Version bump only for package @agoric/spawner diff --git a/packages/spawner/package.json b/packages/spawner/package.json index 9158ef492a8..5eb8f2a02bf 100644 --- a/packages/spawner/package.json +++ b/packages/spawner/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/spawner", - "version": "0.6.6", + "version": "0.6.7", "description": "Wrapper for JavaScript map", "type": "module", "main": "./src/contractHost.js", @@ -36,8 +36,8 @@ "@endo/marshal": "^0.8.5" }, "devDependencies": { - "@agoric/internal": "^0.3.0", - "@agoric/swingset-vat": "^0.32.0", + "@agoric/internal": "^0.3.1", + "@agoric/swingset-vat": "^0.32.1", "@endo/bundle-source": "^2.5.1", "@endo/init": "^0.5.56", "ava": "^5.2.0", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index efa868fdf0c..f2bfbf2c53d 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/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.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.9.0...@agoric/store@0.9.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/store + + + + + ## [0.9.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.8.3...@agoric/store@0.9.0) (2023-05-19) diff --git a/packages/store/package.json b/packages/store/package.json index fee234eace7..0c11b3af3f4 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/store", - "version": "0.9.0", + "version": "0.9.1", "description": "Wrapper for JavaScript map", "type": "module", "main": "src/index.js", @@ -31,7 +31,7 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", + "@agoric/internal": "^0.3.1", "@endo/eventual-send": "^0.17.2", "@endo/exo": "^0.2.2", "@endo/far": "^0.2.18", @@ -42,8 +42,8 @@ "@fast-check/ava": "^1.1.3" }, "devDependencies": { - "@agoric/swingset-vat": "^0.32.0", - "@agoric/time": "^0.3.0", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/time": "^0.3.1", "ava": "^5.2.0" }, "files": [ diff --git a/packages/swingset-liveslots/CHANGELOG.md b/packages/swingset-liveslots/CHANGELOG.md index b2bc04510ee..bb24917e805 100644 --- a/packages/swingset-liveslots/CHANGELOG.md +++ b/packages/swingset-liveslots/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-liveslots@0.10.0...@agoric/swingset-liveslots@0.10.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/swingset-liveslots + + + + + ## 0.10.0 (2023-05-19) diff --git a/packages/swingset-liveslots/package.json b/packages/swingset-liveslots/package.json index d124601aeef..ba8114281a6 100644 --- a/packages/swingset-liveslots/package.json +++ b/packages/swingset-liveslots/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-liveslots", - "version": "0.10.0", + "version": "0.10.1", "description": "SwingSet ocap support layer", "type": "module", "main": "src/index.js", @@ -18,9 +18,9 @@ }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", - "@agoric/store": "^0.9.0", - "@agoric/vat-data": "^0.5.0", + "@agoric/internal": "^0.3.1", + "@agoric/store": "^0.9.1", + "@agoric/vat-data": "^0.5.1", "@endo/eventual-send": "^0.17.2", "@endo/exo": "^0.2.2", "@endo/init": "^0.5.56", diff --git a/packages/swingset-runner/CHANGELOG.md b/packages/swingset-runner/CHANGELOG.md index b2651a07b55..2f9a93708c2 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.0...@agoric/swingset-runner@0.22.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/swingset-runner + + + + + ## [0.22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.21.2...@agoric/swingset-runner@0.22.0) (2023-05-19) diff --git a/packages/swingset-runner/package.json b/packages/swingset-runner/package.json index eb322cfc4bc..2c41505e2a3 100644 --- a/packages/swingset-runner/package.json +++ b/packages/swingset-runner/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-runner", - "version": "0.22.0", + "version": "0.22.1", "private": true, "description": "Application to launch SwingSet instances for development and testing", "type": "module", @@ -20,14 +20,14 @@ }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", + "@agoric/ertp": "^0.16.1", "@agoric/stat-logger": "^0.4.28", - "@agoric/store": "^0.9.0", + "@agoric/store": "^0.9.1", "@agoric/swing-store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/telemetry": "^0.6.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/zoe": "^0.26.0", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/telemetry": "^0.6.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/zoe": "^0.26.1", "@endo/bundle-source": "^2.5.1", "@endo/eventual-send": "^0.17.2", "@endo/init": "^0.5.56", diff --git a/packages/swingset-xsnap-supervisor/CHANGELOG.md b/packages/swingset-xsnap-supervisor/CHANGELOG.md index 3260e05f428..3c4baec1c99 100644 --- a/packages/swingset-xsnap-supervisor/CHANGELOG.md +++ b/packages/swingset-xsnap-supervisor/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-xsnap-supervisor@0.10.0...@agoric/swingset-xsnap-supervisor@0.10.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/swingset-xsnap-supervisor + + + + + ## 0.10.0 (2023-05-19) diff --git a/packages/swingset-xsnap-supervisor/package.json b/packages/swingset-xsnap-supervisor/package.json index b038cb85b72..7b9e556d92b 100644 --- a/packages/swingset-xsnap-supervisor/package.json +++ b/packages/swingset-xsnap-supervisor/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-xsnap-supervisor", - "version": "0.10.0", + "version": "0.10.1", "description": "Supervisor/Liveslots bundle for swingset xsnap workers", "author": "Agoric", "license": "Apache-2.0", @@ -24,7 +24,7 @@ }, "devDependencies": { "@agoric/assert": "^0.6.0", - "@agoric/swingset-liveslots": "^0.10.0", + "@agoric/swingset-liveslots": "^0.10.1", "@endo/bundle-source": "^2.5.1", "@endo/import-bundle": "^0.3.4", "@endo/init": "^0.5.56", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 59e6c295ef7..db1ea964d55 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.0...@agoric/telemetry@0.6.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/telemetry + + + + + ## [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.4.0...@agoric/telemetry@0.6.0) (2023-05-19) diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 50579439151..ec8170c1276 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/telemetry", - "version": "0.6.0", + "version": "0.6.1", "description": "Agoric's telemetry implementation", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -23,8 +23,8 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", - "@agoric/store": "^0.9.0", + "@agoric/internal": "^0.3.1", + "@agoric/store": "^0.9.1", "@endo/init": "^0.5.56", "@endo/marshal": "^0.8.5", "@endo/stream": "^0.3.25", diff --git a/packages/time/CHANGELOG.md b/packages/time/CHANGELOG.md index 6bcf85511ee..4bcca334194 100644 --- a/packages/time/CHANGELOG.md +++ b/packages/time/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.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/time@0.3.0...@agoric/time@0.3.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/time + + + + + ## 0.3.0 (2023-05-19) diff --git a/packages/time/package.json b/packages/time/package.json index f50a73f27e2..28f309109b1 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/time", - "version": "0.3.0", + "version": "0.3.1", "description": "Timestamps, time math, timer service API definition", "type": "module", "main": "index.js", @@ -31,7 +31,7 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/store": "^0.9.0", + "@agoric/store": "^0.9.1", "@endo/nat": "^4.1.27" }, "devDependencies": { diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index d498fbb5bde..73390e0c790 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-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.3.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/ui-components@0.3.6...@agoric/ui-components@0.3.7) (2023-05-24) + +**Note:** Version bump only for package @agoric/ui-components + + + + + ### [0.3.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/ui-components@0.3.3...@agoric/ui-components@0.3.6) (2023-05-19) **Note:** Version bump only for package @agoric/ui-components diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index a3bfbc165a5..fd1c33a97f7 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,12 +1,12 @@ { "name": "@agoric/ui-components", - "version": "0.3.6", + "version": "0.3.7", "description": "Reusable UI Components for Agoric Dapps, built with React and MaterialUI", "type": "module", "main": "dist/index.js", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", + "@agoric/ertp": "^0.16.1", "@endo/eventual-send": "^0.17.2", "@endo/init": "^0.5.56", "@endo/nat": "^4.1.27", diff --git a/packages/vat-data/CHANGELOG.md b/packages/vat-data/CHANGELOG.md index 1c9f6ec692c..4b73bce70e1 100644 --- a/packages/vat-data/CHANGELOG.md +++ b/packages/vat-data/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.0...@agoric/vat-data@0.5.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/vat-data + + + + + ## [0.5.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.3...@agoric/vat-data@0.5.0) (2023-05-19) diff --git a/packages/vat-data/package.json b/packages/vat-data/package.json index f546923321f..ab7da0d652f 100644 --- a/packages/vat-data/package.json +++ b/packages/vat-data/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vat-data", - "version": "0.5.0", + "version": "0.5.1", "description": "Safe access to VatData global", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -20,11 +20,11 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", - "@agoric/store": "^0.9.0" + "@agoric/internal": "^0.3.1", + "@agoric/store": "^0.9.1" }, "devDependencies": { - "@agoric/swingset-vat": "^0.32.0", + "@agoric/swingset-vat": "^0.32.1", "ava": "^5.2.0", "tsd": "^0.28.1" }, diff --git a/packages/vats/CHANGELOG.md b/packages/vats/CHANGELOG.md index 6eacc2b5925..3a73bdc2361 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.14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.14.0...@agoric/vats@0.14.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/vats + + + + + ## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.13.0...@agoric/vats@0.14.0) (2023-05-19) diff --git a/packages/vats/package.json b/packages/vats/package.json index 724453d766e..032d31bb773 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vats", - "version": "0.14.0", + "version": "0.14.1", "description": "Agoric's Vat library", "type": "module", "main": "./index.js", @@ -29,18 +29,18 @@ "license": "Apache-2.0", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", - "@agoric/governance": "^0.10.0", - "@agoric/inter-protocol": "^0.14.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/sharing-service": "^0.2.9", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/time": "^0.3.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/zoe": "^0.26.0", - "@agoric/zone": "^0.2.0", + "@agoric/ertp": "^0.16.1", + "@agoric/governance": "^0.10.1", + "@agoric/inter-protocol": "^0.15.0", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/sharing-service": "^0.2.10", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/time": "^0.3.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/zoe": "^0.26.1", + "@agoric/zone": "^0.2.1", "@endo/far": "^0.2.18", "@endo/import-bundle": "^0.3.4", "@endo/init": "^0.5.56", @@ -50,11 +50,11 @@ "jessie.js": "^0.3.2" }, "devDependencies": { - "@agoric/cosmic-swingset": "^0.41.0", - "@agoric/deploy-script-support": "^0.10.0", - "@agoric/smart-wallet": "^0.5.0", + "@agoric/cosmic-swingset": "^0.41.1", + "@agoric/deploy-script-support": "^0.10.1", + "@agoric/smart-wallet": "^0.5.1", "@agoric/swing-store": "^0.9.0", - "@agoric/swingset-liveslots": "^0.10.0", + "@agoric/swingset-liveslots": "^0.10.1", "@endo/bundle-source": "^2.5.1", "@endo/captp": "^3.1.1", "@endo/stream": "^0.3.25", diff --git a/packages/wallet-connection/CHANGELOG.md b/packages/wallet-connection/CHANGELOG.md index 2e7ceab5082..f821acdbb1d 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.15](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet-connection@0.1.14...@agoric/wallet-connection@0.1.15) (2023-05-24) + +**Note:** Version bump only for package @agoric/wallet-connection + + + + + ### [0.1.14](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet-connection@0.1.11...@agoric/wallet-connection@0.1.14) (2023-05-19) **Note:** Version bump only for package @agoric/wallet-connection diff --git a/packages/wallet-connection/package.json b/packages/wallet-connection/package.json index 95e3c0a8201..377029eed3c 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.14", + "version": "0.1.15", "main": "index.js", "module": "index.js", "scripts": { @@ -17,7 +17,7 @@ "lint:eslint": "exit 0" }, "dependencies": { - "@agoric/web-components": "^0.6.0" + "@agoric/web-components": "^0.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 57bb019beac..094f55be812 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.0...@agoric/wallet@0.18.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/wallet + + + + + ## [0.18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.17.0...@agoric/wallet@0.18.0) (2023-05-19) diff --git a/packages/wallet/api/CHANGELOG.md b/packages/wallet/api/CHANGELOG.md index 404003fe2b7..d54fe3e427f 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.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.0...@agoric/wallet-backend@0.14.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/wallet-backend + + + + + ## [0.14.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.3...@agoric/wallet-backend@0.14.0) (2023-05-19) diff --git a/packages/wallet/api/package.json b/packages/wallet/api/package.json index de4f32dff72..0f7f3857990 100644 --- a/packages/wallet/api/package.json +++ b/packages/wallet/api/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet-backend", - "version": "0.14.0", + "version": "0.14.1", "description": "Wallet backend", "type": "module", "scripts": { @@ -14,22 +14,22 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/vats": "^0.14.0", + "@agoric/vats": "^0.14.1", "@endo/bundle-source": "^2.5.1", "@endo/init": "^0.5.56", "ava": "^5.2.0" }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.0", - "@agoric/ertp": "^0.16.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/smart-wallet": "^0.5.0", - "@agoric/store": "^0.9.0", - "@agoric/time": "^0.3.0", - "@agoric/vat-data": "^0.5.0", - "@agoric/zoe": "^0.26.0", + "@agoric/cache": "^0.3.1", + "@agoric/ertp": "^0.16.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/smart-wallet": "^0.5.1", + "@agoric/store": "^0.9.1", + "@agoric/time": "^0.3.1", + "@agoric/vat-data": "^0.5.1", + "@agoric/zoe": "^0.26.1", "@endo/eventual-send": "^0.17.2", "@endo/marshal": "^0.8.5", "@endo/nat": "^4.1.27", diff --git a/packages/wallet/package.json b/packages/wallet/package.json index d54465ee216..e0c08216516 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet", - "version": "0.18.0", + "version": "0.18.1", "type": "module", "main": "index.js", "license": "Apache-2.0", @@ -20,7 +20,7 @@ }, "dependencies": { "@agoric/wallet-ui": "0.1.3-solo.0", - "agoric": "^0.19.0", + "agoric": "^0.20.0", "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 7010f2b4e50..bafbd358888 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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/web-components@0.6.0...@agoric/web-components@0.6.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/web-components + + + + + ## [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/web-components@0.5.0...@agoric/web-components@0.6.0) (2023-05-19) diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 18c8efbb361..f52959c8a35 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.0", + "version": "0.6.1", "main": "index.js", "module": "index.js", "scripts": { @@ -21,12 +21,12 @@ }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.0", - "@agoric/casting": "^0.4.0", - "@agoric/ertp": "^0.16.0", - "@agoric/notifier": "^0.6.0", - "@agoric/smart-wallet": "^0.5.0", - "@agoric/wallet": "^0.18.0", + "@agoric/cache": "^0.3.1", + "@agoric/casting": "^0.4.1", + "@agoric/ertp": "^0.16.1", + "@agoric/notifier": "^0.6.1", + "@agoric/smart-wallet": "^0.5.1", + "@agoric/wallet": "^0.18.1", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", "@endo/marshal": "^0.8.5", diff --git a/packages/xsnap/CHANGELOG.md b/packages/xsnap/CHANGELOG.md index 90c1a58709d..6c530d8d717 100644 --- a/packages/xsnap/CHANGELOG.md +++ b/packages/xsnap/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.14.0...@agoric/xsnap@0.14.1) (2023-05-24) + + +### Bug Fixes + +* **xsnap:** agd checks 'xsnap -n' for agoric-upgrade-10 ([842b440](https://github.com/Agoric/agoric-sdk/commit/842b4402eb857d09856cd8a77159db3a464d86f9)), closes [#7012](https://github.com/Agoric/agoric-sdk/issues/7012) +* **xsnap:** use newer xsnap-pub, with requirement for __has_builtin ([99de101](https://github.com/Agoric/agoric-sdk/commit/99de101cfe2a7d44464d64c8c55bbc71151b1f2f)), closes [#7829](https://github.com/Agoric/agoric-sdk/issues/7829) + + + ## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.13.2...@agoric/xsnap@0.14.0) (2023-05-19) diff --git a/packages/xsnap/package.json b/packages/xsnap/package.json index f5caf7c85d4..dff824994a6 100644 --- a/packages/xsnap/package.json +++ b/packages/xsnap/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/xsnap", - "version": "0.14.0", + "version": "0.14.1", "description": "Description forthcoming.", "author": "Agoric", "license": "Apache-2.0", @@ -27,7 +27,7 @@ }, "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.0", + "@agoric/internal": "^0.3.1", "@agoric/xsnap-lockdown": "^0.14.0", "@endo/bundle-source": "^2.5.1", "@endo/eventual-send": "^0.17.2", diff --git a/packages/zoe/CHANGELOG.md b/packages/zoe/CHANGELOG.md index 914dea55de8..c9d7a19f1b9 100644 --- a/packages/zoe/CHANGELOG.md +++ b/packages/zoe/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.26.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.0...@agoric/zoe@0.26.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/zoe + + + + + ## [0.26.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.25.3...@agoric/zoe@0.26.0) (2023-05-19) diff --git a/packages/zoe/package.json b/packages/zoe/package.json index f89520f5036..301d297dbb4 100644 --- a/packages/zoe/package.json +++ b/packages/zoe/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/zoe", - "version": "0.26.0", + "version": "0.26.1", "description": "Zoe: the Smart Contract Framework for Offer Enforcement", "type": "module", "main": "./src/zoeService/zoe.js", @@ -44,13 +44,13 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.0", - "@agoric/internal": "^0.3.0", - "@agoric/notifier": "^0.6.0", - "@agoric/store": "^0.9.0", - "@agoric/swingset-vat": "^0.32.0", - "@agoric/time": "^0.3.0", - "@agoric/vat-data": "^0.5.0", + "@agoric/ertp": "^0.16.1", + "@agoric/internal": "^0.3.1", + "@agoric/notifier": "^0.6.1", + "@agoric/store": "^0.9.1", + "@agoric/swingset-vat": "^0.32.1", + "@agoric/time": "^0.3.1", + "@agoric/vat-data": "^0.5.1", "@endo/bundle-source": "^2.5.1", "@endo/captp": "^3.1.1", "@endo/eventual-send": "^0.17.2", diff --git a/packages/zone/CHANGELOG.md b/packages/zone/CHANGELOG.md index 9c5789ed9b1..56f1cd15291 100644 --- a/packages/zone/CHANGELOG.md +++ b/packages/zone/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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.2.0...@agoric/zone@0.2.1) (2023-05-24) + +**Note:** Version bump only for package @agoric/zone + + + + + ## 0.2.0 (2023-05-19) diff --git a/packages/zone/package.json b/packages/zone/package.json index c47ca70c438..0c18f57b881 100644 --- a/packages/zone/package.json +++ b/packages/zone/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/zone", - "version": "0.2.0", + "version": "0.2.1", "description": "Allocation zone abstraction for objects on the heap, persistent stores, etc.", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -25,8 +25,8 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/store": "^0.9.0", - "@agoric/vat-data": "^0.5.0", + "@agoric/store": "^0.9.1", + "@agoric/vat-data": "^0.5.1", "@endo/far": "^0.2.18" }, "publishConfig": {