Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish pismoB #6674

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.3...@agoric/ertp@0.15.4) (2022-12-14)

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





### [0.15.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.2...@agoric/ertp@0.15.3) (2022-10-18)

**Note:** Version bump only for package @agoric/ertp
Expand Down
8 changes: 4 additions & 4 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.15.3",
"version": "0.15.4",
"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,9 +40,9 @@
"@agoric/assert": "^0.5.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.3",
"@agoric/swingset-vat": "^0.30.2",
"@agoric/vat-data": "^0.4.3",
"@agoric/store": "^0.8.4",
"@agoric/swingset-vat": "^0.30.3",
"@agoric/vat-data": "^0.4.4",
"@endo/eventual-send": "^0.16.5",
"@endo/far": "^0.2.11",
"@endo/marshal": "^0.7.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/SwingSet/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.30.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.30.2...@agoric/swingset-vat@0.30.3) (2022-12-14)


### Bug Fixes

* **swingset:** workaround XS garbage collection bugs ([#6664](https://github.com/Agoric/agoric-sdk/issues/6664)) ([12e97f1](https://github.com/Agoric/agoric-sdk/commit/12e97f1e7d384c11c76b61de67ee0de30de00fe6))



### [0.30.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.30.1...@agoric/swingset-vat@0.30.2) (2022-10-18)


Expand Down
6 changes: 3 additions & 3 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.30.2",
"version": "0.30.3",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@agoric/internal": "^0.2.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.3",
"@agoric/store": "^0.8.4",
"@agoric/swing-store": "^0.8.1",
"@agoric/vat-data": "^0.4.3",
"@agoric/vat-data": "^0.4.4",
"@agoric/xsnap": "^0.13.2",
"@endo/base64": "^0.2.27",
"@endo/bundle-source": "^2.3.1",
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.18.3](https://github.com/Agoric/agoric-sdk/compare/agoric@0.18.2...agoric@0.18.3) (2022-12-14)

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





### [0.18.2](https://github.com/Agoric/agoric-sdk/compare/agoric@0.18.1...agoric@0.18.2) (2022-10-18)

**Note:** Version bump only for package agoric
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.18.2",
"version": "0.18.3",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@agoric/access-token": "^0.4.20",
"@agoric/assert": "^0.5.1",
"@agoric/cache": "^0.2.3",
"@agoric/casting": "^0.3.2",
"@agoric/casting": "^0.3.3",
"@agoric/cosmic-proto": "^0.2.1",
"@agoric/ertp": "^0.15.3",
"@agoric/ertp": "^0.15.4",
"@agoric/nat": "^4.1.0",
"@agoric/smart-wallet": "^0.4.2",
"@agoric/swingset-vat": "^0.30.2",
"@agoric/zoe": "^0.25.3",
"@agoric/smart-wallet": "^0.4.3",
"@agoric/swingset-vat": "^0.30.3",
"@agoric/zoe": "^0.25.4",
"@cosmjs/crypto": "0.29.0",
"@cosmjs/encoding": "0.29.0",
"@cosmjs/math": "0.29.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.3.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.3.3) (2022-12-14)

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





### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.1...@agoric/casting@0.3.2) (2022-10-18)

**Note:** Version bump only for package @agoric/casting
Expand Down
4 changes: 2 additions & 2 deletions packages/casting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/casting",
"version": "0.3.2",
"version": "0.3.3",
"description": "Agoric's OCap broadcasting system",
"type": "module",
"main": "src/main.js",
Expand All @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/notifier": "^0.5.1",
"@agoric/spawner": "^0.6.3",
"@agoric/spawner": "^0.6.4",
"@cosmjs/encoding": "0.29.0",
"@cosmjs/proto-signing": "0.29.0",
"@cosmjs/stargate": "0.29.0",
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.39.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.39.2...@agoric/cosmic-swingset@0.39.3) (2022-12-14)

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





### [0.39.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.39.1...@agoric/cosmic-swingset@0.39.2) (2022-10-18)

**Note:** Version bump only for package @agoric/cosmic-swingset
Expand Down
12 changes: 6 additions & 6 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.39.2",
"version": "0.39.3",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -24,23 +24,23 @@
"dependencies": {
"@agoric/assert": "^0.5.1",
"@agoric/cosmos": "^0.32.2",
"@agoric/deploy-script-support": "^0.9.4",
"@agoric/deploy-script-support": "^0.9.5",
"@agoric/internal": "^0.2.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.3",
"@agoric/store": "^0.8.4",
"@agoric/swing-store": "^0.8.1",
"@agoric/swingset-vat": "^0.30.2",
"@agoric/swingset-vat": "^0.30.3",
"@agoric/telemetry": "^0.4.0",
"@agoric/vats": "^0.13.0",
"@agoric/vats": "^0.13.1",
"@agoric/xsnap": "^0.13.2",
"@endo/far": "^0.2.11",
"@endo/import-bundle": "^0.2.53",
"@endo/init": "^0.5.49",
"@endo/marshal": "^0.7.5",
"@iarna/toml": "^2.2.3",
"@opentelemetry/sdk-metrics-base": "^0.27.0",
"agoric": "^0.18.2",
"agoric": "^0.18.3",
"anylogger": "^0.21.0",
"deterministic-json": "^1.0.5",
"import-meta-resolve": "^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/deploy-script-support/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.9.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.9.4...@agoric/deploy-script-support@0.9.5) (2022-12-14)

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





### [0.9.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.9.3...@agoric/deploy-script-support@0.9.4) (2022-10-18)

**Note:** Version bump only for package @agoric/deploy-script-support
Expand Down
14 changes: 7 additions & 7 deletions packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/deploy-script-support",
"version": "0.9.4",
"version": "0.9.5",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -35,13 +35,13 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.5.1",
"@agoric/ertp": "^0.15.3",
"@agoric/import-manager": "^0.3.6",
"@agoric/ertp": "^0.15.4",
"@agoric/import-manager": "^0.3.7",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.3",
"@agoric/vats": "^0.13.0",
"@agoric/zoe": "^0.25.3",
"@agoric/store": "^0.8.4",
"@agoric/vats": "^0.13.1",
"@agoric/zoe": "^0.25.4",
"@endo/base64": "^0.2.27",
"@endo/bundle-source": "^2.3.1",
"@endo/far": "^0.2.11",
Expand All @@ -50,7 +50,7 @@
"@endo/zip": "^0.2.27"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.30.2",
"@agoric/swingset-vat": "^0.30.3",
"ava": "^4.3.1",
"import-meta-resolve": "^1.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/governance/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.9.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.9.1...@agoric/governance@0.9.2) (2022-12-14)

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





### [0.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.9.0...@agoric/governance@0.9.1) (2022-10-18)

**Note:** Version bump only for package @agoric/governance
Expand Down
16 changes: 8 additions & 8 deletions packages/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/governance",
"version": "0.9.1",
"version": "0.9.2",
"description": "Core governance support",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -30,23 +30,23 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.5.1",
"@agoric/ertp": "^0.15.3",
"@agoric/ertp": "^0.15.4",
"@agoric/internal": "^0.2.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.3",
"@agoric/swingset-vat": "^0.30.2",
"@agoric/vat-data": "^0.4.3",
"@agoric/vats": "^0.13.0",
"@agoric/zoe": "^0.25.3",
"@agoric/store": "^0.8.4",
"@agoric/swingset-vat": "^0.30.3",
"@agoric/vat-data": "^0.4.4",
"@agoric/vats": "^0.13.1",
"@agoric/zoe": "^0.25.4",
"@endo/captp": "^2.0.15",
"@endo/eventual-send": "^0.16.5",
"@endo/far": "^0.2.11",
"@endo/marshal": "^0.7.5",
"@endo/promise-kit": "^0.2.49"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.9.4",
"@agoric/deploy-script-support": "^0.9.5",
"@endo/bundle-source": "^2.3.1",
"@endo/init": "^0.5.49",
"ava": "^4.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/import-manager/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.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.6...@agoric/import-manager@0.3.7) (2022-12-14)

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





### [0.3.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.5...@agoric/import-manager@0.3.6) (2022-10-18)

**Note:** Version bump only for package @agoric/import-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/import-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/import-manager",
"version": "0.3.6",
"version": "0.3.7",
"description": "Share code across vat boundaries",
"type": "module",
"main": "./src/importManager.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"devDependencies": {
"@agoric/swingset-vat": "^0.30.2",
"@agoric/swingset-vat": "^0.30.3",
"ava": "^4.3.1",
"c8": "^7.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/inter-protocol/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.13.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.13.1...@agoric/inter-protocol@0.13.2) (2022-12-14)

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





### [0.13.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.13.0...@agoric/inter-protocol@0.13.1) (2022-10-18)

**Note:** Version bump only for package @agoric/inter-protocol
Expand Down
18 changes: 9 additions & 9 deletions packages/inter-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/inter-protocol",
"version": "0.13.1",
"version": "0.13.2",
"description": "Core cryptoeconomy contracts",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -30,16 +30,16 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.5.1",
"@agoric/ertp": "^0.15.3",
"@agoric/governance": "^0.9.1",
"@agoric/ertp": "^0.15.4",
"@agoric/governance": "^0.9.2",
"@agoric/internal": "^0.2.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.3",
"@agoric/swingset-vat": "^0.30.2",
"@agoric/vat-data": "^0.4.3",
"@agoric/vats": "^0.13.0",
"@agoric/zoe": "^0.25.3",
"@agoric/store": "^0.8.4",
"@agoric/swingset-vat": "^0.30.3",
"@agoric/vat-data": "^0.4.4",
"@agoric/vats": "^0.13.1",
"@agoric/zoe": "^0.25.4",
"@endo/bundle-source": "^2.3.1",
"@endo/captp": "^2.0.15",
"@endo/eventual-send": "^0.16.5",
Expand All @@ -49,7 +49,7 @@
"@endo/promise-kit": "^0.2.49"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.9.4",
"@agoric/deploy-script-support": "^0.9.5",
"@endo/init": "^0.5.49",
"@fast-check/ava": "^1.0.1",
"ava": "^4.3.1",
Expand Down
Loading