Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Sep 19, 2024
1 parent a1453b2 commit 5259430
Show file tree
Hide file tree
Showing 98 changed files with 712 additions and 316 deletions.
8 changes: 8 additions & 0 deletions golang/cosmos/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.35.0-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

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





## [0.35.0-u17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-17)


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-u17.0",
"version": "0.35.0-u17.1",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
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.16.3-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

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





### [0.16.3-u17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-17)


Expand Down
12 changes: 6 additions & 6 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.16.3-u17.0",
"version": "0.16.3-u17.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 @@ -39,10 +39,10 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/notifier": "^0.7.0-u17.0",
"@agoric/store": "^0.9.3-u17.0",
"@agoric/vat-data": "^0.5.3-u17.0",
"@agoric/zone": "^0.3.0-u17.0",
"@agoric/notifier": "^0.7.0-u17.1",
"@agoric/store": "^0.9.3-u17.1",
"@agoric/vat-data": "^0.5.3-u17.1",
"@agoric/zone": "^0.3.0-u17.1",
"@endo/errors": "^1.2.5",
"@endo/eventual-send": "^1.2.5",
"@endo/far": "^1.1.5",
Expand All @@ -52,7 +52,7 @@
"@endo/promise-kit": "^1.1.5"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.33.0-u17.0",
"@agoric/swingset-vat": "^0.33.0-u17.1",
"@endo/bundle-source": "^3.4.0",
"@fast-check/ava": "^1.1.5",
"ava": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.33.0-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

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





## [0.33.0-u17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-17)


Expand Down
22 changes: 11 additions & 11 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.33.0-u17.0",
"version": "0.33.0-u17.1",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand All @@ -27,16 +27,16 @@
"@types/yargs-parser": "^21.0.0"
},
"dependencies": {
"@agoric/internal": "^0.4.0-u17.0",
"@agoric/kmarshal": "^0.1.1-u17.0",
"@agoric/store": "^0.9.3-u17.0",
"@agoric/swing-store": "^0.9.2-u17.0",
"@agoric/swingset-liveslots": "^0.10.3-u17.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u17.0",
"@agoric/time": "^0.3.3-u17.0",
"@agoric/vat-data": "^0.5.3-u17.0",
"@agoric/xsnap": "^0.14.3-u17.0",
"@agoric/xsnap-lockdown": "^0.14.1-u17.0",
"@agoric/internal": "^0.4.0-u17.1",
"@agoric/kmarshal": "^0.1.1-u17.1",
"@agoric/store": "^0.9.3-u17.1",
"@agoric/swing-store": "^0.9.2-u17.1",
"@agoric/swingset-liveslots": "^0.10.3-u17.1",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u17.1",
"@agoric/time": "^0.3.3-u17.1",
"@agoric/vat-data": "^0.5.3-u17.1",
"@agoric/xsnap": "^0.14.3-u17.1",
"@agoric/xsnap-lockdown": "^0.14.1-u17.1",
"@endo/base64": "^1.0.7",
"@endo/bundle-source": "^3.4.0",
"@endo/captp": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/access-token/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.4.22-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

**Note:** Version bump only for package @agoric/access-token





### [0.4.22-u17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/access-token",
"version": "0.4.22-u17.0",
"version": "0.4.22-u17.1",
"description": "Persistent credentials for Agoric users, backed by a simple JSON file",
"type": "module",
"main": "src/access-token.js",
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-u17.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u17.1) (2024-09-19)

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





## [0.22.0-u17.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u17.0) (2024-09-17)


