Skip to content

Commit

Permalink
Merge pull request #8374 from Agoric/temp-release-20230923T000433
Browse files Browse the repository at this point in the history
chore(release): publish agoric-upgrade-11wf
  • Loading branch information
warner committed Sep 23, 2023
2 parents c0e1089 + faf9ba6 commit 2d6b13f
Show file tree
Hide file tree
Showing 82 changed files with 592 additions and 255 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-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u11.0...@agoric/cosmos@0.35.0-u11wf.0) (2023-09-23)

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





## [0.35.0-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.1...@agoric/cosmos@0.35.0-u11.0) (2023-08-24)


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-u11.0",
"version": "0.35.0-u11wf.0",
"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-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.3-u11.0...@agoric/ertp@0.16.3-u11wf.0) (2023-09-23)

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





### [0.16.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.2...@agoric/ertp@0.16.3-u11.0) (2023-08-24)

**Note:** Version bump only for package @agoric/ertp
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-u11.0",
"version": "0.16.3-u11wf.0",
"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,11 +39,11 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/notifier": "^0.6.3-u11.0",
"@agoric/store": "^0.9.3-u11.0",
"@agoric/swingset-vat": "^0.32.3-u11.0",
"@agoric/vat-data": "^0.5.3-u11.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/notifier": "^0.6.3-u11wf.0",
"@agoric/store": "^0.9.3-u11wf.0",
"@agoric/swingset-vat": "^0.32.3-u11wf.0",
"@agoric/vat-data": "^0.5.3-u11wf.0",
"@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
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.32.3-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.3-u11.0...@agoric/swingset-vat@0.32.3-u11wf.0) (2023-09-23)

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





### [0.32.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.2...@agoric/swingset-vat@0.32.3-u11.0) (2023-08-24)

**Note:** Version bump only for package @agoric/swingset-vat
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.32.3-u11.0",
"version": "0.32.3-u11wf.0",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -28,16 +28,16 @@
"yargs-parser": "^21.1.1"
},
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/internal": "^0.3.3-u11.0",
"@agoric/store": "^0.9.3-u11.0",
"@agoric/swing-store": "^0.9.2-u11.0",
"@agoric/swingset-liveslots": "^0.10.3-u11.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u11.0",
"@agoric/time": "^0.3.3-u11.0",
"@agoric/vat-data": "^0.5.3-u11.0",
"@agoric/xsnap": "^0.14.3-u11.0",
"@agoric/xsnap-lockdown": "^0.14.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/internal": "^0.3.3-u11wf.0",
"@agoric/store": "^0.9.3-u11wf.0",
"@agoric/swing-store": "^0.9.2-u11wf.0",
"@agoric/swingset-liveslots": "^0.10.3-u11wf.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u11wf.0",
"@agoric/time": "^0.3.3-u11wf.0",
"@agoric/vat-data": "^0.5.3-u11wf.0",
"@agoric/xsnap": "^0.14.3-u11wf.0",
"@agoric/xsnap-lockdown": "^0.14.1-u11wf.0",
"@endo/base64": "0.2.31",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/captp": "3.1.1",
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-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/access-token@0.4.21...@agoric/access-token@0.4.22-u11wf.0) (2023-09-23)

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





### [0.4.21](https://github.com/Agoric/agoric-sdk/compare/@agoric/access-token@0.4.20...@agoric/access-token@0.4.21) (2023-05-19)


Expand Down
4 changes: 2 additions & 2 deletions 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.21",
"version": "0.4.22-u11wf.0",
"description": "Persistent credentials for Agoric users, backed by a simple JSON file",
"type": "module",
"main": "src/access-token.js",
Expand All @@ -16,7 +16,7 @@
"lint:eslint": "eslint ."
},
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"n-readlines": "^1.0.0",
"tmp": "^0.2.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/agoric-cli/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.21.2-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.2-u11.0...agoric@0.21.2-u11wf.0) (2023-09-23)


### Bug Fixes

