Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @agoric/ertp@0.16.1
 - @agoric/swingset-vat@0.32.1
 - agoric@0.20.0
 - @agoric/cache@0.3.1
 - @agoric/casting@0.4.1
 - @agoric/cosmic-swingset@0.41.1
 - @agoric/deploy-script-support@0.10.1
 - @agoric/governance@0.10.1
 - @agoric/import-manager@0.3.10
 - @agoric/inter-protocol@0.15.0
 - @agoric/internal@0.3.1
 - @agoric/notifier@0.6.1
 - @agoric/pegasus@0.7.10
 - @agoric/same-structure@0.2.6
 - @agoric/sharing-service@0.2.10
 - @agoric/smart-wallet@0.5.1
 - @agoric/solo@0.10.1
 - @agoric/spawner@0.6.7
 - @agoric/store@0.9.1
 - @agoric/swingset-liveslots@0.10.1
 - @agoric/swingset-runner@0.22.1
 - @agoric/swingset-xsnap-supervisor@0.10.1
 - @agoric/telemetry@0.6.1
 - @agoric/time@0.3.1
 - @agoric/ui-components@0.3.7
 - @agoric/vat-data@0.5.1
 - @agoric/vats@0.14.1
 - @agoric/wallet-connection@0.1.15
 - @agoric/wallet@0.18.1
 - @agoric/web-components@0.6.1
 - @agoric/xsnap@0.14.1
 - @agoric/zoe@0.26.1
 - @agoric/zone@0.2.1
 - @agoric/wallet-backend@0.14.1
  • Loading branch information
warner committed May 24, 2023
1 parent 776c247 commit 676e947
Show file tree
Hide file tree
Showing 68 changed files with 483 additions and 206 deletions.
8 changes: 8 additions & 0 deletions packages/ERTP/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/ertp@0.16.0...@agoric/ertp@0.16.1) (2023-05-24)

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





## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.3...@agoric/ertp@0.16.0) (2023-05-19)


Expand Down
10 changes: 5 additions & 5 deletions packages/ERTP/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.16.0",
"version": "0.16.1",
"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.0",
"@agoric/notifier": "^0.6.0",
"@agoric/store": "^0.9.0",
"@agoric/swingset-vat": "^0.32.0",
"@agoric/vat-data": "^0.5.0",
"@agoric/notifier": "^0.6.1",
"@agoric/store": "^0.9.1",
"@agoric/swingset-vat": "^0.32.1",
"@agoric/vat-data": "^0.5.1",
"@endo/eventual-send": "^0.17.2",
"@endo/far": "^0.2.18",
"@endo/marshal": "^0.8.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.32.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.0...@agoric/swingset-vat@0.32.1) (2023-05-24)

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





## [0.32.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.30.2...@agoric/swingset-vat@0.32.0) (2023-05-19)


Expand Down
16 changes: 8 additions & 8 deletions packages/SwingSet/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/swingset-vat",
"version": "0.32.0",
"version": "0.32.1",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/internal": "^0.3.0",
"@agoric/store": "^0.9.0",
"@agoric/internal": "^0.3.1",
"@agoric/store": "^0.9.1",
"@agoric/swing-store": "^0.9.0",
"@agoric/swingset-liveslots": "^0.10.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.0",
"@agoric/time": "^0.3.0",
"@agoric/vat-data": "^0.5.0",
"@agoric/xsnap": "^0.14.0",
"@agoric/swingset-liveslots": "^0.10.1",
"@agoric/swingset-xsnap-supervisor": "^0.10.1",
"@agoric/time": "^0.3.1",
"@agoric/vat-data": "^0.5.1",
"@agoric/xsnap": "^0.14.1",
"@agoric/xsnap-lockdown": "^0.14.0",
"@endo/base64": "^0.2.31",
"@endo/bundle-source": "^2.5.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/agoric-cli/CHANGELOG.md
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.20.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.19.0...agoric@0.20.0) (2023-05-24)


### Features

