From 431b36a49f8574ce49c29d152bf0ace03eb5a348 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:39:55 +0500 Subject: [PATCH] chore(release): publish - @agoric/cosmos@0.35.0-u18.2 - agoric@0.22.0-u18.2 - @agoric/benchmark@0.1.1-u18.2 - @agoric/boot@0.2.0-u18.2 - @agoric/builders@0.2.0-u18.2 - @agoric/casting@0.4.3-u18.2 - @agoric/cosmic-proto@0.5.0-u18.2 - @agoric/cosmic-swingset@0.42.0-u18.2 - @agoric/create-dapp@0.1.1-u18.2 - @agoric/deploy-script-support@0.10.4-u18.2 - fast-usdc@0.1.1-u18.2 - @agoric/inter-protocol@0.17.0-u18.2 - @agoric/orchestration@0.2.0-u18.2 - @agoric/pegasus@0.8.0-u18.2 - @agoric/smart-wallet@0.5.4-u18.2 - @agoric/solo@0.11.0-u18.2 - @agoric/swingset-runner@0.22.3-u18.2 - @agoric/vats@0.16.0-u18.2 - @agoric/wallet-backend@0.15.0-u18.2 --- golang/cosmos/CHANGELOG.md | 8 ++++++++ golang/cosmos/package.json | 2 +- packages/agoric-cli/CHANGELOG.md | 8 ++++++++ packages/agoric-cli/package.json | 16 ++++++++-------- packages/benchmark/CHANGELOG.md | 8 ++++++++ packages/benchmark/package.json | 10 +++++----- packages/boot/CHANGELOG.md | 8 ++++++++ packages/boot/package.json | 16 ++++++++-------- packages/builders/CHANGELOG.md | 8 ++++++++ packages/builders/package.json | 12 ++++++------ packages/casting/CHANGELOG.md | 8 ++++++++ packages/casting/package.json | 4 ++-- packages/cosmic-proto/CHANGELOG.md | 8 ++++++++ packages/cosmic-proto/package.json | 4 ++-- packages/cosmic-swingset/CHANGELOG.md | 8 ++++++++ packages/cosmic-swingset/package.json | 8 ++++---- packages/create-dapp/CHANGELOG.md | 8 ++++++++ packages/create-dapp/package.json | 4 ++-- packages/deploy-script-support/CHANGELOG.md | 8 ++++++++ packages/deploy-script-support/package.json | 4 ++-- packages/fast-usdc/CHANGELOG.md | 8 ++++++++ packages/fast-usdc/package.json | 4 ++-- packages/inter-protocol/CHANGELOG.md | 8 ++++++++ packages/inter-protocol/package.json | 6 +++--- packages/orchestration/CHANGELOG.md | 8 ++++++++ packages/orchestration/package.json | 6 +++--- packages/pegasus/CHANGELOG.md | 8 ++++++++ packages/pegasus/package.json | 4 ++-- packages/smart-wallet/CHANGELOG.md | 8 ++++++++ packages/smart-wallet/package.json | 8 ++++---- packages/solo/CHANGELOG.md | 8 ++++++++ packages/solo/package.json | 6 +++--- packages/swingset-runner/CHANGELOG.md | 8 ++++++++ packages/swingset-runner/package.json | 6 +++--- packages/vats/CHANGELOG.md | 8 ++++++++ packages/vats/package.json | 4 ++-- packages/wallet/api/CHANGELOG.md | 8 ++++++++ packages/wallet/api/package.json | 6 +++--- 38 files changed, 217 insertions(+), 65 deletions(-) diff --git a/golang/cosmos/CHANGELOG.md b/golang/cosmos/CHANGELOG.md index 57af05c6be1..8d6d78fadbb 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.35.0-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u18.1...@agoric/cosmos@0.35.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/cosmos + + + + + ## [0.35.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u18.0...@agoric/cosmos@0.35.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/cosmos diff --git a/golang/cosmos/package.json b/golang/cosmos/package.json index 972c76ecc70..65676aa30c5 100644 --- a/golang/cosmos/package.json +++ b/golang/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmos", - "version": "0.35.0-u18.1", + "version": "0.35.0-u18.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 ca5a4a3173b..a887442f8be 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/agoric@0.22.0-u18.1...agoric@0.22.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package agoric + + + + + ## [0.22.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.22.0-u18.0...agoric@0.22.0-u18.1) (2024-11-19) **Note:** Version bump only for package agoric diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index 3ff7c89f47f..f80e488d6e1 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -1,6 +1,6 @@ { "name": "agoric", - "version": "0.22.0-u18.1", + "version": "0.22.0-u18.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-u18.1", - "@agoric/deploy-script-support": "^0.10.4-u18.1", + "@agoric/cosmic-swingset": "^0.42.0-u18.2", + "@agoric/deploy-script-support": "^0.10.4-u18.2", "ava": "^5.3.0", "c8": "^9.1.0", "dd-trace": "^4.11.1" @@ -38,17 +38,17 @@ "dependencies": { "@agoric/access-token": "^0.4.22-u18.0", "@agoric/cache": "^0.3.3-u18.0", - "@agoric/casting": "^0.4.3-u18.1", - "@agoric/cosmic-proto": "^0.5.0-u18.1", + "@agoric/casting": "^0.4.3-u18.2", + "@agoric/cosmic-proto": "^0.5.0-u18.2", "@agoric/ertp": "^0.16.3-u18.0", "@agoric/governance": "^0.10.4-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.1", + "@agoric/inter-protocol": "^0.17.0-u18.2", "@agoric/internal": "^0.4.0-u18.0", "@agoric/network": "^0.2.0-u18.0", - "@agoric/smart-wallet": "^0.5.4-u18.1", + "@agoric/smart-wallet": "^0.5.4-u18.2", "@agoric/store": "^0.9.3-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/zoe": "^0.26.3-u18.0", "@agoric/zone": "^0.3.0-u18.0", "@confio/relayer": "^0.11.3", diff --git a/packages/benchmark/CHANGELOG.md b/packages/benchmark/CHANGELOG.md index fc352abdcbf..70a7dd2006a 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/benchmark@0.1.1-u18.1...@agoric/benchmark@0.1.1-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/benchmark + + + + + ### [0.1.1-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/benchmark@0.1.1-u18.0...@agoric/benchmark@0.1.1-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/benchmark diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index f90bff77381..43fe89a9642 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/benchmark", - "version": "0.1.1-u18.1", + "version": "0.1.1-u18.2", "private": true, "description": "Benchmark support", "type": "module", @@ -22,11 +22,11 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/boot": "^0.2.0-u18.1", - "@agoric/cosmic-swingset": "^0.42.0-u18.1", - "@agoric/inter-protocol": "^0.17.0-u18.1", + "@agoric/boot": "^0.2.0-u18.2", + "@agoric/cosmic-swingset": "^0.42.0-u18.2", + "@agoric/inter-protocol": "^0.17.0-u18.2", "@agoric/internal": "^0.4.0-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/zoe": "^0.26.3-u18.0", "@endo/errors": "^1.2.7", "@endo/init": "^1.1.6" diff --git a/packages/boot/CHANGELOG.md b/packages/boot/CHANGELOG.md index 350f096f437..777251f005e 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u18.1...@agoric/boot@0.2.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/boot + + + + + ## [0.2.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u18.0...@agoric/boot@0.2.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/boot diff --git a/packages/boot/package.json b/packages/boot/package.json index f88b5e7cb56..4f69388ce56 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/boot", - "version": "0.2.0-u18.1", + "version": "0.2.0-u18.2", "private": true, "description": "Config and utilities to bootstrap an Agoric chain", "type": "module", @@ -19,21 +19,21 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/builders": "^0.2.0-u18.1", - "@agoric/cosmic-proto": "^0.5.0-u18.1", - "@agoric/cosmic-swingset": "^0.42.0-u18.1", + "@agoric/builders": "^0.2.0-u18.2", + "@agoric/cosmic-proto": "^0.5.0-u18.2", + "@agoric/cosmic-swingset": "^0.42.0-u18.2", "@agoric/ertp": "^0.16.3-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.1", + "@agoric/inter-protocol": "^0.17.0-u18.2", "@agoric/internal": "^0.4.0-u18.0", "@agoric/kmarshal": "^0.1.1-u18.0", "@agoric/notifier": "^0.7.0-u18.0", - "@agoric/orchestration": "^0.2.0-u18.1", + "@agoric/orchestration": "^0.2.0-u18.2", "@agoric/swing-store": "^0.10.0-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", "@agoric/telemetry": "^0.6.3-u18.1", "@agoric/time": "^0.3.3-u18.0", "@agoric/vat-data": "^0.5.3-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/vm-config": "^0.1.1-u18.0", "@agoric/vow": "^0.2.0-u18.0", "@agoric/zoe": "^0.26.3-u18.0", @@ -50,7 +50,7 @@ "import-meta-resolve": "^2.2.1" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.4-u18.1", + "@agoric/deploy-script-support": "^0.10.4-u18.2", "@agoric/governance": "^0.10.4-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/swingset-liveslots": "^0.10.3-u18.0", diff --git a/packages/builders/CHANGELOG.md b/packages/builders/CHANGELOG.md index 1ae7febf0c7..96f77523735 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u18.1...@agoric/builders@0.2.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/builders + + + + + ## [0.2.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u18.0...@agoric/builders@0.2.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/builders diff --git a/packages/builders/package.json b/packages/builders/package.json index 0e444503f1e..33af51a2567 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/builders", - "version": "0.2.0-u18.1", + "version": "0.2.0-u18.2", "description": "Build scripts for proposals to an Agoric chain", "type": "module", "main": "./index.js", @@ -26,9 +26,9 @@ "@agoric/ertp": "^0.16.3-u18.0", "@agoric/internal": "^0.4.0-u18.0", "@agoric/notifier": "^0.7.0-u18.0", - "@agoric/smart-wallet": "^0.5.4-u18.1", + "@agoric/smart-wallet": "^0.5.4-u18.2", "@agoric/vat-data": "^0.5.3-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/zoe": "^0.26.3-u18.0", "@endo/bundle-source": "^3.4.2", "@endo/captp": "^4.4.2", @@ -41,10 +41,10 @@ "import-meta-resolve": "^2.2.1" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.4-u18.1", + "@agoric/deploy-script-support": "^0.10.4-u18.2", "@agoric/governance": "^0.10.4-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.1", - "@agoric/orchestration": "^0.2.0-u18.1", + "@agoric/inter-protocol": "^0.17.0-u18.2", + "@agoric/orchestration": "^0.2.0-u18.2", "@agoric/store": "^0.9.3-u18.0", "@agoric/swing-store": "^0.10.0-u18.0", "@agoric/swingset-liveslots": "^0.10.3-u18.0", diff --git a/packages/casting/CHANGELOG.md b/packages/casting/CHANGELOG.md index 042a29279bd..c4eb1689e3d 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.3-u18.1...@agoric/casting@0.4.3-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/casting + + + + + ### [0.4.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.3-u18.0...@agoric/casting@0.4.3-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/casting diff --git a/packages/casting/package.json b/packages/casting/package.json index 0f50f3e564e..f716a1d26d6 100644 --- a/packages/casting/package.json +++ b/packages/casting/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/casting", - "version": "0.4.3-u18.1", + "version": "0.4.3-u18.2", "description": "Agoric's OCap broadcasting system", "type": "module", "main": "src/main.js", @@ -37,7 +37,7 @@ "@endo/promise-kit": "^1.1.7" }, "devDependencies": { - "@agoric/cosmic-proto": "^0.5.0-u18.1", + "@agoric/cosmic-proto": "^0.5.0-u18.2", "@endo/ses-ava": "^1.2.7", "ava": "^5.3.0", "c8": "^9.1.0", diff --git a/packages/cosmic-proto/CHANGELOG.md b/packages/cosmic-proto/CHANGELOG.md index 85b4da56778..6f3c8103219 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.5.0-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.5.0-u18.1...@agoric/cosmic-proto@0.5.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/cosmic-proto + + + + + ## [0.5.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.5.0-u18.0...@agoric/cosmic-proto@0.5.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/cosmic-proto diff --git a/packages/cosmic-proto/package.json b/packages/cosmic-proto/package.json index 1629216a8bd..90a895092cf 100644 --- a/packages/cosmic-proto/package.json +++ b/packages/cosmic-proto/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-proto", - "version": "0.5.0-u18.1", + "version": "0.5.0-u18.2", "description": "Protobuf stubs for the Agoric cosmos-sdk module", "keywords": [], "author": "Agoric", @@ -142,7 +142,7 @@ "access": "public" }, "devDependencies": { - "@agoric/cosmos": "^0.35.0-u18.1", + "@agoric/cosmos": "^0.35.0-u18.2", "@ava/typescript": "^4.1.0", "@cosmology/telescope": "https://gitpkg.vercel.app/agoric-labs/telescope/packages/telescope?8d2c2f6ba637a5578eead09a7368dc41c262a9d0", "@endo/bundle-source": "^3.4.2", diff --git a/packages/cosmic-swingset/CHANGELOG.md b/packages/cosmic-swingset/CHANGELOG.md index c4d9711509a..ed26632f1a9 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u18.1...@agoric/cosmic-swingset@0.42.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/cosmic-swingset + + + + + ## [0.42.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u18.0...@agoric/cosmic-swingset@0.42.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/cosmic-swingset diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index ebe70af9fff..5e585d0f729 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-u18.1", + "version": "0.42.0-u18.2", "description": "Agoric's Cosmos blockchain integration", "type": "module", "bin": { @@ -22,9 +22,9 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/builders": "^0.2.0-u18.1", - "@agoric/cosmos": "^0.35.0-u18.1", - "@agoric/deploy-script-support": "^0.10.4-u18.1", + "@agoric/builders": "^0.2.0-u18.2", + "@agoric/cosmos": "^0.35.0-u18.2", + "@agoric/deploy-script-support": "^0.10.4-u18.2", "@agoric/internal": "^0.4.0-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/swing-store": "^0.10.0-u18.0", diff --git a/packages/create-dapp/CHANGELOG.md b/packages/create-dapp/CHANGELOG.md index 1cfe75beaeb..960b35e9a3f 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/create-dapp@0.1.1-u18.1...@agoric/create-dapp@0.1.1-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/create-dapp + + + + + ### [0.1.1-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/create-dapp@0.1.1-u18.0...@agoric/create-dapp@0.1.1-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/create-dapp diff --git a/packages/create-dapp/package.json b/packages/create-dapp/package.json index f2b4925bb07..9a6f8f79600 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-u18.1", + "version": "0.1.1-u18.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-u18.1" + "agoric": "^0.22.0-u18.2" }, "keywords": [], "repository": { diff --git a/packages/deploy-script-support/CHANGELOG.md b/packages/deploy-script-support/CHANGELOG.md index fe298e19043..1d2bc452d53 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u18.1...@agoric/deploy-script-support@0.10.4-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/deploy-script-support + + + + + ### [0.10.4-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u18.0...@agoric/deploy-script-support@0.10.4-u18.1) (2024-11-19) **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 44b3c23d5d2..6f2b522a742 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-u18.1", + "version": "0.10.4-u18.2", "description": "Helpers and other support for writing deploy scripts", "type": "module", "main": "src/helpers.js", @@ -51,7 +51,7 @@ "@endo/zip": "^1.0.8" }, "devDependencies": { - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@endo/init": "^1.1.6", "ava": "^5.3.0", "import-meta-resolve": "^2.2.1" diff --git a/packages/fast-usdc/CHANGELOG.md b/packages/fast-usdc/CHANGELOG.md index b7e54ae38ba..84b1e87fe7e 100644 --- a/packages/fast-usdc/CHANGELOG.md +++ b/packages/fast-usdc/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-u18.2](https://github.com/Agoric/agoric-sdk/compare/fast-usdc@0.1.1-u18.1...fast-usdc@0.1.1-u18.2) (2024-11-21) + +**Note:** Version bump only for package fast-usdc + + + + + ### [0.1.1-u18.1](https://github.com/Agoric/agoric-sdk/compare/fast-usdc@0.1.1-u18.0...fast-usdc@0.1.1-u18.1) (2024-11-19) **Note:** Version bump only for package fast-usdc diff --git a/packages/fast-usdc/package.json b/packages/fast-usdc/package.json index 1f1bb938a2c..6cbe22b1277 100644 --- a/packages/fast-usdc/package.json +++ b/packages/fast-usdc/package.json @@ -1,7 +1,7 @@ { "name": "fast-usdc", "private": true, - "version": "0.1.1-u18.1", + "version": "0.1.1-u18.2", "description": "Create an Agoric Javascript smart contract application", "type": "module", "files": [ @@ -27,7 +27,7 @@ "ts-blank-space": "^0.4.1" }, "dependencies": { - "agoric": "^0.22.0-u18.1", + "agoric": "^0.22.0-u18.2", "commander": "^12.1.0" }, "ava": { diff --git a/packages/inter-protocol/CHANGELOG.md b/packages/inter-protocol/CHANGELOG.md index 58409ce4b7a..40abb18c3db 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u18.1...@agoric/inter-protocol@0.17.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/inter-protocol + + + + + ## [0.17.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u18.0...@agoric/inter-protocol@0.17.0-u18.1) (2024-11-19) diff --git a/packages/inter-protocol/package.json b/packages/inter-protocol/package.json index 45de6a732c7..00db2461d9b 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-u18.1", + "version": "0.17.0-u18.2", "description": "Core cryptoeconomy contracts", "type": "module", "main": "src/index.js", @@ -38,7 +38,7 @@ "@agoric/store": "^0.9.3-u18.0", "@agoric/time": "^0.3.3-u18.0", "@agoric/vat-data": "^0.5.3-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/zoe": "^0.26.3-u18.0", "@endo/captp": "^4.4.2", "@endo/errors": "^1.2.7", @@ -50,7 +50,7 @@ "jessie.js": "^0.3.4" }, "devDependencies": { - "@agoric/smart-wallet": "^0.5.4-u18.1", + "@agoric/smart-wallet": "^0.5.4-u18.2", "@agoric/swingset-liveslots": "^0.10.3-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", "@agoric/zone": "^0.3.0-u18.0", diff --git a/packages/orchestration/CHANGELOG.md b/packages/orchestration/CHANGELOG.md index 5913944a936..355d3725b39 100644 --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/orchestration@0.2.0-u18.1...@agoric/orchestration@0.2.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/orchestration + + + + + ## [0.2.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/orchestration@0.2.0-u18.0...@agoric/orchestration@0.2.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/orchestration diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index f19fc0102e4..6cd5123a37c 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/orchestration", - "version": "0.2.0-u18.1", + "version": "0.2.0-u18.2", "description": "Chain abstraction for Agoric's orchestration clients", "type": "module", "main": "index.js", @@ -34,7 +34,7 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/async-flow": "^0.2.0-u18.0", - "@agoric/cosmic-proto": "^0.5.0-u18.1", + "@agoric/cosmic-proto": "^0.5.0-u18.2", "@agoric/ertp": "^0.16.3-u18.0", "@agoric/internal": "^0.4.0-u18.0", "@agoric/network": "^0.2.0-u18.0", @@ -42,7 +42,7 @@ "@agoric/store": "^0.9.3-u18.0", "@agoric/time": "^0.3.3-u18.0", "@agoric/vat-data": "^0.5.3-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/vow": "^0.2.0-u18.0", "@agoric/zoe": "^0.26.3-u18.0", "@agoric/zone": "^0.3.0-u18.0", diff --git a/packages/pegasus/CHANGELOG.md b/packages/pegasus/CHANGELOG.md index 48d0c83fa1b..380c807c8ca 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.8.0-u18.1...@agoric/pegasus@0.8.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/pegasus + + + + + ## [0.8.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.8.0-u18.0...@agoric/pegasus@0.8.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/pegasus diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index 799141a6a5a..718394ecb1a 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/pegasus", - "version": "0.8.0-u18.1", + "version": "0.8.0-u18.2", "description": "Peg-as-us contract", "type": "module", "main": "./src/pegasus.js", @@ -34,7 +34,7 @@ "@agoric/notifier": "^0.7.0-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/vow": "^0.2.0-u18.0", "@agoric/zoe": "^0.26.3-u18.0", "@agoric/zone": "^0.3.0-u18.0", diff --git a/packages/smart-wallet/CHANGELOG.md b/packages/smart-wallet/CHANGELOG.md index 18990771661..da4bcbcb77d 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-u18.2](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.4-u18.1...@agoric/smart-wallet@0.5.4-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/smart-wallet + + + + + ### [0.5.4-u18.1](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.4-u18.0...@agoric/smart-wallet@0.5.4-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/smart-wallet diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index 30343e265e3..d24f77914ff 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-u18.1", + "version": "0.5.4-u18.2", "description": "Wallet contract", "type": "module", "main": "src/index.js", @@ -17,7 +17,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/cosmic-proto": "^0.5.0-u18.1", + "@agoric/cosmic-proto": "^0.5.0-u18.2", "@agoric/swingset-vat": "^0.33.0-u18.0", "@endo/bundle-source": "^3.4.2", "@endo/captp": "^4.4.2", @@ -26,13 +26,13 @@ "import-meta-resolve": "^2.2.1" }, "dependencies": { - "@agoric/casting": "^0.4.3-u18.1", + "@agoric/casting": "^0.4.3-u18.2", "@agoric/ertp": "^0.16.3-u18.0", "@agoric/internal": "^0.4.0-u18.0", "@agoric/notifier": "^0.7.0-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/vat-data": "^0.5.3-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/vow": "^0.2.0-u18.0", "@agoric/zoe": "^0.26.3-u18.0", "@agoric/zone": "^0.3.0-u18.0", diff --git a/packages/solo/CHANGELOG.md b/packages/solo/CHANGELOG.md index 7e1ef8e72bd..ad855538516 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.11.0-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.11.0-u18.1...@agoric/solo@0.11.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/solo + + + + + ## [0.11.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.11.0-u18.0...@agoric/solo@0.11.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/solo diff --git a/packages/solo/package.json b/packages/solo/package.json index 8f32972bdd7..31991a5f69f 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/solo", - "version": "0.11.0-u18.1", + "version": "0.11.0-u18.2", "description": "Agoric's Solo vat runner", "type": "module", "bin": { @@ -24,7 +24,7 @@ "dependencies": { "@agoric/access-token": "^0.4.22-u18.0", "@agoric/cache": "^0.3.3-u18.0", - "@agoric/cosmic-swingset": "^0.42.0-u18.1", + "@agoric/cosmic-swingset": "^0.42.0-u18.2", "@agoric/internal": "^0.4.0-u18.0", "@agoric/notifier": "^0.7.0-u18.0", "@agoric/spawner": "^0.6.9-u18.0", @@ -33,7 +33,7 @@ "@agoric/swingset-vat": "^0.33.0-u18.0", "@agoric/telemetry": "^0.6.3-u18.1", "@agoric/time": "^0.3.3-u18.0", - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@agoric/wallet": "^0.19.0-u18.0", "@endo/captp": "^4.4.2", "@endo/errors": "^1.2.7", diff --git a/packages/swingset-runner/CHANGELOG.md b/packages/swingset-runner/CHANGELOG.md index 734322f17f5..d380dbf96cf 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.3-u18.1...@agoric/swingset-runner@0.22.3-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/swingset-runner + + + + + ### [0.22.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.3-u18.0...@agoric/swingset-runner@0.22.3-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/swingset-runner diff --git a/packages/swingset-runner/package.json b/packages/swingset-runner/package.json index 7286774a173..7cdb15641f9 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-u18.1", + "version": "0.22.3-u18.2", "private": true, "description": "Application to launch SwingSet instances for development and testing", "type": "module", @@ -19,9 +19,9 @@ "ci:autobench": "./autobench.js" }, "dependencies": { - "@agoric/deploy-script-support": "^0.10.4-u18.1", + "@agoric/deploy-script-support": "^0.10.4-u18.2", "@agoric/ertp": "^0.16.3-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.1", + "@agoric/inter-protocol": "^0.17.0-u18.2", "@agoric/internal": "^0.4.0-u18.0", "@agoric/kmarshal": "^0.1.1-u18.0", "@agoric/stat-logger": "^0.4.29-u18.0", diff --git a/packages/vats/CHANGELOG.md b/packages/vats/CHANGELOG.md index 35acf1f22e7..d35aecaf529 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-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.16.0-u18.1...@agoric/vats@0.16.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/vats + + + + + ## [0.16.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.16.0-u18.0...@agoric/vats@0.16.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/vats diff --git a/packages/vats/package.json b/packages/vats/package.json index 547cf050bf1..f79baeebd93 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vats", - "version": "0.16.0-u18.1", + "version": "0.16.0-u18.2", "description": "Agoric's Vat library", "type": "module", "main": "./index.js", @@ -22,7 +22,7 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/cosmic-proto": "^0.5.0-u18.1", + "@agoric/cosmic-proto": "^0.5.0-u18.2", "@agoric/ertp": "^0.16.3-u18.0", "@agoric/governance": "^0.10.4-u18.0", "@agoric/internal": "^0.4.0-u18.0", diff --git a/packages/wallet/api/CHANGELOG.md b/packages/wallet/api/CHANGELOG.md index 2c339f69150..47a77e8d02c 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-u18.2](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u18.1...@agoric/wallet-backend@0.15.0-u18.2) (2024-11-21) + +**Note:** Version bump only for package @agoric/wallet-backend + + + + + ## [0.15.0-u18.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u18.0...@agoric/wallet-backend@0.15.0-u18.1) (2024-11-19) **Note:** Version bump only for package @agoric/wallet-backend diff --git a/packages/wallet/api/package.json b/packages/wallet/api/package.json index 653c9a86f99..fdd371c64da 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-u18.1", + "version": "0.15.0-u18.2", "description": "Wallet backend", "type": "module", "scripts": { @@ -14,7 +14,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/vats": "^0.16.0-u18.1", + "@agoric/vats": "^0.16.0-u18.2", "@endo/bundle-source": "^3.4.2", "@endo/far": "^1.1.8", "@endo/init": "^1.1.6", @@ -25,7 +25,7 @@ "@agoric/ertp": "^0.16.3-u18.0", "@agoric/internal": "^0.4.0-u18.0", "@agoric/notifier": "^0.7.0-u18.0", - "@agoric/smart-wallet": "^0.5.4-u18.1", + "@agoric/smart-wallet": "^0.5.4-u18.2", "@agoric/store": "^0.9.3-u18.0", "@agoric/time": "^0.3.3-u18.0", "@agoric/vat-data": "^0.5.3-u18.0",