Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 10, 2020
1 parent ddb8bc9 commit e59ad70
Show file tree
Hide file tree
Showing 70 changed files with 459 additions and 133 deletions.
26 changes: 26 additions & 0 deletions 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.

# [2.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)


### Bug Fixes

* always send non-empty acknowledgements ([5e22a4a](https://github.com/Agoric/agoric-sdk/commit/5e22a4a78db9004351f53d6cb5bfdd29f9ee25b6))
* be lazy in choosing which handler to use ([904b610](https://github.com/Agoric/agoric-sdk/commit/904b610685a50ba32dc0712e62f4c902f61e437a))
* be sure to propagate handler failures ([2b931fc](https://github.com/Agoric/agoric-sdk/commit/2b931fcb60afcb24fd7c331eadd12dbfc4592e85))
* bigdipper settings changes ([facb79d](https://github.com/Agoric/agoric-sdk/commit/facb79d89a470371c67e89cb08656ed5cfdc5348))
* fail hard if there is no $BOOT_ADDRESS ([eeb2592](https://github.com/Agoric/agoric-sdk/commit/eeb25920557974bccc05978ab81966e8cc2a460e))
* filter proposal give and want by sparseKeywords in zcf.reallocate ([#1076](https://github.com/Agoric/agoric-sdk/issues/1076)) ([fb36a40](https://github.com/Agoric/agoric-sdk/commit/fb36a406e628765376797ab3663272402d3584b3))
* fix typo in idToComplete ([#1050](https://github.com/Agoric/agoric-sdk/issues/1050)) ([605e00e](https://github.com/Agoric/agoric-sdk/commit/605e00efd089218d6e2b9bacca352c0e933a8bd8))
* full traversal of sendPacket from end-to-end ([5c76981](https://github.com/Agoric/agoric-sdk/commit/5c76981aa02bf1cd1dcec174bff4a7f95638d500))
* index_all_keys for IBC ([f513bda](https://github.com/Agoric/agoric-sdk/commit/f513bdabd413b36a8bcab28b598eed4fef7da561))
* rewrite liveslots use of HandledPromise, remove deliver() stall ([42c2193](https://github.com/Agoric/agoric-sdk/commit/42c2193ce62f527eb2dfa1b5bed4f8b32f2d452d))


### Features

* ag-nchainz start-relayer now starts a single-channel relay ([6946dfb](https://github.com/Agoric/agoric-sdk/commit/6946dfbcae3023675ecffcc22fca2d866a745134))
* Optionally suppress wallet ([ceae9e6](https://github.com/Agoric/agoric-sdk/commit/ceae9e65cf4ece932d1f565c74afeec06c9074cb))





# [2.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/sdk",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"useWorkspaces": true,
"workspaces": [
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.5.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)

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





## [0.5.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
24 changes: 12 additions & 12 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.5.3",
"version": "0.5.4",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"main": "src/issuer.js",
"engines": {
Expand Down Expand Up @@ -34,22 +34,22 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.0.5",
"@agoric/evaluate": "^2.2.4",
"@agoric/eventual-send": "^0.9.0",
"@agoric/assert": "^0.0.6",
"@agoric/evaluate": "^2.2.5",
"@agoric/eventual-send": "^0.9.1",
"@agoric/harden": "^0.0.8",
"@agoric/import-manager": "^0.0.4",
"@agoric/import-manager": "^0.0.5",
"@agoric/layer-cake": "^0.0.1",
"@agoric/marshal": "^0.2.0",
"@agoric/marshal": "^0.2.1",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.0",
"@agoric/same-structure": "^0.0.5",
"@agoric/store": "^0.1.0",
"@agoric/weak-store": "^0.0.5"
"@agoric/produce-promise": "^0.1.1",
"@agoric/same-structure": "^0.0.6",
"@agoric/store": "^0.1.1",
"@agoric/weak-store": "^0.0.6"
},
"devDependencies": {
"@agoric/bundle-source": "^1.1.3",
"@agoric/swingset-vat": "^0.5.0",
"@agoric/bundle-source": "^1.1.4",
"@agoric/swingset-vat": "^0.5.1",
"esm": "^3.2.25",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/SwingSet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)


### Bug Fixes

* rewrite liveslots use of HandledPromise, remove deliver() stall ([42c2193](https://github.com/Agoric/agoric-sdk/commit/42c2193ce62f527eb2dfa1b5bed4f8b32f2d452d))





# [0.5.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
24 changes: 12 additions & 12 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.5.0",
"version": "0.5.1",
"description": "Vat/Container Launcher",
"main": "src/main.js",
"module": "src/index.js",
Expand Down Expand Up @@ -28,19 +28,19 @@
"tape-promise": "^4.0.0"
},
"dependencies": {
"@agoric/assert": "^0.0.5",
"@agoric/bundle-source": "^1.1.3",
"@agoric/default-evaluate-options": "^0.3.4",
"@agoric/evaluate": "^2.2.4",
"@agoric/eventual-send": "^0.9.0",
"@agoric/assert": "^0.0.6",
"@agoric/bundle-source": "^1.1.4",
"@agoric/default-evaluate-options": "^0.3.5",
"@agoric/evaluate": "^2.2.5",
"@agoric/eventual-send": "^0.9.1",
"@agoric/harden": "^0.0.8",
"@agoric/marshal": "^0.2.0",
"@agoric/marshal": "^0.2.1",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.0",
"@agoric/store": "^0.1.0",
"@agoric/swing-store-simple": "^0.2.0",
"@agoric/tame-metering": "^1.2.0",
"@agoric/transform-metering": "^1.2.3",
"@agoric/produce-promise": "^0.1.1",
"@agoric/store": "^0.1.1",
"@agoric/swing-store-simple": "^0.2.1",
"@agoric/tame-metering": "^1.2.1",
"@agoric/transform-metering": "^1.2.4",
"@babel/core": "^7.5.0",
"anylogger": "^0.21.0",
"rollup": "^1.23.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/acorn-eventual-send/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.

## [2.0.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)

**Note:** Version bump only for package @agoric/acorn-eventual-send





## [2.0.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)

**Note:** Version bump only for package @agoric/acorn-eventual-send
Expand Down
2 changes: 1 addition & 1 deletion packages/acorn-eventual-send/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/acorn-eventual-send",
"version": "2.0.3",
"version": "2.0.4",
"description": "Eventual send (wavy dot) parser plugin for Acorn",
"main": "index.js",
"scripts": {
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.6.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.6.1) (2020-05-10)

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





# [0.6.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.6.0) (2020-05-04)


Expand Down
12 changes: 6 additions & 6 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.6.0",
"version": "0.6.1",
"description": "Manage the Agoric Javascript smart contract platform",
"main": "lib/main.js",
"bin": "bin/agoric",
Expand All @@ -23,11 +23,11 @@
"tmp": "^0.1.0"
},
"dependencies": {
"@agoric/bundle-source": "^1.1.3",
"@agoric/captp": "^1.3.0",
"@agoric/evaluate": "^2.2.4",
"@agoric/eventual-send": "^0.9.0",
"@agoric/produce-promise": "^0.1.0",
"@agoric/bundle-source": "^1.1.4",
"@agoric/captp": "^1.3.1",
"@agoric/evaluate": "^2.2.5",
"@agoric/eventual-send": "^0.9.1",
"@agoric/produce-promise": "^0.1.1",
"anylogger": "^0.21.0",
"builtin-modules": "^3.1.0",
"chalk": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/assert/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.0.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)

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





## [0.0.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/assert",
"version": "0.0.5",
"version": "0.0.6",
"description": "Assert expression support that protects sensitive data",
"main": "src/assert.js",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bundle-source/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.

## [1.1.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)

**Note:** Version bump only for package @agoric/bundle-source





## [1.1.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/bundle-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/bundle-source",
"version": "1.1.3",
"version": "1.1.4",
"description": "Create source bundles from ES Modules",
"main": "src/index.js",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"tape-promise": "^4.0.0"
},
"dependencies": {
"@agoric/acorn-eventual-send": "^2.0.3",
"@agoric/evaluate": "^2.2.4",
"@agoric/acorn-eventual-send": "^2.0.4",
"@agoric/evaluate": "^2.2.5",
"@agoric/harden": "^0.0.8",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/captp/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.

## [1.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)

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





# [1.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/captp",
"version": "1.3.0",
"version": "1.3.1",
"description": "Capability Transfer Protocol for distributed objects",
"keywords": [
"agoric",
Expand Down Expand Up @@ -39,11 +39,11 @@
"tape-promise": "^4.0.0"
},
"dependencies": {
"@agoric/eventual-send": "^0.9.0",
"@agoric/eventual-send": "^0.9.1",
"@agoric/harden": "^0.0.8",
"@agoric/marshal": "^0.2.0",
"@agoric/marshal": "^0.2.1",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.0",
"@agoric/produce-promise": "^0.1.1",
"esm": "^3.2.5",
"rollup": "^1.24.0",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/cosmic-swingset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-10)


### Bug Fixes

* always send non-empty acknowledgements ([5e22a4a](https://github.com/Agoric/agoric-sdk/commit/5e22a4a78db9004351f53d6cb5bfdd29f9ee25b6))
* fail hard if there is no $BOOT_ADDRESS ([eeb2592](https://github.com/Agoric/agoric-sdk/commit/eeb25920557974bccc05978ab81966e8cc2a460e))
* fix typo in idToComplete ([#1050](https://github.com/Agoric/agoric-sdk/issues/1050)) ([605e00e](https://github.com/Agoric/agoric-sdk/commit/605e00efd089218d6e2b9bacca352c0e933a8bd8))
* full traversal of sendPacket from end-to-end ([5c76981](https://github.com/Agoric/agoric-sdk/commit/5c76981aa02bf1cd1dcec174bff4a7f95638d500))


### Features

* ag-nchainz start-relayer now starts a single-channel relay ([6946dfb](https://github.com/Agoric/agoric-sdk/commit/6946dfbcae3023675ecffcc22fca2d866a745134))
* Optionally suppress wallet ([ceae9e6](https://github.com/Agoric/agoric-sdk/commit/ceae9e65cf4ece932d1f565c74afeec06c9074cb))





# [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2020-05-04)


Expand Down
Loading

0 comments on commit e59ad70

Please sign in to comment.