Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @agoric/cosmos@0.34.1
 - agoric@0.21.1
 - @agoric/cosmic-swingset@0.41.3
 - @agoric/deploy-script-support@0.10.3
 - @agoric/governance@0.10.3
 - @agoric/inter-protocol@0.16.1
 - @agoric/pegasus@0.7.12
 - @agoric/smart-wallet@0.5.3
 - @agoric/solo@0.10.3
 - @agoric/vats@0.15.1
 - @agoric/wallet-connection@0.1.17
 - @agoric/wallet@0.18.3
 - @agoric/web-components@0.6.3
 - @agoric/wallet-backend@0.14.3
  • Loading branch information
warner committed Jun 9, 2023
1 parent 385e1a8 commit ba3b776
Show file tree
Hide file tree
Showing 28 changed files with 158 additions and 46 deletions.
8 changes: 8 additions & 0 deletions golang/cosmos/CHANGELOG.md
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.34.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.0...@agoric/cosmos@0.34.1) (2023-06-09)

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





### Updated go.mod and go.sum to include the barberry fix


Expand Down
2 changes: 1 addition & 1 deletion golang/cosmos/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmos",
"version": "0.34.0",
"version": "0.34.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
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.21.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.0...agoric@0.21.1) (2023-06-09)

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





## [0.21.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.20.0...agoric@0.21.0) (2023-06-02)


Expand Down
10 changes: 5 additions & 5 deletions packages/agoric-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.21.0",
"version": "0.21.1",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand All @@ -24,7 +24,7 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.2",
"@agoric/deploy-script-support": "^0.10.3",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
Expand All @@ -35,12 +35,12 @@
"@agoric/casting": "^0.4.2",
"@agoric/cosmic-proto": "^0.3.0",
"@agoric/ertp": "^0.16.2",
"@agoric/inter-protocol": "^0.16.0",
"@agoric/inter-protocol": "^0.16.1",
"@agoric/internal": "^0.3.2",
"@agoric/smart-wallet": "^0.5.2",
"@agoric/smart-wallet": "^0.5.3",
"@agoric/store": "^0.9.2",
"@agoric/swingset-vat": "^0.32.2",
"@agoric/vats": "^0.15.0",
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@agoric/zone": "^0.2.2",
"@confio/relayer": "^0.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cosmic-swingset/CHANGELOG.md
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.41.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.2...@agoric/cosmic-swingset@0.41.3) (2023-06-09)

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





### [0.41.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.1...@agoric/cosmic-swingset@0.41.2) (2023-06-02)

**Note:** Version bump only for package @agoric/cosmic-swingset
Expand Down
6 changes: 3 additions & 3 deletions packages/cosmic-swingset/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmic-swingset",
"version": "0.41.2",
"version": "0.41.3",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -23,8 +23,8 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/cosmos": "^0.34.0",
"@agoric/deploy-script-support": "^0.10.2",
"@agoric/cosmos": "^0.34.1",
"@agoric/deploy-script-support": "^0.10.3",
"@agoric/internal": "^0.3.2",
"@agoric/store": "^0.9.2",
"@agoric/swing-store": "^0.9.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/deploy-script-support/CHANGELOG.md
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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.2...@agoric/deploy-script-support@0.10.3) (2023-06-09)

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





### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.1...@agoric/deploy-script-support@0.10.2) (2023-06-02)

**Note:** Version bump only for package @agoric/deploy-script-support
Expand Down
4 changes: 2 additions & 2 deletions packages/deploy-script-support/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/deploy-script-support",
"version": "0.10.2",
"version": "0.10.3",
"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.0",
"@agoric/vats": "^0.15.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
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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.2...@agoric/governance@0.10.3) (2023-06-09)

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





### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.1...@agoric/governance@0.10.2) (2023-06-02)

**Note:** Version bump only for package @agoric/governance
Expand Down
6 changes: 3 additions & 3 deletions packages/governance/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/governance",
"version": "0.10.2",
"version": "0.10.3",
"description": "Core governance support",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@agoric/swingset-vat": "^0.32.2",
"@agoric/time": "^0.3.2",
"@agoric/vat-data": "^0.5.2",
"@agoric/vats": "^0.15.0",
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@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.2",
"@agoric/deploy-script-support": "^0.10.3",
"@endo/bundle-source": "^2.5.1",
"@endo/init": "^0.5.56",
"ava": "^5.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/inter-protocol/CHANGELOG.md
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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.0...@agoric/inter-protocol@0.16.1) (2023-06-09)

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





## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.15.0...@agoric/inter-protocol@0.16.0) (2023-06-02)


