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 upgrade-18-rc1 #10527

Merged
merged 1 commit into from
Nov 19, 2024
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 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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





## [0.35.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31)


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-u18.0",
"version": "0.35.0-u18.1",
"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-u18.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u18.1) (2024-11-19)

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





## [0.22.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u18.0) (2024-10-31)


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

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





### 0.1.1-u18.0 (2024-10-31)


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-u18.0",
"version": "0.1.1-u18.1",
"private": true,
"description": "Benchmark support",
"type": "module",
Expand All @@ -22,11 +22,11 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/boot": "^0.2.0-u18.0",
"@agoric/cosmic-swingset": "^0.42.0-u18.0",
"@agoric/inter-protocol": "^0.17.0-u18.0",
"@agoric/boot": "^0.2.0-u18.1",
"@agoric/cosmic-swingset": "^0.42.0-u18.1",
"@agoric/inter-protocol": "^0.17.0-u18.1",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/vats": "^0.16.0-u18.0",
"@agoric/vats": "^0.16.0-u18.1",
"@agoric/zoe": "^0.26.3-u18.0",
"@endo/errors": "^1.2.7",
"@endo/init": "^1.1.6"
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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





## 0.2.0-u18.0 (2024-10-31)


Expand Down
18 changes: 9 additions & 9 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-u18.0",
"version": "0.2.0-u18.1",
"private": true,
"description": "Config and utilities to bootstrap an Agoric chain",
"type": "module",
Expand All @@ -19,21 +19,21 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/builders": "^0.2.0-u18.0",
"@agoric/cosmic-proto": "^0.5.0-u18.0",
"@agoric/cosmic-swingset": "^0.42.0-u18.0",
"@agoric/builders": "^0.2.0-u18.1",
"@agoric/cosmic-proto": "^0.5.0-u18.1",
"@agoric/cosmic-swingset": "^0.42.0-u18.1",
"@agoric/ertp": "^0.16.3-u18.0",
"@agoric/inter-protocol": "^0.17.0-u18.0",
"@agoric/inter-protocol": "^0.17.0-u18.1",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/kmarshal": "^0.1.1-u18.0",
"@agoric/notifier": "^0.7.0-u18.0",
"@agoric/orchestration": "^0.2.0-u18.0",
"@agoric/orchestration": "^0.2.0-u18.1",
"@agoric/swing-store": "^0.10.0-u18.0",
"@agoric/swingset-vat": "^0.33.0-u18.0",
"@agoric/telemetry": "^0.6.3-u18.0",
"@agoric/telemetry": "^0.6.3-u18.1",
"@agoric/time": "^0.3.3-u18.0",
"@agoric/vat-data": "^0.5.3-u18.0",
"@agoric/vats": "^0.16.0-u18.0",
"@agoric/vats": "^0.16.0-u18.1",
"@agoric/vm-config": "^0.1.1-u18.0",
"@agoric/vow": "^0.2.0-u18.0",
"@agoric/zoe": "^0.26.3-u18.0",
Expand All @@ -50,7 +50,7 @@
"import-meta-resolve": "^2.2.1"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u18.0",
"@agoric/deploy-script-support": "^0.10.4-u18.1",
"@agoric/governance": "^0.10.4-u18.0",
"@agoric/store": "^0.9.3-u18.0",
"@agoric/swingset-liveslots": "^0.10.3-u18.0",
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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





## 0.2.0-u18.0 (2024-10-31)


Expand Down
12 changes: 6 additions & 6 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-u18.0",
"version": "0.2.0-u18.1",
"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-u18.0",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/notifier": "^0.7.0-u18.0",
"@agoric/smart-wallet": "^0.5.4-u18.0",
"@agoric/smart-wallet": "^0.5.4-u18.1",
"@agoric/vat-data": "^0.5.3-u18.0",
"@agoric/vats": "^0.16.0-u18.0",
"@agoric/vats": "^0.16.0-u18.1",
"@agoric/zoe": "^0.26.3-u18.0",
"@endo/bundle-source": "^3.4.2",
"@endo/captp": "^4.4.2",
Expand All @@ -41,10 +41,10 @@
"import-meta-resolve": "^2.2.1"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u18.0",
"@agoric/deploy-script-support": "^0.10.4-u18.1",
"@agoric/governance": "^0.10.4-u18.0",
"@agoric/inter-protocol": "^0.17.0-u18.0",
"@agoric/orchestration": "^0.2.0-u18.0",
"@agoric/inter-protocol": "^0.17.0-u18.1",
"@agoric/orchestration": "^0.2.0-u18.1",
"@agoric/store": "^0.9.3-u18.0",
"@agoric/swing-store": "^0.10.0-u18.0",
"@agoric/swingset-liveslots": "^0.10.3-u18.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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





### [0.4.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31)


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-u18.0",
"version": "0.4.3-u18.1",
"description": "Agoric's OCap broadcasting system",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@endo/promise-kit": "^1.1.7"
},
"devDependencies": {
"@agoric/cosmic-proto": "^0.5.0-u18.0",
"@agoric/cosmic-proto": "^0.5.0-u18.1",
"@endo/ses-ava": "^1.2.7",
"ava": "^5.3.0",
"c8": "^9.1.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.5.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





## [0.5.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31)


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.5.0-u18.0",
"version": "0.5.0-u18.1",
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
"keywords": [],
"author": "Agoric",
Expand Down Expand Up @@ -142,7 +142,7 @@
"access": "public"
},
"devDependencies": {
"@agoric/cosmos": "^0.35.0-u18.0",
"@agoric/cosmos": "^0.35.0-u18.1",
"@ava/typescript": "^4.1.0",
"@cosmology/telescope": "https://gitpkg.vercel.app/agoric-labs/telescope/packages/telescope?8d2c2f6ba637a5578eead09a7368dc41c262a9d0",
"@endo/bundle-source": "^3.4.2",
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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





## [0.42.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31)


Expand Down
10 changes: 5 additions & 5 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-u18.0",
"version": "0.42.0-u18.1",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -22,14 +22,14 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/builders": "^0.2.0-u18.0",
"@agoric/cosmos": "^0.35.0-u18.0",
"@agoric/deploy-script-support": "^0.10.4-u18.0",
"@agoric/builders": "^0.2.0-u18.1",
"@agoric/cosmos": "^0.35.0-u18.1",
"@agoric/deploy-script-support": "^0.10.4-u18.1",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/store": "^0.9.3-u18.0",
"@agoric/swing-store": "^0.10.0-u18.0",
"@agoric/swingset-vat": "^0.33.0-u18.0",
"@agoric/telemetry": "^0.6.3-u18.0",
"@agoric/telemetry": "^0.6.3-u18.1",
"@agoric/vm-config": "^0.1.1-u18.0",
"@endo/bundle-source": "^3.4.2",
"@endo/env-options": "^1.1.7",
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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





### 0.1.1-u18.0 (2024-10-31)


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-u18.0",
"version": "0.1.1-u18.1",
"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-u18.0"
"agoric": "^0.22.0-u18.1"
},
"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-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-11-19)

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





### [0.10.4-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31)


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-u18.0",
"version": "0.10.4-u18.1",
"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.8"
},
"devDependencies": {
"@agoric/vats": "^0.16.0-u18.0",
"@agoric/vats": "^0.16.0-u18.1",
"@endo/init": "^1.1.6",
"ava": "^5.3.0",
"import-meta-resolve": "^2.2.1"
Expand Down
Loading
Loading