Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Jul 10, 2024
1 parent 12b78e3 commit c772ff4
Show file tree
Hide file tree
Showing 34 changed files with 195 additions and 58 deletions.
9 changes: 9 additions & 0 deletions golang/cosmos/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.35.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)


### Bug Fixes

* **cosmos:** don't rerun store migrations on upgrade ([#9683](https://github.com/Agoric/agoric-sdk/issues/9683)) ([12b78e3](https://github.com/Agoric/agoric-sdk/commit/12b78e307e22d0dc0c95f40099300e16655781c4)), closes [#9682](https://github.com/Agoric/agoric-sdk/issues/9682)



## [0.35.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/cosmos
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-u16.1",
"version": "0.35.0-u16.2",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
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-u16.2](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u16.2) (2024-07-10)

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





## [0.22.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u16.1) (2024-07-10)

**Note:** Version bump only for package agoric
Expand Down
16 changes: 8 additions & 8 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-u16.1",
"version": "0.22.0-u16.2",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/cosmic-swingset": "^0.42.0-u16.1",
"@agoric/deploy-script-support": "^0.10.4-u16.1",
"@agoric/cosmic-swingset": "^0.42.0-u16.2",
"@agoric/deploy-script-support": "^0.10.4-u16.2",
"ava": "^5.3.0",
"c8": "^9.1.0",
"dd-trace": "^4.11.1"
Expand All @@ -39,17 +39,17 @@
"@agoric/access-token": "^0.4.22-u16.0",
"@agoric/assert": "^0.6.1-u16.0",
"@agoric/cache": "^0.3.3-u16.1",
"@agoric/casting": "^0.4.3-u16.1",
"@agoric/cosmic-proto": "^0.4.1-u16.1",
"@agoric/casting": "^0.4.3-u16.2",
"@agoric/cosmic-proto": "^0.4.1-u16.2",
"@agoric/ertp": "^0.16.3-u16.1",
"@agoric/governance": "^0.10.4-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.2",
"@agoric/internal": "^0.4.0-u16.1",
"@agoric/network": "^0.2.0-u16.1",
"@agoric/smart-wallet": "^0.5.4-u16.1",
"@agoric/smart-wallet": "^0.5.4-u16.2",
"@agoric/store": "^0.9.3-u16.0",
"@agoric/swingset-vat": "^0.33.0-u16.1",
"@agoric/vats": "^0.16.0-u16.1",
"@agoric/vats": "^0.16.0-u16.2",
"@agoric/zoe": "^0.26.3-u16.1",
"@agoric/zone": "^0.3.0-u16.1",
"@confio/relayer": "^0.11.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-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





### [0.1.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/benchmark
Expand Down
10 changes: 5 additions & 5 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-u16.1",
"version": "0.1.1-u16.2",
"private": true,
"description": "Benchmark support",
"type": "module",
Expand All @@ -23,11 +23,11 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.1-u16.0",
"@agoric/boot": "^0.2.0-u16.1",
"@agoric/cosmic-swingset": "^0.42.0-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.1",
"@agoric/boot": "^0.2.0-u16.2",
"@agoric/cosmic-swingset": "^0.42.0-u16.2",
"@agoric/inter-protocol": "^0.17.0-u16.2",
"@agoric/internal": "^0.4.0-u16.1",
"@agoric/vats": "^0.16.0-u16.1",
"@agoric/vats": "^0.16.0-u16.2",
"@agoric/zoe": "^0.26.3-u16.1",
"@endo/init": "^1.1.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/boot/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.2.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





## [0.2.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)


Expand Down
14 changes: 7 additions & 7 deletions packages/boot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/boot",
"version": "0.2.0-u16.1",
"version": "0.2.0-u16.2",
"private": true,
"description": "Config and utilities to bootstrap an Agoric chain",
"type": "module",
Expand All @@ -19,11 +19,11 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.1-u16.0",
"@agoric/builders": "^0.2.0-u16.1",
"@agoric/cosmic-proto": "^0.4.1-u16.1",
"@agoric/cosmic-swingset": "^0.42.0-u16.1",
"@agoric/builders": "^0.2.0-u16.2",
"@agoric/cosmic-proto": "^0.4.1-u16.2",
"@agoric/cosmic-swingset": "^0.42.0-u16.2",
"@agoric/ertp": "^0.16.3-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.2",
"@agoric/internal": "^0.4.0-u16.1",
"@agoric/kmarshal": "^0.1.1-u16.0",
"@agoric/notifier": "^0.7.0-u16.1",
Expand All @@ -32,7 +32,7 @@
"@agoric/telemetry": "^0.6.3-u16.1",
"@agoric/time": "^0.3.3-u16.0",
"@agoric/vat-data": "^0.5.3-u16.1",
"@agoric/vats": "^0.16.0-u16.1",
"@agoric/vats": "^0.16.0-u16.2",
"@agoric/vm-config": "^0.1.1-u16.1",
"@agoric/vow": "^0.2.0-u16.1",
"@agoric/zoe": "^0.26.3-u16.1",
Expand All @@ -48,7 +48,7 @@
"import-meta-resolve": "^2.2.1"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u16.1",
"@agoric/deploy-script-support": "^0.10.4-u16.2",
"@agoric/governance": "^0.10.4-u16.1",
"@agoric/store": "^0.9.3-u16.0",
"@agoric/swingset-liveslots": "^0.10.3-u16.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/builders/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.2.0-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





