From 329d378c894020c788ed45918bf26105edfdf969 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:03:42 +0500 Subject: [PATCH] chore(release): publish - @agoric/cosmos@0.35.0-u18.1 - agoric@0.22.0-u18.1 - @agoric/benchmark@0.1.1-u18.1 - @agoric/boot@0.2.0-u18.1 - @agoric/builders@0.2.0-u18.1 - @agoric/casting@0.4.3-u18.1 - @agoric/cosmic-proto@0.5.0-u18.1 - @agoric/cosmic-swingset@0.42.0-u18.1 - @agoric/create-dapp@0.1.1-u18.1 - @agoric/deploy-script-support@0.10.4-u18.1 - fast-usdc@0.1.1-u18.1 - @agoric/inter-protocol@0.17.0-u18.1 - @agoric/orchestration@0.2.0-u18.1 - @agoric/pegasus@0.8.0-u18.1 - @agoric/smart-wallet@0.5.4-u18.1 - @agoric/solo@0.11.0-u18.1 - @agoric/swingset-runner@0.22.3-u18.1 - @agoric/telemetry@0.6.3-u18.1 - @agoric/vats@0.16.0-u18.1 - @agoric/wallet-backend@0.15.0-u18.1 --- 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 | 18 +++++++++--------- 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 | 10 +++++----- 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 | 9 +++++++++ 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 | 8 ++++---- packages/swingset-runner/CHANGELOG.md | 8 ++++++++ packages/swingset-runner/package.json | 8 ++++---- packages/telemetry/CHANGELOG.md | 9 +++++++++ packages/telemetry/package.json | 2 +- packages/vats/CHANGELOG.md | 8 ++++++++ packages/vats/package.json | 4 ++-- packages/wallet/api/CHANGELOG.md | 8 ++++++++ packages/wallet/api/package.json | 6 +++--- 40 files changed, 232 insertions(+), 70 deletions(-) diff --git a/golang/cosmos/CHANGELOG.md b/golang/cosmos/CHANGELOG.md index f34cc088ab8..57af05c6be1 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.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 + + + + + ## [0.35.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.1...@agoric/cosmos@0.35.0-u18.0) (2024-10-31) diff --git a/golang/cosmos/package.json b/golang/cosmos/package.json index fc0040d8b7b..972c76ecc70 100644 --- a/golang/cosmos/package.json +++ b/golang/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmos", - "version": "0.35.0-u18.0", + "version": "0.35.0-u18.1", "description": "Connect JS to the Cosmos blockchain SDK", "parsers": { "js": "mjs" diff --git a/packages/agoric-cli/CHANGELOG.md b/packages/agoric-cli/CHANGELOG.md index 524dbbc3ea7..ca5a4a3173b 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.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 + + + + + ## [0.22.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.1...agoric@0.22.0-u18.0) (2024-10-31) diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index 10da5ac5189..3ff7c89f47f 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -1,6 +1,6 @@ { "name": "agoric", - "version": "0.22.0-u18.0", + "version": "0.22.0-u18.1", "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.0", - "@agoric/deploy-script-support": "^0.10.4-u18.0", + "@agoric/cosmic-swingset": "^0.42.0-u18.1", + "@agoric/deploy-script-support": "^0.10.4-u18.1", "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.0", - "@agoric/cosmic-proto": "^0.5.0-u18.0", + "@agoric/casting": "^0.4.3-u18.1", + "@agoric/cosmic-proto": "^0.5.0-u18.1", "@agoric/ertp": "^0.16.3-u18.0", "@agoric/governance": "^0.10.4-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.0", + "@agoric/inter-protocol": "^0.17.0-u18.1", "@agoric/internal": "^0.4.0-u18.0", "@agoric/network": "^0.2.0-u18.0", - "@agoric/smart-wallet": "^0.5.4-u18.0", + "@agoric/smart-wallet": "^0.5.4-u18.1", "@agoric/store": "^0.9.3-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/vats": "^0.16.0-u18.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 ada94b505be..fc352abdcbf 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.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 + + + + + ### 0.1.1-u18.0 (2024-10-31) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index 2d18d32afe1..f90bff77381 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/benchmark", - "version": "0.1.1-u18.0", + "version": "0.1.1-u18.1", "private": true, "description": "Benchmark support", "type": "module", @@ -22,11 +22,11 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/boot": "^0.2.0-u18.0", - "@agoric/cosmic-swingset": "^0.42.0-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.0", + "@agoric/boot": "^0.2.0-u18.1", + "@agoric/cosmic-swingset": "^0.42.0-u18.1", + "@agoric/inter-protocol": "^0.17.0-u18.1", "@agoric/internal": "^0.4.0-u18.0", - "@agoric/vats": "^0.16.0-u18.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 79d97f5143c..350f096f437 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.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 + + + + + ## 0.2.0-u18.0 (2024-10-31) diff --git a/packages/boot/package.json b/packages/boot/package.json index 6ddff98bec3..f88b5e7cb56 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/boot", - "version": "0.2.0-u18.0", + "version": "0.2.0-u18.1", "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.0", - "@agoric/cosmic-proto": "^0.5.0-u18.0", - "@agoric/cosmic-swingset": "^0.42.0-u18.0", + "@agoric/builders": "^0.2.0-u18.1", + "@agoric/cosmic-proto": "^0.5.0-u18.1", + "@agoric/cosmic-swingset": "^0.42.0-u18.1", "@agoric/ertp": "^0.16.3-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.0", + "@agoric/inter-protocol": "^0.17.0-u18.1", "@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.0", + "@agoric/orchestration": "^0.2.0-u18.1", "@agoric/swing-store": "^0.10.0-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/telemetry": "^0.6.3-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.0", + "@agoric/vats": "^0.16.0-u18.1", "@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.0", + "@agoric/deploy-script-support": "^0.10.4-u18.1", "@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 3ed5e8873e2..1ae7febf0c7 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.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 + + + + + ## 0.2.0-u18.0 (2024-10-31) diff --git a/packages/builders/package.json b/packages/builders/package.json index e48e8602165..0e444503f1e 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/builders", - "version": "0.2.0-u18.0", + "version": "0.2.0-u18.1", "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.0", + "@agoric/smart-wallet": "^0.5.4-u18.1", "@agoric/vat-data": "^0.5.3-u18.0", - "@agoric/vats": "^0.16.0-u18.0", + "@agoric/vats": "^0.16.0-u18.1", "@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.0", + "@agoric/deploy-script-support": "^0.10.4-u18.1", "@agoric/governance": "^0.10.4-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.0", - "@agoric/orchestration": "^0.2.0-u18.0", + "@agoric/inter-protocol": "^0.17.0-u18.1", + "@agoric/orchestration": "^0.2.0-u18.1", "@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 f996c7df49d..042a29279bd 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.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 + + + + + ### [0.4.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.2...@agoric/casting@0.4.3-u18.0) (2024-10-31) diff --git a/packages/casting/package.json b/packages/casting/package.json index aaa9c58a8f8..0f50f3e564e 100644 --- a/packages/casting/package.json +++ b/packages/casting/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/casting", - "version": "0.4.3-u18.0", + "version": "0.4.3-u18.1", "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.0", + "@agoric/cosmic-proto": "^0.5.0-u18.1", "@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 49c46fe37cb..85b4da56778 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.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 + + + + + ## [0.5.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.3.0...@agoric/cosmic-proto@0.5.0-u18.0) (2024-10-31) diff --git a/packages/cosmic-proto/package.json b/packages/cosmic-proto/package.json index a1203bc7c10..1629216a8bd 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.0", + "version": "0.5.0-u18.1", "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.0", + "@agoric/cosmos": "^0.35.0-u18.1", "@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 a316b025bf8..c4d9711509a 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.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 + + + + + ## [0.42.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.3...@agoric/cosmic-swingset@0.42.0-u18.0) (2024-10-31) diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index e291aa7944a..ebe70af9fff 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.0", + "version": "0.42.0-u18.1", "description": "Agoric's Cosmos blockchain integration", "type": "module", "bin": { @@ -22,14 +22,14 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/builders": "^0.2.0-u18.0", - "@agoric/cosmos": "^0.35.0-u18.0", - "@agoric/deploy-script-support": "^0.10.4-u18.0", + "@agoric/builders": "^0.2.0-u18.1", + "@agoric/cosmos": "^0.35.0-u18.1", + "@agoric/deploy-script-support": "^0.10.4-u18.1", "@agoric/internal": "^0.4.0-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/swing-store": "^0.10.0-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/telemetry": "^0.6.3-u18.0", + "@agoric/telemetry": "^0.6.3-u18.1", "@agoric/vm-config": "^0.1.1-u18.0", "@endo/bundle-source": "^3.4.2", "@endo/env-options": "^1.1.7", diff --git a/packages/create-dapp/CHANGELOG.md b/packages/create-dapp/CHANGELOG.md index c80a8343006..1cfe75beaeb 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.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 + + + + + ### 0.1.1-u18.0 (2024-10-31) diff --git a/packages/create-dapp/package.json b/packages/create-dapp/package.json index b8454eb1427..f2b4925bb07 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.0", + "version": "0.1.1-u18.1", "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.0" + "agoric": "^0.22.0-u18.1" }, "keywords": [], "repository": { diff --git a/packages/deploy-script-support/CHANGELOG.md b/packages/deploy-script-support/CHANGELOG.md index 91df2c4244d..fe298e19043 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.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 + + + + + ### [0.10.4-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.3...@agoric/deploy-script-support@0.10.4-u18.0) (2024-10-31) diff --git a/packages/deploy-script-support/package.json b/packages/deploy-script-support/package.json index 26b05508177..44b3c23d5d2 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.0", + "version": "0.10.4-u18.1", "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.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 aa2169b5b1a..b7e54ae38ba 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.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 + + + + + ### 0.1.1-u18.0 (2024-10-31) diff --git a/packages/fast-usdc/package.json b/packages/fast-usdc/package.json index 04f7e6d3d0b..1f1bb938a2c 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.0", + "version": "0.1.1-u18.1", "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.0", + "agoric": "^0.22.0-u18.1", "commander": "^12.1.0" }, "ava": { diff --git a/packages/inter-protocol/CHANGELOG.md b/packages/inter-protocol/CHANGELOG.md index 5999b490855..58409ce4b7a 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.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) + + +### Bug Fixes + +* remove addInstance call from add-auction.js ([185b7d4](https://github.com/Agoric/agoric-sdk/commit/185b7d4d6a396aff50ca02c1ba4819b7db13863f)) + + + ## [0.17.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.1...@agoric/inter-protocol@0.17.0-u18.0) (2024-10-31) diff --git a/packages/inter-protocol/package.json b/packages/inter-protocol/package.json index cf9e3e49816..45de6a732c7 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.0", + "version": "0.17.0-u18.1", "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.0", + "@agoric/vats": "^0.16.0-u18.1", "@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.0", + "@agoric/smart-wallet": "^0.5.4-u18.1", "@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 483dcac237b..5913944a936 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.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 + + + + + ## 0.2.0-u18.0 (2024-10-31) diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index ea1302e6b72..f19fc0102e4 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/orchestration", - "version": "0.2.0-u18.0", + "version": "0.2.0-u18.1", "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.0", + "@agoric/cosmic-proto": "^0.5.0-u18.1", "@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.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 715ad10c054..48d0c83fa1b 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.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 + + + + + ## [0.8.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.12...@agoric/pegasus@0.8.0-u18.0) (2024-10-31) diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index bbdedda5c0a..799141a6a5a 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/pegasus", - "version": "0.8.0-u18.0", + "version": "0.8.0-u18.1", "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.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 7aaae8cb763..18990771661 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.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 + + + + + ### [0.5.4-u18.0](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.3...@agoric/smart-wallet@0.5.4-u18.0) (2024-10-31) diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index 22a6101b137..30343e265e3 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.0", + "version": "0.5.4-u18.1", "description": "Wallet contract", "type": "module", "main": "src/index.js", @@ -17,7 +17,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/cosmic-proto": "^0.5.0-u18.0", + "@agoric/cosmic-proto": "^0.5.0-u18.1", "@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.0", + "@agoric/casting": "^0.4.3-u18.1", "@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.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 3a96fc2560b..7e1ef8e72bd 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.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 + + + + + ## [0.11.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.3...@agoric/solo@0.11.0-u18.0) (2024-10-31) diff --git a/packages/solo/package.json b/packages/solo/package.json index 1074f89c0fc..8f32972bdd7 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/solo", - "version": "0.11.0-u18.0", + "version": "0.11.0-u18.1", "description": "Agoric's Solo vat runner", "type": "module", "bin": { @@ -24,16 +24,16 @@ "dependencies": { "@agoric/access-token": "^0.4.22-u18.0", "@agoric/cache": "^0.3.3-u18.0", - "@agoric/cosmic-swingset": "^0.42.0-u18.0", + "@agoric/cosmic-swingset": "^0.42.0-u18.1", "@agoric/internal": "^0.4.0-u18.0", "@agoric/notifier": "^0.7.0-u18.0", "@agoric/spawner": "^0.6.9-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/swing-store": "^0.10.0-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/telemetry": "^0.6.3-u18.0", + "@agoric/telemetry": "^0.6.3-u18.1", "@agoric/time": "^0.3.3-u18.0", - "@agoric/vats": "^0.16.0-u18.0", + "@agoric/vats": "^0.16.0-u18.1", "@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 9a7ca36ea52..734322f17f5 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.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 + + + + + ### [0.22.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.2...@agoric/swingset-runner@0.22.3-u18.0) (2024-10-31) diff --git a/packages/swingset-runner/package.json b/packages/swingset-runner/package.json index f076b614c33..7286774a173 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.0", + "version": "0.22.3-u18.1", "private": true, "description": "Application to launch SwingSet instances for development and testing", "type": "module", @@ -19,16 +19,16 @@ "ci:autobench": "./autobench.js" }, "dependencies": { - "@agoric/deploy-script-support": "^0.10.4-u18.0", + "@agoric/deploy-script-support": "^0.10.4-u18.1", "@agoric/ertp": "^0.16.3-u18.0", - "@agoric/inter-protocol": "^0.17.0-u18.0", + "@agoric/inter-protocol": "^0.17.0-u18.1", "@agoric/internal": "^0.4.0-u18.0", "@agoric/kmarshal": "^0.1.1-u18.0", "@agoric/stat-logger": "^0.4.29-u18.0", "@agoric/store": "^0.9.3-u18.0", "@agoric/swing-store": "^0.10.0-u18.0", "@agoric/swingset-vat": "^0.33.0-u18.0", - "@agoric/telemetry": "^0.6.3-u18.0", + "@agoric/telemetry": "^0.6.3-u18.1", "@agoric/vat-data": "^0.5.3-u18.0", "@agoric/zoe": "^0.26.3-u18.0", "@endo/bundle-source": "^3.4.2", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index e5050f48367..ecebccad729 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/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.6.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.0...@agoric/telemetry@0.6.3-u18.1) (2024-11-19) + + +### Bug Fixes + +* **telemetry:** add missing slog type ([6c500d4](https://github.com/Agoric/agoric-sdk/commit/6c500d4c0c5a329ffbf8a35d6e3754b58578075c)) + + + ### [0.6.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.2...@agoric/telemetry@0.6.3-u18.0) (2024-10-31) diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index a43fdd0484f..f3b2e8cb4ef 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/telemetry", - "version": "0.6.3-u18.0", + "version": "0.6.3-u18.1", "description": "Agoric's telemetry implementation", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", diff --git a/packages/vats/CHANGELOG.md b/packages/vats/CHANGELOG.md index de600d4a264..35acf1f22e7 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.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 + + + + + ## [0.16.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.1...@agoric/vats@0.16.0-u18.0) (2024-10-31) diff --git a/packages/vats/package.json b/packages/vats/package.json index fb380c9b156..547cf050bf1 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vats", - "version": "0.16.0-u18.0", + "version": "0.16.0-u18.1", "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.0", + "@agoric/cosmic-proto": "^0.5.0-u18.1", "@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 d65251307ff..2c339f69150 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.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 + + + + + ## [0.15.0-u18.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.15.0-u18.0) (2024-10-31) diff --git a/packages/wallet/api/package.json b/packages/wallet/api/package.json index a4f089c55e2..653c9a86f99 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.0", + "version": "0.15.0-u18.1", "description": "Wallet backend", "type": "module", "scripts": { @@ -14,7 +14,7 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/vats": "^0.16.0-u18.0", + "@agoric/vats": "^0.16.0-u18.1", "@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.0", + "@agoric/smart-wallet": "^0.5.4-u18.1", "@agoric/store": "^0.9.3-u18.0", "@agoric/time": "^0.3.3-u18.0", "@agoric/vat-data": "^0.5.3-u18.0",