From a7ca507feb62ca7b94e2b704860708d8e74fe427 Mon Sep 17 00:00:00 2001 From: pyramation Date: Wed, 20 Nov 2024 02:59:44 +0000 Subject: [PATCH] chore(release): publish - @chain-registry/v2@1.71.37 - @chain-registry/v2-client@1.54.37 - @chain-registry/v2-cosmostation@1.70.15 - @chain-registry/interfaces@0.52.15 - @chain-registry/v2-keplr@0.0.38 - @chain-registry/v2-types@0.53.15 - @chain-registry/v2-utils@1.52.37 - @chain-registry/cli@1.53.15 - @chain-registry/generate-types@0.52.15 - @chain-registry/workflows@1.53.15 --- v2/packages/chain-registry/CHANGELOG.md | 8 ++++++++ v2/packages/chain-registry/package.json | 4 ++-- v2/packages/client/CHANGELOG.md | 8 ++++++++ v2/packages/client/package.json | 6 +++--- v2/packages/cosmostation/CHANGELOG.md | 8 ++++++++ v2/packages/cosmostation/package.json | 2 +- v2/packages/interfaces/CHANGELOG.md | 8 ++++++++ v2/packages/interfaces/package.json | 2 +- v2/packages/keplr/CHANGELOG.md | 8 ++++++++ v2/packages/keplr/package.json | 6 +++--- v2/packages/types/CHANGELOG.md | 8 ++++++++ v2/packages/types/package.json | 2 +- v2/packages/utils/CHANGELOG.md | 8 ++++++++ v2/packages/utils/package.json | 6 +++--- v2/workflows/cli/CHANGELOG.md | 8 ++++++++ v2/workflows/cli/package.json | 6 +++--- v2/workflows/generate-types/CHANGELOG.md | 8 ++++++++ v2/workflows/generate-types/package.json | 4 ++-- v2/workflows/workflows/CHANGELOG.md | 8 ++++++++ v2/workflows/workflows/package.json | 4 ++-- 20 files changed, 101 insertions(+), 21 deletions(-) diff --git a/v2/packages/chain-registry/CHANGELOG.md b/v2/packages/chain-registry/CHANGELOG.md index 6b3e1a62e..b80568faa 100644 --- a/v2/packages/chain-registry/CHANGELOG.md +++ b/v2/packages/chain-registry/CHANGELOG.md @@ -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. +## 1.71.37 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/v2 + + + + + ## 1.71.36 (2024-11-19) **Note:** Version bump only for package @chain-registry/v2 diff --git a/v2/packages/chain-registry/package.json b/v2/packages/chain-registry/package.json index 4edd51d9d..274dd8a65 100644 --- a/v2/packages/chain-registry/package.json +++ b/v2/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2", - "version": "1.71.36", + "version": "1.71.37", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -33,7 +33,7 @@ "deepmerge": "^4.2.2" }, "dependencies": { - "@chain-registry/v2-types": "^0.53.14" + "@chain-registry/v2-types": "^0.53.15" }, "keywords": [ "chain-registry", diff --git a/v2/packages/client/CHANGELOG.md b/v2/packages/client/CHANGELOG.md index e98c93fc7..70848a709 100644 --- a/v2/packages/client/CHANGELOG.md +++ b/v2/packages/client/CHANGELOG.md @@ -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. +## 1.54.37 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/v2-client + + + + + ## 1.54.36 (2024-11-19) **Note:** Version bump only for package @chain-registry/v2-client diff --git a/v2/packages/client/package.json b/v2/packages/client/package.json index ce9846593..f4f39efbb 100644 --- a/v2/packages/client/package.json +++ b/v2/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-client", - "version": "1.54.36", + "version": "1.54.37", "description": "Chain Registry Client", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -35,8 +35,8 @@ "supertest": "6.3.3" }, "dependencies": { - "@chain-registry/v2-types": "^0.53.14", - "@chain-registry/v2-utils": "^1.52.36", + "@chain-registry/v2-types": "^0.53.15", + "@chain-registry/v2-utils": "^1.52.37", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/v2/packages/cosmostation/CHANGELOG.md b/v2/packages/cosmostation/CHANGELOG.md index 79b1624c6..75e9628a9 100644 --- a/v2/packages/cosmostation/CHANGELOG.md +++ b/v2/packages/cosmostation/CHANGELOG.md @@ -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. +## 1.70.15 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/v2-cosmostation + + + + + ## 1.70.14 (2024-11-19) **Note:** Version bump only for package @chain-registry/v2-cosmostation diff --git a/v2/packages/cosmostation/package.json b/v2/packages/cosmostation/package.json index efbb22338..9f9377a1f 100644 --- a/v2/packages/cosmostation/package.json +++ b/v2/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-cosmostation", - "version": "1.70.14", + "version": "1.70.15", "description": "Chain Registry to Cosmostation", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/packages/interfaces/CHANGELOG.md b/v2/packages/interfaces/CHANGELOG.md index bc99f4e09..4c9ef9b15 100644 --- a/v2/packages/interfaces/CHANGELOG.md +++ b/v2/packages/interfaces/CHANGELOG.md @@ -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.52.15 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/interfaces + + + + + ## 0.52.14 (2024-11-19) **Note:** Version bump only for package @chain-registry/interfaces diff --git a/v2/packages/interfaces/package.json b/v2/packages/interfaces/package.json index ba643abdf..52af4088b 100644 --- a/v2/packages/interfaces/package.json +++ b/v2/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/interfaces", - "version": "0.52.14", + "version": "0.52.15", "description": "Chain Registry interfaces", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/packages/keplr/CHANGELOG.md b/v2/packages/keplr/CHANGELOG.md index e63b68b87..7a2ec7aa9 100644 --- a/v2/packages/keplr/CHANGELOG.md +++ b/v2/packages/keplr/CHANGELOG.md @@ -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.0.38 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/v2-keplr + + + + + ## 0.0.37 (2024-11-19) **Note:** Version bump only for package @chain-registry/v2-keplr diff --git a/v2/packages/keplr/package.json b/v2/packages/keplr/package.json index f74e3342a..5f569cf44 100644 --- a/v2/packages/keplr/package.json +++ b/v2/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-keplr", - "version": "0.0.37", + "version": "0.0.38", "author": "Dan Lynch ", "description": "Chain Registry to Keplr", "main": "index.js", @@ -20,8 +20,8 @@ "url": "https://github.com/chain-registry/v2-keplr/issues" }, "dependencies": { - "@chain-registry/v2": "^1.71.36", - "@chain-registry/v2-types": "^0.53.14", + "@chain-registry/v2": "^1.71.37", + "@chain-registry/v2-types": "^0.53.15", "@keplr-wallet/cosmos": "0.12.28", "@keplr-wallet/crypto": "0.12.28", "@types/semver": "^7.5.8", diff --git a/v2/packages/types/CHANGELOG.md b/v2/packages/types/CHANGELOG.md index c645af97d..e86d38427 100644 --- a/v2/packages/types/CHANGELOG.md +++ b/v2/packages/types/CHANGELOG.md @@ -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.53.15 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/v2-types + + + + + ## 0.53.14 (2024-11-19) **Note:** Version bump only for package @chain-registry/v2-types diff --git a/v2/packages/types/package.json b/v2/packages/types/package.json index f06e02e34..aeafb515e 100644 --- a/v2/packages/types/package.json +++ b/v2/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-types", - "version": "0.53.14", + "version": "0.53.15", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/packages/utils/CHANGELOG.md b/v2/packages/utils/CHANGELOG.md index ff6fbf6a6..45b03275f 100644 --- a/v2/packages/utils/CHANGELOG.md +++ b/v2/packages/utils/CHANGELOG.md @@ -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. +## 1.52.37 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/v2-utils + + + + + ## 1.52.36 (2024-11-19) **Note:** Version bump only for package @chain-registry/v2-utils diff --git a/v2/packages/utils/package.json b/v2/packages/utils/package.json index 1321f8a59..b0c243e78 100644 --- a/v2/packages/utils/package.json +++ b/v2/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-utils", - "version": "1.52.36", + "version": "1.52.37", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -32,8 +32,8 @@ "@types/sha.js": "^2.4.0" }, "dependencies": { - "@chain-registry/v2": "^1.71.36", - "@chain-registry/v2-types": "^0.53.14", + "@chain-registry/v2": "^1.71.37", + "@chain-registry/v2-types": "^0.53.15", "bignumber.js": "9.1.2", "sha.js": "^2.4.11" }, diff --git a/v2/workflows/cli/CHANGELOG.md b/v2/workflows/cli/CHANGELOG.md index 8e094682a..467a3f342 100644 --- a/v2/workflows/cli/CHANGELOG.md +++ b/v2/workflows/cli/CHANGELOG.md @@ -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. +## 1.53.15 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/cli + + + + + ## 1.53.14 (2024-11-19) **Note:** Version bump only for package @chain-registry/cli diff --git a/v2/workflows/cli/package.json b/v2/workflows/cli/package.json index 26d2e891c..f47e96f25 100644 --- a/v2/workflows/cli/package.json +++ b/v2/workflows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cli", - "version": "1.53.14", + "version": "1.53.15", "description": "Chain Registry CLI", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -34,8 +34,8 @@ "test:watch": "jest --watch" }, "dependencies": { - "@chain-registry/interfaces": "^0.52.14", - "@chain-registry/workflows": "^1.53.14", + "@chain-registry/interfaces": "^0.52.15", + "@chain-registry/workflows": "^1.53.15", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "inquirerer": "1.9.0", diff --git a/v2/workflows/generate-types/CHANGELOG.md b/v2/workflows/generate-types/CHANGELOG.md index 6b728e213..9bc5c7b56 100644 --- a/v2/workflows/generate-types/CHANGELOG.md +++ b/v2/workflows/generate-types/CHANGELOG.md @@ -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.52.15 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/generate-types + + + + + ## 0.52.14 (2024-11-19) **Note:** Version bump only for package @chain-registry/generate-types diff --git a/v2/workflows/generate-types/package.json b/v2/workflows/generate-types/package.json index eb9ca6c12..0d630d4b5 100644 --- a/v2/workflows/generate-types/package.json +++ b/v2/workflows/generate-types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/generate-types", - "version": "0.52.14", + "version": "0.52.15", "description": "Chain Registry interfaces", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -22,7 +22,7 @@ "generate:legacy": "chain-registry codegen --outputDir ../../../v1/packages/types/src/ --no-camelCase --registryDir ../../../repos/chain-registry" }, "devDependencies": { - "@chain-registry/cli": "^1.53.14" + "@chain-registry/cli": "^1.53.15" }, "keywords": [ "chain-registry", diff --git a/v2/workflows/workflows/CHANGELOG.md b/v2/workflows/workflows/CHANGELOG.md index a1b8f1857..b9d121c69 100644 --- a/v2/workflows/workflows/CHANGELOG.md +++ b/v2/workflows/workflows/CHANGELOG.md @@ -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. +## 1.53.15 (2024-11-20) + +**Note:** Version bump only for package @chain-registry/workflows + + + + + ## 1.53.14 (2024-11-19) **Note:** Version bump only for package @chain-registry/workflows diff --git a/v2/workflows/workflows/package.json b/v2/workflows/workflows/package.json index 3d6dfb160..3f5d7592d 100644 --- a/v2/workflows/workflows/package.json +++ b/v2/workflows/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/workflows", - "version": "1.53.14", + "version": "1.53.15", "description": "Chain Registry Workflows", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -33,7 +33,7 @@ "@types/sha.js": "^2.4.0" }, "dependencies": { - "@chain-registry/interfaces": "^0.52.14", + "@chain-registry/interfaces": "^0.52.15", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "bignumber.js": "9.1.2",