## [0.2.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/builders
Expand Down
10 changes: 5 additions & 5 deletions packages/builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/builders",
"version": "0.2.0-u16.1",
"version": "0.2.0-u16.2",
"description": "Build scripts for proposals to an Agoric chain",
"type": "module",
"main": "./index.js",
Expand All @@ -26,9 +26,9 @@
"@agoric/ertp": "^0.16.3-u16.1",
"@agoric/internal": "^0.4.0-u16.1",
"@agoric/notifier": "^0.7.0-u16.1",
"@agoric/smart-wallet": "^0.5.4-u16.1",
"@agoric/smart-wallet": "^0.5.4-u16.2",
"@agoric/vat-data": "^0.5.3-u16.1",
"@agoric/vats": "^0.16.0-u16.1",
"@agoric/vats": "^0.16.0-u16.2",
"@agoric/zoe": "^0.26.3-u16.1",
"@endo/bundle-source": "^3.2.3",
"@endo/captp": "^4.2.0",
Expand All @@ -42,9 +42,9 @@
},
"devDependencies": {
"@agoric/assert": "^0.6.1-u16.0",
"@agoric/deploy-script-support": "^0.10.4-u16.1",
"@agoric/deploy-script-support": "^0.10.4-u16.2",
"@agoric/governance": "^0.10.4-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.1",
"@agoric/inter-protocol": "^0.17.0-u16.2",
"@agoric/store": "^0.9.3-u16.0",
"@agoric/swing-store": "^0.9.2-u16.1",
"@agoric/swingset-liveslots": "^0.10.3-u16.1",
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-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





### [0.4.3-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**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.4.3-u16.1",
"version": "0.4.3-u16.2",
"description": "Agoric's OCap broadcasting system",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@agoric/cosmic-proto": "^0.4.1-u16.1",
"@agoric/cosmic-proto": "^0.4.1-u16.2",
"@endo/ses-ava": "^1.2.2",
"@types/node-fetch": "^2.6.2",
"ava": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cosmic-proto/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.1-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





### [0.4.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/cosmic-proto
Expand Down
4 changes: 2 additions & 2 deletions packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmic-proto",
"version": "0.4.1-u16.1",
"version": "0.4.1-u16.2",
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
"keywords": [],
"author": "Agoric",
Expand Down Expand Up @@ -130,7 +130,7 @@
"access": "public"
},
"devDependencies": {
"@agoric/cosmos": "^0.35.0-u16.1",
"@agoric/cosmos": "^0.35.0-u16.2",
"@ava/typescript": "^4.1.0",
"@cosmology/telescope": "^1.7.1",
"ava": "^5.3.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-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





## [0.42.0-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)


Expand Down
8 changes: 4 additions & 4 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-u16.1",
"version": "0.42.0-u16.2",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -23,9 +23,9 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.1-u16.0",
"@agoric/builders": "^0.2.0-u16.1",
"@agoric/cosmos": "^0.35.0-u16.1",
"@agoric/deploy-script-support": "^0.10.4-u16.1",
"@agoric/builders": "^0.2.0-u16.2",
"@agoric/cosmos": "^0.35.0-u16.2",
"@agoric/deploy-script-support": "^0.10.4-u16.2",
"@agoric/internal": "^0.4.0-u16.1",
"@agoric/store": "^0.9.3-u16.0",
"@agoric/swing-store": "^0.9.2-u16.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-dapp/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-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/create-dapp





### [0.1.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/create-dapp
Expand Down
4 changes: 2 additions & 2 deletions packages/create-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/create-dapp",
"version": "0.1.1-u16.1",
"version": "0.1.1-u16.2",
"description": "Create an Agoric Javascript smart contract application",
"type": "module",
"bin": {
Expand All @@ -24,7 +24,7 @@
"c8": "^9.1.0"
},
"dependencies": {
"agoric": "^0.22.0-u16.1"
"agoric": "^0.22.0-u16.2"
},
"keywords": [],
"repository": {
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.10.4-u16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

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





### [0.10.4-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-07-10)

**Note:** Version bump only for package @agoric/deploy-script-support
Expand Down
4 changes: 2 additions & 2 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.10.4-u16.1",
"version": "0.10.4-u16.2",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@endo/zip": "^1.0.5"
},
"devDependencies": {
"@agoric/vats": "^0.16.0-u16.1",
"@agoric/vats": "^0.16.0-u16.2",
"@endo/init": "^1.1.2",
"ava": "^5.3.0",
"import-meta-resolve": "^2.2.1"
Expand Down
Loading

0 comments on commit c772ff4

Please sign in to comment.