Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @agoric/cosmos@0.35.0-u14.1
 - agoric@0.22.0-u14.1
 - @agoric/cosmic-swingset@0.42.0-u14.1
 - @agoric/create-dapp@0.1.1-u14.1
 - @agoric/deploy-script-support@0.10.4-u14.1
 - @agoric/governance@0.10.4-u14.1
 - @agoric/inter-protocol@0.16.2-u14.1
 - @agoric/pegasus@0.7.13-u14.1
 - @agoric/smart-wallet@0.5.4-u14.1
 - @agoric/solo@0.10.4-u14.1
 - @agoric/vats@0.15.2-u14.1
 - @agoric/wallet-connection@0.1.18-u14.1
 - @agoric/web-components@0.6.4-u14.1
 - @agoric/wallet-backend@0.14.4-u14.1
  • Loading branch information
gibson042 committed Mar 12, 2024
1 parent 6f4d246 commit d69c011
Show file tree
Hide file tree
Showing 28 changed files with 162 additions and 44 deletions.
14 changes: 14 additions & 0 deletions golang/cosmos/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.35.0-u14.1](https://github.com/gibson042/agoric-sdk/compare/@agoric/cosmos@0.35.0-u14.0...@agoric/cosmos@0.35.0-u14.1) (2024-03-12)


### Features

* **cosmos:** add agorictest-upgrade-14-rc1 upgrade name ([f6e8731](https://github.com/gibson042/agoric-sdk/commit/f6e873145f0c064b7714db30765ad7ce3b755075))


### Bug Fixes

* eliminate fee double-charge by using configurable decorator ([65d5eef](https://github.com/gibson042/agoric-sdk/commit/65d5eeffe8fdb70fb939eb0c4cbcbb68abdc9326))



## [0.35.0-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u13.0...@agoric/cosmos@0.35.0-u14.0) (2024-02-27)


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.0",
"version": "0.35.0-u14.1",
"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-u14.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.22.0-u14.0...agoric@0.22.0-u14.1) (2024-03-12)

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





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


Expand Down
10 changes: 5 additions & 5 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.0",
"version": "0.22.0-u14.1",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"ava": "^5.2.0",
"c8": "^7.13.0",
"dd-trace": "^3.3.0"
Expand All @@ -41,12 +41,12 @@
"@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.0",
"@agoric/inter-protocol": "^0.16.2-u14.1",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/smart-wallet": "^0.5.4-u14.0",
"@agoric/smart-wallet": "^0.5.4-u14.1",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/vats": "^0.15.2-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/zone": "^0.2.3-u14.0",
"@confio/relayer": "^0.9.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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u14.0...@agoric/cosmic-swingset@0.42.0-u14.1) (2024-03-12)

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





## [0.42.0-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u13.0...@agoric/cosmic-swingset@0.42.0-u14.0) (2024-02-27)


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.0",
"version": "0.42.0-u14.1",
"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.0",
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/cosmos": "^0.35.0-u14.1",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/create-dapp@0.1.1-u14.0...@agoric/create-dapp@0.1.1-u14.1) (2024-03-12)

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





### 0.1.1-u14.0 (2024-02-27)


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.0",
"version": "0.1.1-u14.1",
"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.0"
"agoric": "^0.22.0-u14.1"
},
"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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u14.0...@agoric/deploy-script-support@0.10.4-u14.1) (2024-03-12)

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





### [0.10.4-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u13.0...@agoric/deploy-script-support@0.10.4-u14.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.10.4-u14.1",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@endo/zip": "0.2.31"
},
"devDependencies": {
"@agoric/vats": "^0.15.2-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.4-u14.0...@agoric/governance@0.10.4-u14.1) (2024-03-12)

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





### [0.10.4-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.4-u13.0...@agoric/governance@0.10.4-u14.0) (2024-02-27)

**Note:** Version bump only for package @agoric/governance
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.10.4-u14.1",
"description": "Core governance support",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@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.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@endo/captp": "3.1.1",
"@endo/eventual-send": "0.17.2",
Expand All @@ -49,7 +49,7 @@
"@endo/promise-kit": "0.2.56"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.2-u14.0...@agoric/inter-protocol@0.16.2-u14.1) (2024-03-12)

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





### [0.16.2-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.2-u13.0...@agoric/inter-protocol@0.16.2-u14.0) (2024-02-27)


Expand Down
10 changes: 5 additions & 5 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.0",
"version": "0.16.2-u14.1",
"description": "Core cryptoeconomy contracts",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/ertp": "^0.16.3-u14.0",
"@agoric/governance": "^0.10.4-u14.0",
"@agoric/governance": "^0.10.4-u14.1",
"@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.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@endo/captp": "3.1.1",
"@endo/eventual-send": "0.17.2",
Expand All @@ -47,8 +47,8 @@
"jessie.js": "^0.3.2"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/smart-wallet": "^0.5.4-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/smart-wallet": "^0.5.4-u14.1",
"@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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.13-u14.0...@agoric/pegasus@0.7.13-u14.1) (2024-03-12)

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





### [0.7.13-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.13-u13.0...@agoric/pegasus@0.7.13-u14.0) (2024-02-27)

**Note:** Version bump only for package @agoric/pegasus
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.7.13-u14.1",
"description": "Peg-as-us contract",
"type": "module",
"main": "./src/pegasus.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@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.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/captp": "3.1.1",
Expand All @@ -45,7 +45,7 @@
"@endo/promise-kit": "0.2.56"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"ava": "^5.2.0",
"c8": "^7.13.0",
"import-meta-resolve": "^2.2.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/smart-wallet/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.5.4-u14.1](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.4-u14.0...@agoric/smart-wallet@0.5.4-u14.1) (2024-03-12)

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





### [0.5.4-u14.0](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.4-u13.0...@agoric/smart-wallet@0.5.4-u14.0) (2024-02-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/smart-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/smart-wallet",
"version": "0.5.4-u14.0",
"version": "0.5.4-u14.1",
"description": "Wallet contract",
"type": "module",
"scripts": {
Expand All @@ -27,14 +27,14 @@
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/casting": "^0.4.3-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.1",
"@agoric/ertp": "^0.16.3-u14.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/vat-data": "^0.5.3-u14.0",
"@agoric/vats": "^0.15.2-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/zoe": "^0.26.3-u14.0",
"@endo/eventual-send": "0.17.2",
"@endo/far": "0.2.18",
Expand Down
8 changes: 8 additions & 0 deletions packages/solo/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-u14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.4-u14.0...@agoric/solo@0.10.4-u14.1) (2024-03-12)

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





### [0.10.4-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.4-u13.0...@agoric/solo@0.10.4-u14.0) (2024-02-27)

**Note:** Version bump only for package @agoric/solo
Expand Down
6 changes: 3 additions & 3 deletions packages/solo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/solo",
"version": "0.10.4-u14.0",
"version": "0.10.4-u14.1",
"description": "Agoric's Solo vat runner",
"type": "module",
"bin": {
Expand All @@ -25,7 +25,7 @@
"@agoric/access-token": "^0.4.22-u11wf.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cache": "^0.3.3-u14.0",
"@agoric/cosmic-swingset": "^0.42.0-u14.0",
"@agoric/cosmic-swingset": "^0.42.0-u14.1",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/spawner": "^0.6.9-u14.0",
Expand All @@ -34,7 +34,7 @@
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/telemetry": "^0.6.3-u14.0",
"@agoric/time": "^0.3.3-u14.0",
"@agoric/vats": "^0.15.2-u14.0",
"@agoric/vats": "^0.15.2-u14.1",
"@agoric/wallet": "^0.18.4-u13.0",
"@endo/captp": "3.1.1",
"@endo/eventual-send": "0.17.2",
Expand Down
Loading

0 comments on commit d69c011

Please sign in to comment.