Skip to content

Commit 728c741

Browse files
committed
1 parent b0c1a74 commit 728c741

File tree

96 files changed

+243
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+243
-49
lines changed

golang/cosmos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.35.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
7+
8+
### Bug Fixes
9+
10+
* **cosmos:** snapshot init error is not fatal ([#11903](https://github.com/Agoric/agoric-sdk/issues/11903)) ([99e9a22](https://github.com/Agoric/agoric-sdk/commit/99e9a22bfee864f23c032819ea59ea9c1e1267e0))
11+
612
## [0.35.0-u22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
713

814
### ⚠ BREAKING CHANGES

golang/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cosmos",
3-
"version": "0.35.0-u22.0",
3+
"version": "0.35.0-u22.1",
44
"description": "Connect JS to the Cosmos blockchain SDK",
55
"parsers": {
66
"js": "mjs"

packages/ERTP/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.0-u22.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
7+
8+
**Note:** Version bump only for package @agoric/ertp
9+
610
## [0.17.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
711

812
**Note:** Version bump only for package @agoric/ertp

packages/ERTP/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/ertp",
3-
"version": "0.17.0-u22.1",
3+
"version": "0.17.0-u22.2",
44
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
55
"type": "module",
66
"main": "src/index.js",

packages/SwingSet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.33.0-u22.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
7+
8+
**Note:** Version bump only for package @agoric/swingset-vat
9+
610
## [0.33.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
711

812
**Note:** Version bump only for package @agoric/swingset-vat

packages/SwingSet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/swingset-vat",
3-
"version": "0.33.0-u22.1",
3+
"version": "0.33.0-u22.2",
44
"description": "Vat/Container Launcher",
55
"type": "module",
66
"main": "src/index.js",

packages/access-token/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.22-u22.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
7+
8+
**Note:** Version bump only for package @agoric/access-token
9+
610
## [0.4.22-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2025-09-09)
711

812
**Note:** Version bump only for package @agoric/access-token

packages/access-token/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/access-token",
3-
"version": "0.4.22-u22.1",
3+
"version": "0.4.22-u22.2",
44
"description": "Persistent credentials for Agoric users, backed by a simple JSON file",
55
"type": "module",
66
"main": "src/access-token.js",

packages/agoric-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.22.0-u22.2](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u22.2) (2025-09-09)
7+
8+
**Note:** Version bump only for package agoric
9+
610
## [0.22.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u22.1) (2025-09-09)
711

812
**Note:** Version bump only for package agoric

packages/agoric-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoric",
3-
"version": "0.22.0-u22.1",
3+
"version": "0.22.0-u22.2",
44
"description": "Manage the Agoric Javascript smart contract platform",
55
"type": "module",
66
"main": "src/main.js",

0 commit comments

Comments
 (0)