* **agoric:** relax override mistake using `@endo/init/legacy.js` ([f46e279](https://github.com/Agoric/agoric-sdk/commit/f46e27978bf46180f8bda784829dc62b43301140))



### [0.21.2-u11.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.1...agoric@0.21.2-u11.0) (2023-08-24)


Expand Down
30 changes: 15 additions & 15 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.21.2-u11.0",
"version": "0.21.2-u11wf.0",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand All @@ -24,26 +24,26 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u11.0",
"@agoric/deploy-script-support": "^0.10.4-u11wf.0",
"ava": "^5.2.0",
"c8": "^7.13.0",
"dd-trace": "^3.3.0"
},
"dependencies": {
"@agoric/access-token": "^0.4.21",
"@agoric/assert": "^0.6.0",
"@agoric/cache": "^0.3.3-u11.0",
"@agoric/casting": "^0.4.3-u11.0",
"@agoric/access-token": "^0.4.22-u11wf.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cache": "^0.3.3-u11wf.0",
"@agoric/casting": "^0.4.3-u11wf.0",
"@agoric/cosmic-proto": "^0.3.0",
"@agoric/ertp": "^0.16.3-u11.0",
"@agoric/inter-protocol": "^0.16.2-u11.0",
"@agoric/internal": "^0.3.3-u11.0",
"@agoric/smart-wallet": "^0.5.4-u11.0",
"@agoric/store": "^0.9.3-u11.0",
"@agoric/swingset-vat": "^0.32.3-u11.0",
"@agoric/vats": "^0.15.2-u11.0",
"@agoric/zoe": "^0.26.3-u11.0",
"@agoric/zone": "^0.2.3-u11.0",
"@agoric/ertp": "^0.16.3-u11wf.0",
"@agoric/inter-protocol": "^0.16.2-u11wf.0",
"@agoric/internal": "^0.3.3-u11wf.0",
"@agoric/smart-wallet": "^0.5.4-u11wf.0",
"@agoric/store": "^0.9.3-u11wf.0",
"@agoric/swingset-vat": "^0.32.3-u11wf.0",
"@agoric/vats": "^0.15.2-u11wf.0",
"@agoric/zoe": "^0.26.3-u11wf.0",
"@agoric/zone": "^0.2.3-u11wf.0",
"@confio/relayer": "^0.9.0",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
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.6.1-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.6.0...@agoric/assert@0.6.1-u11wf.0) (2023-09-23)

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





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


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.6.0",
"version": "0.6.1-u11wf.0",
"description": "Assert expression support that protects sensitive data",
"type": "module",
"main": "src/assert.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/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.3.3-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.3-u11.0...@agoric/cache@0.3.3-u11wf.0) (2023-09-23)

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





### [0.3.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.2...@agoric/cache@0.3.3-u11.0) (2023-08-24)

**Note:** Version bump only for package @agoric/cache
Expand Down
12 changes: 6 additions & 6 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cache",
"version": "0.3.3-u11.0",
"version": "0.3.3-u11wf.0",
"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.3-u11.0",
"@agoric/notifier": "^0.6.3-u11.0",
"@agoric/store": "^0.9.3-u11.0",
"@agoric/vat-data": "^0.5.3-u11.0",
"@agoric/internal": "^0.3.3-u11wf.0",
"@agoric/notifier": "^0.6.3-u11wf.0",
"@agoric/store": "^0.9.3-u11wf.0",
"@agoric/vat-data": "^0.5.3-u11wf.0",
"@endo/far": "0.2.18",
"@endo/marshal": "0.8.5"
},
"devDependencies": {
"@agoric/zoe": "^0.26.3-u11.0",
"@agoric/zoe": "^0.26.3-u11wf.0",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/casting/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.3-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.3-u11.0...@agoric/casting@0.4.3-u11wf.0) (2023-09-23)

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





### [0.4.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.2...@agoric/casting@0.4.3-u11.0) (2023-08-24)

**Note:** Version bump only for package @agoric/casting
Expand Down
10 changes: 5 additions & 5 deletions packages/casting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/casting",
"version": "0.4.3-u11.0",
"version": "0.4.3-u11wf.0",
"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.3-u11.0",
"@agoric/notifier": "^0.6.3-u11.0",
"@agoric/spawner": "^0.6.9-u11.0",
"@agoric/store": "^0.9.3-u11.0",
"@agoric/internal": "^0.3.3-u11wf.0",
"@agoric/notifier": "^0.6.3-u11wf.0",
"@agoric/spawner": "^0.6.9-u11wf.0",
"@agoric/store": "^0.9.3-u11wf.0",
"@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
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-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u11.0...@agoric/cosmic-swingset@0.42.0-u11wf.0) (2023-09-23)

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





## [0.42.0-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.3...@agoric/cosmic-swingset@0.42.0-u11.0) (2023-08-24)


Expand Down
20 changes: 10 additions & 10 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-u11.0",
"version": "0.42.0-u11wf.0",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -22,23 +22,23 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/cosmos": "^0.35.0-u11.0",
"@agoric/deploy-script-support": "^0.10.4-u11.0",
"@agoric/internal": "^0.3.3-u11.0",
"@agoric/store": "^0.9.3-u11.0",
"@agoric/swing-store": "^0.9.2-u11.0",
"@agoric/swingset-vat": "^0.32.3-u11.0",
"@agoric/telemetry": "^0.6.3-u11.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cosmos": "^0.35.0-u11wf.0",
"@agoric/deploy-script-support": "^0.10.4-u11wf.0",
"@agoric/internal": "^0.3.3-u11wf.0",
"@agoric/store": "^0.9.3-u11wf.0",
"@agoric/swing-store": "^0.9.2-u11wf.0",
"@agoric/swingset-vat": "^0.32.3-u11wf.0",
"@agoric/telemetry": "^0.6.3-u11wf.0",
"@endo/far": "0.2.18",
"@endo/import-bundle": "0.3.4",
"@endo/init": "0.5.56",
"@endo/marshal": "0.8.5",
"@endo/nat": "4.1.27",
"@endo/promise-kit": "0.2.56",
"@iarna/toml": "^2.2.3",
"@opentelemetry/sdk-metrics": "~1.9.0",
"@opentelemetry/api": "~1.3.0",
"@opentelemetry/sdk-metrics": "~1.9.0",
"anylogger": "^0.21.0",
"deterministic-json": "^1.0.5",
"import-meta-resolve": "^2.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/deploy-script-support/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.10.4-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.4-u11.0...@agoric/deploy-script-support@0.10.4-u11wf.0) (2023-09-23)


### Bug Fixes

* **deploy-scripts-support:** correct bare module resolution ([f1e7109](https://github.com/Agoric/agoric-sdk/commit/f1e710937cd25fc261ca34c670c206fbaed583d3))



### [0.10.4-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.3...@agoric/deploy-script-support@0.10.4-u11.0) (2023-08-24)

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

0 comments on commit 2d6b13f

Please sign in to comment.