Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Apr 20, 2024
1 parent 8c6ee40 commit 734e863
Show file tree
Hide file tree
Showing 34 changed files with 212 additions and 61 deletions.
15 changes: 15 additions & 0 deletions golang/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.0-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)


### Features

* upgrade zcf: install bundle and call updateZcfBundleId() ([74662d7](https://github.com/Agoric/agoric-sdk/commit/74662d73c0c213cbb537d7ff20e24fc31f35656d)), closes [#9250](https://github.com/Agoric/agoric-sdk/issues/9250)
* **cosmos:** Next upgrade is `agoric-upgrade-15` ([6a84bb1](https://github.com/Agoric/agoric-sdk/commit/6a84bb15b436a9f1f1556604028d029ef2190a8d))


### Bug Fixes

* various fixes and features for u15 ([21e6f7c](https://github.com/Agoric/agoric-sdk/commit/21e6f7c7c36250d1cc270d97fada5590e8ae3a7f))



## [0.35.0-u14.1](https://github.com/gibson042/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)


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-u14.1",
"version": "0.35.0-u15.0",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/agoric-cli/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.22.0-u15.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u15.0) (2024-04-20)

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





## [0.22.0-u14.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u14.1) (2024-03-12)

**Note:** Version bump only for package agoric
Expand Down
14 changes: 7 additions & 7 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.22.0-u14.1",
"version": "0.22.0-u15.0",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -29,25 +29,25 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/deploy-script-support": "^0.10.4-u15.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-u14.0",
"@agoric/cache": "^0.3.3-u15.0",
"@agoric/casting": "^0.4.3-u14.0",
"@agoric/cosmic-proto": "^0.3.1-u14.0",
"@agoric/ertp": "^0.16.3-u14.0",
"@agoric/inter-protocol": "^0.16.2-u14.1",
"@agoric/inter-protocol": "^0.16.2-u15.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/smart-wallet": "^0.5.4-u14.1",
"@agoric/smart-wallet": "^0.5.4-u15.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/vats": "^0.15.2-u15.0",
"@agoric/zoe": "^0.26.3-u15.0",
"@agoric/zone": "^0.2.3-u14.0",
"@confio/relayer": "^0.9.0",
"@cosmjs/crypto": "^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-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

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





### [0.3.3-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)

**Note:** Version bump only for package @agoric/cache
Expand Down
4 changes: 2 additions & 2 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-u14.0",
"version": "0.3.3-u15.0",
"description": "Agoric's simple cache interface",
"type": "module",
"main": "src/main.js",
Expand All @@ -27,7 +27,7 @@
"@endo/marshal": "0.8.5"
},
"devDependencies": {
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/zoe": "^0.26.3-u15.0",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cosmic-swingset/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.42.0-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

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





## [0.42.0-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/cosmic-swingset
Expand Down
6 changes: 3 additions & 3 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-u14.1",
"version": "0.42.0-u15.0",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -23,8 +23,8 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cosmos": "^0.35.0-u14.1",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/cosmos": "^0.35.0-u15.0",
"@agoric/deploy-script-support": "^0.10.4-u15.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swing-store": "^0.9.2-u14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-dapp/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.1.1-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

**Note:** Version bump only for package @agoric/create-dapp





### [0.1.1-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/create-dapp
Expand Down
4 changes: 2 additions & 2 deletions packages/create-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/create-dapp",
"version": "0.1.1-u14.1",
"version": "0.1.1-u15.0",
"description": "Create an Agoric Javascript smart contract application",
"type": "module",
"bin": {
Expand All @@ -24,7 +24,7 @@
"c8": "^7.13.0"
},
"dependencies": {
"agoric": "^0.22.0-u14.1"
"agoric": "^0.22.0-u15.0"
},
"keywords": [],
"repository": {
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-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

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





### [0.10.4-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/deploy-script-support
Expand Down
6 changes: 3 additions & 3 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-u14.1",
"version": "0.10.4-u15.0",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/zoe": "^0.26.3-u15.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-u14.1",
"@agoric/vats": "^0.15.2-u15.0",
"@endo/init": "0.5.56",
"ava": "^5.2.0",
"import-meta-resolve": "^2.2.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/governance/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-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

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





### [0.10.4-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/governance
Expand Down
8 changes: 4 additions & 4 deletions packages/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/governance",
"version": "0.10.4-u14.1",
"version": "0.10.4-u15.0",
"description": "Core governance support",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/time": "^0.3.3-u14.0",
"@agoric/vat-data": "^0.5.3-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/vats": "^0.15.2-u15.0",
"@agoric/zoe": "^0.26.3-u15.0",
"@endo/captp": "3.1.1",
"@endo/eventual-send": "0.17.2",
"@endo/far": "0.2.18",
Expand All @@ -49,7 +49,7 @@
"@endo/promise-kit": "0.2.56"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/deploy-script-support": "^0.10.4-u15.0",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/init": "0.5.56",
"ava": "^5.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/inter-protocol/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.2-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

**Note:** Version bump only for package @agoric/inter-protocol





### [0.16.2-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/inter-protocol
Expand Down
12 changes: 6 additions & 6 deletions packages/inter-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/inter-protocol",
"version": "0.16.2-u14.1",
"version": "0.16.2-u15.0",
"description": "Core cryptoeconomy contracts",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/ertp": "^0.16.3-u14.0",
"@agoric/governance": "^0.10.4-u14.1",
"@agoric/governance": "^0.10.4-u15.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/time": "^0.3.3-u14.0",
"@agoric/vat-data": "^0.5.3-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/vats": "^0.15.2-u15.0",
"@agoric/zoe": "^0.26.3-u15.0",
"@endo/captp": "3.1.1",
"@endo/eventual-send": "0.17.2",
"@endo/far": "0.2.18",
Expand All @@ -47,8 +47,8 @@
"jessie.js": "^0.3.2"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/smart-wallet": "^0.5.4-u14.1",
"@agoric/deploy-script-support": "^0.10.4-u15.0",
"@agoric/smart-wallet": "^0.5.4-u15.0",
"@agoric/swingset-liveslots": "^0.10.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@endo/bundle-source": "2.5.2-upstream-rollup",
Expand Down
8 changes: 8 additions & 0 deletions packages/pegasus/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.7.13-u15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)

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





### [0.7.13-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/pegasus
Expand Down
8 changes: 4 additions & 4 deletions packages/pegasus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/pegasus",
"version": "0.7.13-u14.1",
"version": "0.7.13-u15.0",
"description": "Peg-as-us contract",
"type": "module",
"main": "./src/pegasus.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/vats": "^0.15.2-u15.0",
"@agoric/zoe": "^0.26.3-u15.0",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/captp": "3.1.1",
"@endo/far": "0.2.18",
Expand All @@ -45,7 +45,7 @@
"@endo/promise-kit": "0.2.56"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/deploy-script-support": "^0.10.4-u15.0",
"ava": "^5.2.0",
"c8": "^7.13.0",
"import-meta-resolve": "^2.2.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/smart-wallet/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.5.4-u15.0](https://github.com/Agoric/agoric/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-04-20)


### Features

* **smart-wallet:** tryExitOffer reclaims withdrawn payments ([6f01f63](https://github.com/Agoric/agoric/commit/6f01f633be6ac3b43f965c704f8116405896c993))


### Bug Fixes

* in SmartWallet, if invitation is invalid, don't process offer ([29078f7](https://github.com/Agoric/agoric/commit/29078f75f59ae5a5b47b463f9a65f9a5d4d69a8e))



### [0.5.4-u14.1](https://github.com/Agoric/agoric/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-03-12)

**Note:** Version bump only for package @agoric/smart-wallet
Expand Down
Loading

0 comments on commit 734e863

Please sign in to comment.