* **agoric-cli:** oracle setPrice: pushPrice from each operator ([0b30529](https://github.com/Agoric/agoric-sdk/commit/0b3052972cab287daa515de37e59a2caa10f3f04))
* **clientSupport:** Offers.fluxAggregator.PushPrice ([486581c](https://github.com/Agoric/agoric-sdk/commit/486581c8ea07a621f18c0d485c7059fb3e87835a))



## [0.19.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.18.2...agoric@0.19.0) (2023-05-19)


Expand Down
26 changes: 13 additions & 13 deletions packages/agoric-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.19.0",
"version": "0.20.0",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand All @@ -24,25 +24,25 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.0",
"@agoric/deploy-script-support": "^0.10.1",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
"dependencies": {
"@agoric/access-token": "^0.4.21",
"@agoric/assert": "^0.6.0",
"@agoric/cache": "^0.3.0",
"@agoric/casting": "^0.4.0",
"@agoric/cache": "^0.3.1",
"@agoric/casting": "^0.4.1",
"@agoric/cosmic-proto": "^0.3.0",
"@agoric/ertp": "^0.16.0",
"@agoric/inter-protocol": "^0.14.0",
"@agoric/internal": "^0.3.0",
"@agoric/smart-wallet": "^0.5.0",
"@agoric/store": "^0.9.0",
"@agoric/swingset-vat": "^0.32.0",
"@agoric/vats": "^0.14.0",
"@agoric/zoe": "^0.26.0",
"@agoric/zone": "^0.2.0",
"@agoric/ertp": "^0.16.1",
"@agoric/inter-protocol": "^0.15.0",
"@agoric/internal": "^0.3.1",
"@agoric/smart-wallet": "^0.5.1",
"@agoric/store": "^0.9.1",
"@agoric/swingset-vat": "^0.32.1",
"@agoric/vats": "^0.14.1",
"@agoric/zoe": "^0.26.1",
"@agoric/zone": "^0.2.1",
"@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
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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.0...@agoric/cache@0.3.1) (2023-05-24)

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





## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.3...@agoric/cache@0.3.0) (2023-05-19)


Expand Down
12 changes: 6 additions & 6 deletions packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/cache",
"version": "0.3.0",
"version": "0.3.1",
"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.3.0",
"@agoric/notifier": "^0.6.0",
"@agoric/store": "^0.9.0",
"@agoric/vat-data": "^0.5.0",
"@agoric/internal": "^0.3.1",
"@agoric/notifier": "^0.6.1",
"@agoric/store": "^0.9.1",
"@agoric/vat-data": "^0.5.1",
"@endo/far": "^0.2.18",
"@endo/marshal": "^0.8.5"
},
"devDependencies": {
"@agoric/zoe": "^0.26.0",
"@agoric/zoe": "^0.26.1",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/casting/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.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.0...@agoric/casting@0.4.1) (2023-05-24)

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





## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.4.0) (2023-05-19)


Expand Down
10 changes: 5 additions & 5 deletions packages/casting/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/casting",
"version": "0.4.0",
"version": "0.4.1",
"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.3.0",
"@agoric/notifier": "^0.6.0",
"@agoric/spawner": "^0.6.6",
"@agoric/store": "^0.9.0",
"@agoric/internal": "^0.3.1",
"@agoric/notifier": "^0.6.1",
"@agoric/spawner": "^0.6.7",
"@agoric/store": "^0.9.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.0...@agoric/cosmic-swingset@0.41.1) (2023-05-24)

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





## [0.41.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.39.2...@agoric/cosmic-swingset@0.41.0) (2023-05-19)


Expand Down
12 changes: 6 additions & 6 deletions packages/cosmic-swingset/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmic-swingset",
"version": "0.41.0",
"version": "0.41.1",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -24,12 +24,12 @@
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/cosmos": "^0.34.0",
"@agoric/deploy-script-support": "^0.10.0",
"@agoric/internal": "^0.3.0",
"@agoric/store": "^0.9.0",
"@agoric/deploy-script-support": "^0.10.1",
"@agoric/internal": "^0.3.1",
"@agoric/store": "^0.9.1",
"@agoric/swing-store": "^0.9.0",
"@agoric/swingset-vat": "^0.32.0",
"@agoric/telemetry": "^0.6.0",
"@agoric/swingset-vat": "^0.32.1",
"@agoric/telemetry": "^0.6.1",
"@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
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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.0...@agoric/deploy-script-support@0.10.1) (2023-05-24)

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





## [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.9.4...@agoric/deploy-script-support@0.10.0) (2023-05-19)


Expand Down
16 changes: 8 additions & 8 deletions packages/deploy-script-support/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/deploy-script-support",
"version": "0.10.0",
"version": "0.10.1",
"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.0",
"@agoric/ertp": "^0.16.0",
"@agoric/import-manager": "^0.3.9",
"@agoric/internal": "^0.3.0",
"@agoric/notifier": "^0.6.0",
"@agoric/store": "^0.9.0",
"@agoric/zoe": "^0.26.0",
"@agoric/ertp": "^0.16.1",
"@agoric/import-manager": "^0.3.10",
"@agoric/internal": "^0.3.1",
"@agoric/notifier": "^0.6.1",
"@agoric/store": "^0.9.1",
"@agoric/zoe": "^0.26.1",
"@endo/base64": "^0.2.31",
"@endo/bundle-source": "^2.5.1",
"@endo/far": "^0.2.18",
Expand All @@ -50,7 +50,7 @@
"@endo/zip": "^0.2.31"
},
"devDependencies": {
"@agoric/vats": "^0.14.0",
"@agoric/vats": "^0.14.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.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.0...@agoric/governance@0.10.1) (2023-05-24)

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





## [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.9.1...@agoric/governance@0.10.0) (2023-05-19)


Expand Down
22 changes: 11 additions & 11 deletions packages/governance/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/governance",
"version": "0.10.0",
"version": "0.10.1",
"description": "Core governance support",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -32,15 +32,15 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/ertp": "^0.16.0",
"@agoric/internal": "^0.3.0",
"@agoric/notifier": "^0.6.0",
"@agoric/store": "^0.9.0",
"@agoric/swingset-vat": "^0.32.0",
"@agoric/time": "^0.3.0",
"@agoric/vat-data": "^0.5.0",
"@agoric/vats": "^0.14.0",
"@agoric/zoe": "^0.26.0",
"@agoric/ertp": "^0.16.1",
"@agoric/internal": "^0.3.1",
"@agoric/notifier": "^0.6.1",
"@agoric/store": "^0.9.1",
"@agoric/swingset-vat": "^0.32.1",
"@agoric/time": "^0.3.1",
"@agoric/vat-data": "^0.5.1",
"@agoric/vats": "^0.14.1",
"@agoric/zoe": "^0.26.1",
"@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.0",
"@agoric/deploy-script-support": "^0.10.1",
"@endo/bundle-source": "^2.5.1",
"@endo/init": "^0.5.56",
"ava": "^5.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/import-manager/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.3.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.9...@agoric/import-manager@0.3.10) (2023-05-24)

**Note:** Version bump only for package @agoric/import-manager





### [0.3.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.6...@agoric/import-manager@0.3.9) (2023-05-19)

**Note:** Version bump only for package @agoric/import-manager
Expand Down

0 comments on commit 676e947

Please sign in to comment.