Expand Down
36 changes: 18 additions & 18 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-u17.0",
"version": "0.22.0-u17.1",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -29,28 +29,28 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/cosmic-swingset": "^0.42.0-u17.0",
"@agoric/deploy-script-support": "^0.10.4-u17.0",
"@agoric/cosmic-swingset": "^0.42.0-u17.1",
"@agoric/deploy-script-support": "^0.10.4-u17.1",
"ava": "^5.3.0",
"c8": "^9.1.0",
"dd-trace": "^4.11.1"
},
"dependencies": {
"@agoric/access-token": "^0.4.22-u17.0",
"@agoric/cache": "^0.3.3-u17.0",
"@agoric/casting": "^0.4.3-u17.0",
"@agoric/cosmic-proto": "^0.5.0-u17.0",
"@agoric/ertp": "^0.16.3-u17.0",
"@agoric/governance": "^0.10.4-u17.0",
"@agoric/inter-protocol": "^0.17.0-u17.0",
"@agoric/internal": "^0.4.0-u17.0",
"@agoric/network": "^0.2.0-u17.0",
"@agoric/smart-wallet": "^0.5.4-u17.0",
"@agoric/store": "^0.9.3-u17.0",
"@agoric/swingset-vat": "^0.33.0-u17.0",
"@agoric/vats": "^0.16.0-u17.0",
"@agoric/zoe": "^0.26.3-u17.0",
"@agoric/zone": "^0.3.0-u17.0",
"@agoric/access-token": "^0.4.22-u17.1",
"@agoric/cache": "^0.3.3-u17.1",
"@agoric/casting": "^0.4.3-u17.1",
"@agoric/cosmic-proto": "^0.5.0-u17.1",
"@agoric/ertp": "^0.16.3-u17.1",
"@agoric/governance": "^0.10.4-u17.1",
"@agoric/inter-protocol": "^0.17.0-u17.1",
"@agoric/internal": "^0.4.0-u17.1",
"@agoric/network": "^0.2.0-u17.1",
"@agoric/smart-wallet": "^0.5.4-u17.1",
"@agoric/store": "^0.9.3-u17.1",
"@agoric/swingset-vat": "^0.33.0-u17.1",
"@agoric/vats": "^0.16.0-u17.1",
"@agoric/zoe": "^0.26.3-u17.1",
"@agoric/zone": "^0.3.0-u17.1",
"@confio/relayer": "^0.11.3",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/async-flow/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-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

**Note:** Version bump only for package @agoric/async-flow





### 0.1.1-u17.0 (2024-09-17)


Expand Down
14 changes: 7 additions & 7 deletions packages/async-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/async-flow",
"version": "0.1.1-u17.0",
"version": "0.1.1-u17.1",
"description": "Upgrade async functions at await points by replay",
"type": "module",
"repository": "https://github.com/Agoric/agoric-sdk",
Expand All @@ -24,10 +24,10 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/base-zone": "^0.1.1-u17.0",
"@agoric/internal": "^0.4.0-u17.0",
"@agoric/store": "^0.9.3-u17.0",
"@agoric/vow": "^0.2.0-u17.0",
"@agoric/base-zone": "^0.1.1-u17.1",
"@agoric/internal": "^0.4.0-u17.1",
"@agoric/store": "^0.9.3-u17.1",
"@agoric/vow": "^0.2.0-u17.1",
"@endo/common": "^1.2.5",
"@endo/errors": "^1.2.5",
"@endo/eventual-send": "^1.2.5",
Expand All @@ -37,8 +37,8 @@
"@endo/promise-kit": "^1.1.5"
},
"devDependencies": {
"@agoric/swingset-liveslots": "^0.10.3-u17.0",
"@agoric/zone": "^0.3.0-u17.0",
"@agoric/swingset-liveslots": "^0.10.3-u17.1",
"@agoric/zone": "^0.3.0-u17.1",
"@endo/env-options": "^1.1.6",
"@endo/ses-ava": "^1.2.5",
"ava": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/base-zone/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-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

**Note:** Version bump only for package @agoric/base-zone





### 0.1.1-u17.0 (2024-09-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/base-zone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/base-zone",
"version": "0.1.1-u17.0",
"version": "0.1.1-u17.1",
"description": "Allocation zone abstraction library and heap implementation",
"type": "module",
"repository": "https://github.com/Agoric/agoric-sdk",
Expand All @@ -27,7 +27,7 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/store": "^0.9.3-u17.0",
"@agoric/store": "^0.9.3-u17.1",
"@endo/common": "^1.2.5",
"@endo/errors": "^1.2.5",
"@endo/exo": "^1.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/benchmark/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-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)

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





### 0.1.1-u17.0 (2024-09-17)


Expand Down
14 changes: 7 additions & 7 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/benchmark",
"version": "0.1.1-u17.0",
"version": "0.1.1-u17.1",
"private": true,
"description": "Benchmark support",
"type": "module",
Expand All @@ -22,12 +22,12 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/boot": "^0.2.0-u17.0",
"@agoric/cosmic-swingset": "^0.42.0-u17.0",
"@agoric/inter-protocol": "^0.17.0-u17.0",
"@agoric/internal": "^0.4.0-u17.0",
"@agoric/vats": "^0.16.0-u17.0",
"@agoric/zoe": "^0.26.3-u17.0",
"@agoric/boot": "^0.2.0-u17.1",
"@agoric/cosmic-swingset": "^0.42.0-u17.1",
"@agoric/inter-protocol": "^0.17.0-u17.1",
"@agoric/internal": "^0.4.0-u17.1",
"@agoric/vats": "^0.16.0-u17.1",
"@agoric/zoe": "^0.26.3-u17.1",
"@endo/errors": "^1.2.5",
"@endo/init": "^1.1.4"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/boot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.0-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-09-19)


### Bug Fixes

* write-chain-info after u17 ([a25d3c6](https://github.com/Agoric/agoric-sdk/commit/a25d3c6b9c31e0d7bedf17ecb22463e9a5d3e5ba))



## 0.2.0-u17.0 (2024-09-17)


Expand Down
Loading

0 comments on commit 5259430

Please sign in to comment.