Expand Down
12 changes: 6 additions & 6 deletions packages/inter-protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/inter-protocol",
"version": "0.16.0",
"version": "0.16.1",
"description": "Core cryptoeconomy contracts",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -31,25 +31,25 @@
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/ertp": "^0.16.2",
"@agoric/governance": "^0.10.2",
"@agoric/governance": "^0.10.3",
"@agoric/internal": "^0.3.2",
"@agoric/notifier": "^0.6.2",
"@agoric/store": "^0.9.2",
"@agoric/time": "^0.3.2",
"@agoric/vat-data": "^0.5.2",
"@agoric/vats": "^0.15.0",
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@endo/captp": "^3.1.1",
"@endo/eventual-send": "^0.17.2",
"@endo/far": "^0.2.18",
"@endo/marshal": "^0.8.5",
"@endo/nat": "^4.1.27",
"agoric": "^0.21.0",
"agoric": "^0.21.1",
"jessie.js": "^0.3.2"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.2",
"@agoric/smart-wallet": "^0.5.2",
"@agoric/deploy-script-support": "^0.10.3",
"@agoric/smart-wallet": "^0.5.3",
"@agoric/swingset-liveslots": "^0.10.2",
"@agoric/swingset-vat": "^0.32.2",
"@endo/bundle-source": "^2.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/pegasus/CHANGELOG.md
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.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.11...@agoric/pegasus@0.7.12) (2023-06-09)

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





### [0.7.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.10...@agoric/pegasus@0.7.11) (2023-06-02)

**Note:** Version bump only for package @agoric/pegasus
Expand Down
6 changes: 3 additions & 3 deletions packages/pegasus/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/pegasus",
"version": "0.7.11",
"version": "0.7.12",
"description": "Peg-as-us contract",
"type": "module",
"main": "./src/pegasus.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@agoric/notifier": "^0.6.2",
"@agoric/store": "^0.9.2",
"@agoric/swingset-vat": "^0.32.2",
"@agoric/vats": "^0.15.0",
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@endo/bundle-source": "^2.5.1",
"@endo/captp": "^3.1.1",
Expand All @@ -45,7 +45,7 @@
"@endo/promise-kit": "^0.2.56"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.2",
"@agoric/deploy-script-support": "^0.10.3",
"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
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.3](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.2...@agoric/smart-wallet@0.5.3) (2023-06-09)

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





### [0.5.2](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.1...@agoric/smart-wallet@0.5.2) (2023-06-02)

**Note:** Version bump only for package @agoric/smart-wallet
Expand Down
4 changes: 2 additions & 2 deletions packages/smart-wallet/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/smart-wallet",
"version": "0.5.2",
"version": "0.5.3",
"description": "Wallet contract",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@agoric/store": "^0.9.2",
"@agoric/swingset-vat": "^0.32.2",
"@agoric/vat-data": "^0.5.2",
"@agoric/vats": "^0.15.0",
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@endo/eventual-send": "^0.17.2",
"@endo/far": "^0.2.18",
Expand Down
8 changes: 8 additions & 0 deletions packages/solo/CHANGELOG.md
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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.2...@agoric/solo@0.10.3) (2023-06-09)

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





### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.1...@agoric/solo@0.10.2) (2023-06-02)

**Note:** Version bump only for package @agoric/solo
Expand Down
10 changes: 5 additions & 5 deletions packages/solo/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/solo",
"version": "0.10.2",
"version": "0.10.3",
"description": "Agoric's Solo vat runner",
"type": "module",
"bin": {
Expand All @@ -25,7 +25,7 @@
"@agoric/access-token": "^0.4.21",
"@agoric/assert": "^0.6.0",
"@agoric/cache": "^0.3.2",
"@agoric/cosmic-swingset": "^0.41.2",
"@agoric/cosmic-swingset": "^0.41.3",
"@agoric/internal": "^0.3.2",
"@agoric/notifier": "^0.6.2",
"@agoric/spawner": "^0.6.8",
Expand All @@ -34,15 +34,15 @@
"@agoric/swingset-vat": "^0.32.2",
"@agoric/telemetry": "^0.6.2",
"@agoric/time": "^0.3.2",
"@agoric/vats": "^0.15.0",
"@agoric/wallet": "^0.18.2",
"@agoric/vats": "^0.15.1",
"@agoric/wallet": "^0.18.3",
"@endo/captp": "^3.1.1",
"@endo/eventual-send": "^0.17.2",
"@endo/import-bundle": "^0.3.4",
"@endo/init": "^0.5.56",
"@endo/marshal": "^0.8.5",
"@endo/promise-kit": "^0.2.56",
"agoric": "^0.21.0",
"agoric": "^0.21.1",
"anylogger": "^0.21.0",
"deterministic-json": "^1.0.5",
"esm": "agoric-labs/esm#Agoric-built",
Expand Down
8 changes: 8 additions & 0 deletions packages/vats/CHANGELOG.md
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.15.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.0...@agoric/vats@0.15.1) (2023-06-09)

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





## [0.15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.14.1...@agoric/vats@0.15.0) (2023-06-02)


Expand Down

0 comments on commit ba3b776

Please sign in to comment.