Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Dec 7, 2023
1 parent 4597fe3 commit 5a6cdeb
Show file tree
Hide file tree
Showing 76 changed files with 567 additions and 217 deletions.
24 changes: 24 additions & 0 deletions golang/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


### Features

* **cosmos:** un-wire x/crisis ([#8582](https://github.com/Agoric/agoric-sdk/issues/8582)) ([19404a3](https://github.com/Agoric/agoric-sdk/commit/19404a3c5cd10d9c454f190b60cbf0aa715f605c))
* **x/swingset:** auto-provision smart wallet ([5073800](https://github.com/Agoric/agoric-sdk/commit/5073800f87c92a194a21c9cc59ad1bb570a39b95))
* **x/swingset:** refuse smart wallet messages if not provisioned ([50a5a55](https://github.com/Agoric/agoric-sdk/commit/50a5a557956562fc05b8c2defd99a0102a35153f))
* pick up return-grants from latest cosmos-sdk ([975533e](https://github.com/Agoric/agoric-sdk/commit/975533e088f96c80cf8d6f6b7c5f45665e3495ba))
* update ibc-go to v4, adapt packages and API ([6672e5c](https://github.com/Agoric/agoric-sdk/commit/6672e5cb780c8baa530ac59bff27d793e1ff8f50))


### Bug Fixes

* handle hang-on-halt behavior from agoric-labs/cosmos-sdk[#305](https://github.com/Agoric/agoric-sdk/issues/305) ([7ae9a70](https://github.com/Agoric/agoric-sdk/commit/7ae9a705478727d1d7ace7c665861cfee14b5f28))
* update dependencies to fix tests ([9d750dd](https://github.com/Agoric/agoric-sdk/commit/9d750dd39993d380a5e889ea7faa4bb78c3257aa))


### Reverts

* Revert "fix: handle hang-on-halt behavior from agoric-labs/cosmos-sdk#305" ([3a37f5e](https://github.com/Agoric/agoric-sdk/commit/3a37f5e472405d1d3bee2075b47ecd3632ba4073)), closes [agoric-labs/cosmos-sdk#305](https://github.com/agoric-labs/cosmos-sdk/issues/305) [agoric-labs/cosmos-sdk#305](https://github.com/agoric-labs/cosmos-sdk/issues/305)



## [0.35.0-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)


Expand Down
2 changes: 1 addition & 1 deletion golang/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmos",
"version": "0.35.0-u12.0",
"version": "0.35.0-u13.0",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/ERTP/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)

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





### [0.16.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)

**Note:** Version bump only for package @agoric/ertp
Expand Down
10 changes: 5 additions & 5 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.16.3-u12.0",
"version": "0.16.3-u13.0",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/notifier": "^0.6.3-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/swingset-vat": "^0.32.3-u12.0",
"@agoric/vat-data": "^0.5.3-u12.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swingset-vat": "^0.32.3-u13.0",
"@agoric/vat-data": "^0.5.3-u13.0",
"@endo/eventual-send": "0.17.2",
"@endo/far": "0.2.18",
"@endo/marshal": "0.8.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/SwingSet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


### Bug Fixes

* handle Node 18 breaking change ([#8600](https://github.com/Agoric/agoric-sdk/issues/8600)) ([2c64440](https://github.com/Agoric/agoric-sdk/commit/2c64440d5b5957076ad9ac7b9243de3b600c859f))



### [0.32.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)


Expand Down
20 changes: 10 additions & 10 deletions packages/SwingSet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/swingset-vat",
"version": "0.32.3-u12.0",
"version": "0.32.3-u13.0",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -29,15 +29,15 @@
},
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/internal": "^0.4.0-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/swing-store": "^0.9.2-u12.0",
"@agoric/swingset-liveslots": "^0.10.3-u12.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u12.0",
"@agoric/time": "^0.3.3-u12.0",
"@agoric/vat-data": "^0.5.3-u12.0",
"@agoric/xsnap": "^0.14.3-u12.0",
"@agoric/xsnap-lockdown": "^0.14.1-u11wf.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swing-store": "^0.9.2-u13.0",
"@agoric/swingset-liveslots": "^0.10.3-u13.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u13.0",
"@agoric/time": "^0.3.3-u13.0",
"@agoric/vat-data": "^0.5.3-u13.0",
"@agoric/xsnap": "^0.14.3-u13.0",
"@agoric/xsnap-lockdown": "^0.14.1-u13.0",
"@endo/base64": "0.2.31",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/captp": "3.1.1",
Expand Down
26 changes: 26 additions & 0 deletions packages/agoric-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u13.0) (2023-12-07)


### ⚠ BREAKING CHANGES

* restrict exports from 'agoric' package

### Features

* **cosmos:** un-wire x/crisis ([#8582](https://github.com/Agoric/agoric-sdk/issues/8582)) ([19404a3](https://github.com/Agoric/agoric-sdk/commit/19404a3c5cd10d9c454f190b60cbf0aa715f605c))


### Bug Fixes

* **agops:** fix continuing id lookup in oracle setPrice ([0ac9697](https://github.com/Agoric/agoric-sdk/commit/0ac969746c7337d45287fd040b636d27d296a062))
* **agoric:** print errors while following ([deab7e4](https://github.com/Agoric/agoric-sdk/commit/deab7e4065fe5dd6cc1a3c5bf8c0db861cb7856b))
* **casting:** dont crash on bad capdata ([3f01369](https://github.com/Agoric/agoric-sdk/commit/3f0136994c0b4033c872f9593cabb19bab05f01c))
* **cli:** handle not found error in vstorage requests ([8111c43](https://github.com/Agoric/agoric-sdk/commit/8111c4344bcaa6e06085020813e2431cba9d1632))


### Miscellaneous Chores

* restrict exports from 'agoric' package ([63c1abb](https://github.com/Agoric/agoric-sdk/commit/63c1abbfcb0710bdd0a22382eb4a683216a6c453))



### [0.21.2-u12.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.21.2-u12.0) (2023-11-10)

**Note:** Version bump only for package agoric
Expand Down
26 changes: 13 additions & 13 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.21.2-u12.0",
"version": "0.22.0-u13.0",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -28,26 +28,26 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u12.0",
"@agoric/deploy-script-support": "^0.10.4-u13.0",
"ava": "^5.2.0",
"c8": "^7.13.0",
"dd-trace": "^3.3.0"
},
"dependencies": {
"@agoric/access-token": "^0.4.22-u11wf.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cache": "^0.3.3-u12.0",
"@agoric/casting": "^0.4.3-u12.0",
"@agoric/cache": "^0.3.3-u13.0",
"@agoric/casting": "^0.4.3-u13.0",
"@agoric/cosmic-proto": "^0.3.0",
"@agoric/ertp": "^0.16.3-u12.0",
"@agoric/inter-protocol": "^0.16.2-u12.0",
"@agoric/internal": "^0.4.0-u12.0",
"@agoric/smart-wallet": "^0.5.4-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/swingset-vat": "^0.32.3-u12.0",
"@agoric/vats": "^0.15.2-u12.0",
"@agoric/zoe": "^0.26.3-u12.0",
"@agoric/zone": "^0.2.3-u12.0",
"@agoric/ertp": "^0.16.3-u13.0",
"@agoric/inter-protocol": "^0.16.2-u13.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/smart-wallet": "^0.5.4-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swingset-vat": "^0.32.3-u13.0",
"@agoric/vats": "^0.15.2-u13.0",
"@agoric/zoe": "^0.26.3-u13.0",
"@agoric/zone": "^0.2.3-u13.0",
"@confio/relayer": "^0.9.0",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)

**Note:** Version bump only for package @agoric/cache





### [0.3.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)

**Note:** Version bump only for package @agoric/cache
Expand Down
12 changes: 6 additions & 6 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cache",
"version": "0.3.3-u12.0",
"version": "0.3.3-u13.0",
"description": "Agoric's simple cache interface",
"type": "module",
"main": "src/main.js",
Expand All @@ -19,15 +19,15 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/internal": "^0.4.0-u12.0",
"@agoric/notifier": "^0.6.3-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/vat-data": "^0.5.3-u12.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/vat-data": "^0.5.3-u13.0",
"@endo/far": "0.2.18",
"@endo/marshal": "0.8.5"
},
"devDependencies": {
"@agoric/zoe": "^0.26.3-u12.0",
"@agoric/zoe": "^0.26.3-u13.0",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/casting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


### Bug Fixes

* **casting:** dont crash on bad capdata ([3f01369](https://github.com/Agoric/agoric-sdk/commit/3f0136994c0b4033c872f9593cabb19bab05f01c))
* **casting:** properly follow an unpopulated state entry ([48296f7](https://github.com/Agoric/agoric-sdk/commit/48296f78f783e8e5ae1e5fbe92ae10e5e7880837))



### [0.4.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)

**Note:** Version bump only for package @agoric/casting
Expand Down
10 changes: 5 additions & 5 deletions packages/casting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/casting",
"version": "0.4.3-u12.0",
"version": "0.4.3-u13.0",
"description": "Agoric's OCap broadcasting system",
"type": "module",
"main": "src/main.js",
Expand All @@ -22,10 +22,10 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/internal": "^0.4.0-u12.0",
"@agoric/notifier": "^0.6.3-u12.0",
"@agoric/spawner": "^0.6.9-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/spawner": "^0.6.9-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/cosmic-swingset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.42.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


### Features

* add exporter.getHostKV() API ([16435d2](https://github.com/Agoric/agoric-sdk/commit/16435d20e9ede86916a54c7bae54ecfc59e4c950)), closes [#8523](https://github.com/Agoric/agoric-sdk/issues/8523)


### Bug Fixes

* export state-sync snapshot without a DB write-lock ([2d388c2](https://github.com/Agoric/agoric-sdk/commit/2d388c2d51425b9d98b79d54ea6a2de96da67042)), closes [#8523](https://github.com/Agoric/agoric-sdk/issues/8523)



## [0.42.0-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)


Expand Down
16 changes: 8 additions & 8 deletions packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmic-swingset",
"version": "0.42.0-u12.0",
"version": "0.42.0-u13.0",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -23,13 +23,13 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cosmos": "^0.35.0-u12.0",
"@agoric/deploy-script-support": "^0.10.4-u12.0",
"@agoric/internal": "^0.4.0-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/swing-store": "^0.9.2-u12.0",
"@agoric/swingset-vat": "^0.32.3-u12.0",
"@agoric/telemetry": "^0.6.3-u12.0",
"@agoric/cosmos": "^0.35.0-u13.0",
"@agoric/deploy-script-support": "^0.10.4-u13.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swing-store": "^0.9.2-u13.0",
"@agoric/swingset-vat": "^0.32.3-u13.0",
"@agoric/telemetry": "^0.6.3-u13.0",
"@endo/far": "0.2.18",
"@endo/import-bundle": "0.3.4",
"@endo/init": "0.5.56",
Expand Down
8 changes: 8 additions & 0 deletions packages/deploy-script-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)

**Note:** Version bump only for package @agoric/deploy-script-support





### [0.10.4-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-11-10)

**Note:** Version bump only for package @agoric/deploy-script-support
Expand Down
16 changes: 8 additions & 8 deletions packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/deploy-script-support",
"version": "0.10.4-u12.0",
"version": "0.10.4-u13.0",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/ertp": "^0.16.3-u12.0",
"@agoric/import-manager": "^0.3.12-u12.0",
"@agoric/internal": "^0.4.0-u12.0",
"@agoric/notifier": "^0.6.3-u12.0",
"@agoric/store": "^0.9.3-u12.0",
"@agoric/zoe": "^0.26.3-u12.0",
"@agoric/ertp": "^0.16.3-u13.0",
"@agoric/import-manager": "^0.3.12-u13.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/zoe": "^0.26.3-u13.0",
"@endo/base64": "0.2.31",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/far": "0.2.18",
Expand All @@ -50,7 +50,7 @@
"@endo/zip": "0.2.31"
},
"devDependencies": {
"@agoric/vats": "^0.15.2-u12.0",
"@agoric/vats": "^0.15.2-u13.0",
"@endo/init": "0.5.56",
"ava": "^5.2.0",
"import-meta-resolve": "^2.2.1"
Expand Down
Loading

0 comments on commit 5a6cdeb

Please sign in to comment.