From 7359a04e1e3e9e6090f2ebf2a57b272b1cce7176 Mon Sep 17 00:00:00 2001 From: pyramation Date: Tue, 17 Sep 2024 01:45:58 +0000 Subject: [PATCH] chore(release): publish - @chain-registry/assets@1.64.93 - @chain-registry/client@1.48.74 - @chain-registry/cosmostation@1.66.93 - @chain-registry/juno@1.64.93 - @chain-registry/osmosis@1.62.74 - @chain-registry/types@0.45.74 - @chain-registry/utils@1.46.74 - chain-registry@1.63.93 - @chain-registry/keplr@1.68.93 - @chain-registry/v2@1.65.74 - @chain-registry/v2-client@1.48.74 - @chain-registry/v2-cosmostation@1.66.93 - @chain-registry/interfaces@0.48.74 - @chain-registry/v2-types@0.49.74 - @chain-registry/v2-utils@1.46.74 - @chain-registry/cli@1.49.74 - @chain-registry/generate-types@0.48.74 - @chain-registry/workflows@1.49.74 --- legacy/assets/CHANGELOG.md | 8 ++++++++ legacy/assets/package.json | 8 ++++---- legacy/client/CHANGELOG.md | 8 ++++++++ legacy/client/package.json | 6 +++--- legacy/cosmostation/CHANGELOG.md | 8 ++++++++ legacy/cosmostation/package.json | 8 ++++---- legacy/juno/CHANGELOG.md | 8 ++++++++ legacy/juno/package.json | 6 +++--- legacy/osmosis/CHANGELOG.md | 8 ++++++++ legacy/osmosis/package.json | 4 ++-- legacy/types/CHANGELOG.md | 8 ++++++++ legacy/types/package.json | 2 +- legacy/utils/CHANGELOG.md | 8 ++++++++ legacy/utils/package.json | 4 ++-- packages/chain-registry/CHANGELOG.md | 8 ++++++++ packages/chain-registry/package.json | 6 +++--- packages/keplr/CHANGELOG.md | 8 ++++++++ packages/keplr/package.json | 6 +++--- v2/chain-registry/CHANGELOG.md | 8 ++++++++ v2/chain-registry/package.json | 6 +++--- v2/client/CHANGELOG.md | 8 ++++++++ v2/client/package.json | 6 +++--- v2/cosmostation/CHANGELOG.md | 8 ++++++++ v2/cosmostation/package.json | 8 ++++---- v2/interfaces/CHANGELOG.md | 8 ++++++++ v2/interfaces/package.json | 2 +- v2/types/CHANGELOG.md | 8 ++++++++ v2/types/package.json | 2 +- v2/utils/CHANGELOG.md | 8 ++++++++ v2/utils/package.json | 6 +++--- workflows/cli/CHANGELOG.md | 8 ++++++++ workflows/cli/package.json | 6 +++--- workflows/generate-types/CHANGELOG.md | 8 ++++++++ workflows/generate-types/package.json | 4 ++-- workflows/workflows/CHANGELOG.md | 8 ++++++++ workflows/workflows/package.json | 4 ++-- 36 files changed, 191 insertions(+), 47 deletions(-) diff --git a/legacy/assets/CHANGELOG.md b/legacy/assets/CHANGELOG.md index 77ad7da6..1c4836ff 100644 --- a/legacy/assets/CHANGELOG.md +++ b/legacy/assets/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.64.93 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/assets + + + + + ## [1.64.92](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.64.91...@chain-registry/assets@1.64.92) (2024-09-16) **Note:** Version bump only for package @chain-registry/assets diff --git a/legacy/assets/package.json b/legacy/assets/package.json index 075fdbd1..99a6bf9e 100644 --- a/legacy/assets/package.json +++ b/legacy/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "1.64.92", + "version": "1.64.93", "description": "Chain Registry Asset Lists", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -29,11 +29,11 @@ "test:watch": "jest --watch" }, "devDependencies": { - "@chain-registry/utils": "^1.46.73", - "chain-registry": "^1.63.92" + "@chain-registry/utils": "^1.46.74", + "chain-registry": "^1.63.93" }, "dependencies": { - "@chain-registry/types": "^0.45.73" + "@chain-registry/types": "^0.45.74" }, "keywords": [ "chain-registry", diff --git a/legacy/client/CHANGELOG.md b/legacy/client/CHANGELOG.md index 32462341..327b9883 100644 --- a/legacy/client/CHANGELOG.md +++ b/legacy/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.48.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/client + + + + + ## 1.48.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/client diff --git a/legacy/client/package.json b/legacy/client/package.json index fe796988..2299b960 100644 --- a/legacy/client/package.json +++ b/legacy/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/client", - "version": "1.48.73", + "version": "1.48.74", "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/types": "^0.45.73", - "@chain-registry/utils": "^1.46.73", + "@chain-registry/types": "^0.45.74", + "@chain-registry/utils": "^1.46.74", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/legacy/cosmostation/CHANGELOG.md b/legacy/cosmostation/CHANGELOG.md index 63430586..da6cb987 100644 --- a/legacy/cosmostation/CHANGELOG.md +++ b/legacy/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.66.93 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/cosmostation + + + + + ## [1.66.92](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.66.91...@chain-registry/cosmostation@1.66.92) (2024-09-16) **Note:** Version bump only for package @chain-registry/cosmostation diff --git a/legacy/cosmostation/package.json b/legacy/cosmostation/package.json index ce214963..f22e24e8 100644 --- a/legacy/cosmostation/package.json +++ b/legacy/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cosmostation", - "version": "1.66.92", + "version": "1.66.93", "description": "Chain Registry to Cosmostation", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -29,11 +29,11 @@ "test:watch": "jest --watch" }, "devDependencies": { - "chain-registry": "^1.63.92" + "chain-registry": "^1.63.93" }, "dependencies": { - "@chain-registry/types": "^0.45.73", - "@chain-registry/utils": "^1.46.73", + "@chain-registry/types": "^0.45.74", + "@chain-registry/utils": "^1.46.74", "@cosmostation/extension-client": "0.1.15" }, "keywords": [ diff --git a/legacy/juno/CHANGELOG.md b/legacy/juno/CHANGELOG.md index 56a35fbd..ac51ce09 100644 --- a/legacy/juno/CHANGELOG.md +++ b/legacy/juno/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.64.93 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/juno + + + + + ## [1.64.92](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.64.91...@chain-registry/juno@1.64.92) (2024-09-16) **Note:** Version bump only for package @chain-registry/juno diff --git a/legacy/juno/package.json b/legacy/juno/package.json index a3259eac..d3b986ec 100644 --- a/legacy/juno/package.json +++ b/legacy/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "1.64.92", + "version": "1.64.93", "description": "Chain Registry info for Juno", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -29,10 +29,10 @@ "test:watch": "jest --watch" }, "devDependencies": { - "chain-registry": "^1.63.92" + "chain-registry": "^1.63.93" }, "dependencies": { - "@chain-registry/types": "^0.45.73" + "@chain-registry/types": "^0.45.74" }, "keywords": [ "chain-registry", diff --git a/legacy/osmosis/CHANGELOG.md b/legacy/osmosis/CHANGELOG.md index d0b5f423..14b6e3c7 100644 --- a/legacy/osmosis/CHANGELOG.md +++ b/legacy/osmosis/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.62.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + ## 1.62.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/osmosis diff --git a/legacy/osmosis/package.json b/legacy/osmosis/package.json index 83e033a5..bffefc0e 100644 --- a/legacy/osmosis/package.json +++ b/legacy/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "1.62.73", + "version": "1.62.74", "description": "Chain Registry info for Osmosis", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -30,7 +30,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@chain-registry/types": "^0.45.73" + "@chain-registry/types": "^0.45.74" }, "keywords": [ "chain-registry", diff --git a/legacy/types/CHANGELOG.md b/legacy/types/CHANGELOG.md index 2c4a6685..649e734c 100644 --- a/legacy/types/CHANGELOG.md +++ b/legacy/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.45.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/types + + + + + ## 0.45.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/types diff --git a/legacy/types/package.json b/legacy/types/package.json index 574c48b9..3a7d044a 100644 --- a/legacy/types/package.json +++ b/legacy/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/types", - "version": "0.45.73", + "version": "0.45.74", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/legacy/utils/CHANGELOG.md b/legacy/utils/CHANGELOG.md index dbed0b17..269b8562 100644 --- a/legacy/utils/CHANGELOG.md +++ b/legacy/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.46.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/utils + + + + + ## 1.46.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/utils diff --git a/legacy/utils/package.json b/legacy/utils/package.json index 8bd70534..c0e976b9 100644 --- a/legacy/utils/package.json +++ b/legacy/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "1.46.73", + "version": "1.46.74", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -32,7 +32,7 @@ "@types/sha.js": "^2.4.0" }, "dependencies": { - "@chain-registry/types": "^0.45.73", + "@chain-registry/types": "^0.45.74", "bignumber.js": "9.1.2", "sha.js": "^2.4.11" }, diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index f3703cf7..f60c3bda 100644 --- a/packages/chain-registry/CHANGELOG.md +++ b/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.63.93 (2024-09-17) + +**Note:** Version bump only for package chain-registry + + + + + ## [1.63.92](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.63.91...chain-registry@1.63.92) (2024-09-16) **Note:** Version bump only for package chain-registry diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index 73862110..53f15710 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "1.63.92", + "version": "1.63.93", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -29,11 +29,11 @@ "test:watch": "jest --watch" }, "devDependencies": { - "@chain-registry/utils": "^1.46.73", + "@chain-registry/utils": "^1.46.74", "deepmerge": "^4.2.2" }, "dependencies": { - "@chain-registry/types": "^0.45.73" + "@chain-registry/types": "^0.45.74" }, "keywords": [ "chain-registry", diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index ed3131c0..70accaa0 100644 --- a/packages/keplr/CHANGELOG.md +++ b/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. +## 1.68.93 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + ## [1.68.92](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.68.91...@chain-registry/keplr@1.68.92) (2024-09-16) **Note:** Version bump only for package @chain-registry/keplr diff --git a/packages/keplr/package.json b/packages/keplr/package.json index 5503d664..1fecac82 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "1.68.92", + "version": "1.68.93", "description": "Chain Registry to Keplr", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -29,10 +29,10 @@ }, "devDependencies": { "@types/semver": "^7.5.8", - "chain-registry": "^1.63.92" + "chain-registry": "^1.63.93" }, "dependencies": { - "@chain-registry/types": "^0.45.73", + "@chain-registry/types": "^0.45.74", "@keplr-wallet/cosmos": "0.12.28", "@keplr-wallet/crypto": "0.12.28", "semver": "^7.5.0" diff --git a/v2/chain-registry/CHANGELOG.md b/v2/chain-registry/CHANGELOG.md index 5ffca8e3..09bd0c2e 100644 --- a/v2/chain-registry/CHANGELOG.md +++ b/v2/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.65.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/v2 + + + + + ## 1.65.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/v2 diff --git a/v2/chain-registry/package.json b/v2/chain-registry/package.json index 2319186e..2ddd079c 100644 --- a/v2/chain-registry/package.json +++ b/v2/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2", - "version": "1.65.73", + "version": "1.65.74", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -29,11 +29,11 @@ "test:watch": "jest --watch" }, "devDependencies": { - "@chain-registry/utils": "^1.46.73", + "@chain-registry/utils": "^1.46.74", "deepmerge": "^4.2.2" }, "dependencies": { - "@chain-registry/v2-types": "^0.49.73" + "@chain-registry/v2-types": "^0.49.74" }, "keywords": [ "chain-registry", diff --git a/v2/client/CHANGELOG.md b/v2/client/CHANGELOG.md index 83084d35..4496df4c 100644 --- a/v2/client/CHANGELOG.md +++ b/v2/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.48.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/v2-client + + + + + ## 1.48.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/v2-client diff --git a/v2/client/package.json b/v2/client/package.json index 392ad00e..8dd88acf 100644 --- a/v2/client/package.json +++ b/v2/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-client", - "version": "1.48.73", + "version": "1.48.74", "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.49.73", - "@chain-registry/v2-utils": "^1.46.73", + "@chain-registry/v2-types": "^0.49.74", + "@chain-registry/v2-utils": "^1.46.74", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/v2/cosmostation/CHANGELOG.md b/v2/cosmostation/CHANGELOG.md index 4fc8f024..61c22519 100644 --- a/v2/cosmostation/CHANGELOG.md +++ b/v2/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.66.93 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/v2-cosmostation + + + + + ## [1.66.92](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/v2-cosmostation@1.66.91...@chain-registry/v2-cosmostation@1.66.92) (2024-09-16) **Note:** Version bump only for package @chain-registry/v2-cosmostation diff --git a/v2/cosmostation/package.json b/v2/cosmostation/package.json index c4cf5bbb..09a2949e 100644 --- a/v2/cosmostation/package.json +++ b/v2/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-cosmostation", - "version": "1.66.92", + "version": "1.66.93", "description": "Chain Registry to Cosmostation", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -29,11 +29,11 @@ "test:watch": "jest --watch" }, "devDependencies": { - "chain-registry": "^1.63.92" + "chain-registry": "^1.63.93" }, "dependencies": { - "@chain-registry/types": "^0.45.73", - "@chain-registry/utils": "^1.46.73", + "@chain-registry/types": "^0.45.74", + "@chain-registry/utils": "^1.46.74", "@cosmostation/extension-client": "0.1.15" }, "keywords": [ diff --git a/v2/interfaces/CHANGELOG.md b/v2/interfaces/CHANGELOG.md index 55d158eb..80c82489 100644 --- a/v2/interfaces/CHANGELOG.md +++ b/v2/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.48.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/interfaces + + + + + ## 0.48.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/interfaces diff --git a/v2/interfaces/package.json b/v2/interfaces/package.json index f3420039..5625feff 100644 --- a/v2/interfaces/package.json +++ b/v2/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/interfaces", - "version": "0.48.73", + "version": "0.48.74", "description": "Chain Registry interfaces", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/types/CHANGELOG.md b/v2/types/CHANGELOG.md index cfb196c0..36b3d889 100644 --- a/v2/types/CHANGELOG.md +++ b/v2/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.49.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/v2-types + + + + + ## 0.49.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/v2-types diff --git a/v2/types/package.json b/v2/types/package.json index 957629d8..b2ea76e6 100644 --- a/v2/types/package.json +++ b/v2/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-types", - "version": "0.49.73", + "version": "0.49.74", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/utils/CHANGELOG.md b/v2/utils/CHANGELOG.md index 67092316..701f7dfc 100644 --- a/v2/utils/CHANGELOG.md +++ b/v2/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.46.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/v2-utils + + + + + ## 1.46.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/v2-utils diff --git a/v2/utils/package.json b/v2/utils/package.json index 07b189c3..a84f9d12 100644 --- a/v2/utils/package.json +++ b/v2/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-utils", - "version": "1.46.73", + "version": "1.46.74", "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.65.73", - "@chain-registry/v2-types": "^0.49.73", + "@chain-registry/v2": "^1.65.74", + "@chain-registry/v2-types": "^0.49.74", "bignumber.js": "9.1.2", "sha.js": "^2.4.11" }, diff --git a/workflows/cli/CHANGELOG.md b/workflows/cli/CHANGELOG.md index 7cb13cb6..0712a2b3 100644 --- a/workflows/cli/CHANGELOG.md +++ b/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.49.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/cli + + + + + ## 1.49.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/cli diff --git a/workflows/cli/package.json b/workflows/cli/package.json index 8c43c552..f79a8917 100644 --- a/workflows/cli/package.json +++ b/workflows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cli", - "version": "1.49.73", + "version": "1.49.74", "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.48.73", - "@chain-registry/workflows": "^1.49.73", + "@chain-registry/interfaces": "^0.48.74", + "@chain-registry/workflows": "^1.49.74", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "inquirerer": "1.9.0", diff --git a/workflows/generate-types/CHANGELOG.md b/workflows/generate-types/CHANGELOG.md index 82f92c80..a9a50c7e 100644 --- a/workflows/generate-types/CHANGELOG.md +++ b/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.48.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/generate-types + + + + + ## 0.48.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/generate-types diff --git a/workflows/generate-types/package.json b/workflows/generate-types/package.json index 8851b19d..8972eeac 100644 --- a/workflows/generate-types/package.json +++ b/workflows/generate-types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/generate-types", - "version": "0.48.73", + "version": "0.48.74", "description": "Chain Registry interfaces", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -21,7 +21,7 @@ "generate:types": "chain-registry codegen --outputDir ../../v2/types/src/ --camelCase --registryDir ../../packages/chain-registry/chain-registry" }, "devDependencies": { - "@chain-registry/cli": "^1.49.73" + "@chain-registry/cli": "^1.49.74" }, "keywords": [ "chain-registry", diff --git a/workflows/workflows/CHANGELOG.md b/workflows/workflows/CHANGELOG.md index 60367779..44d44aa2 100644 --- a/workflows/workflows/CHANGELOG.md +++ b/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.49.74 (2024-09-17) + +**Note:** Version bump only for package @chain-registry/workflows + + + + + ## 1.49.73 (2024-09-14) **Note:** Version bump only for package @chain-registry/workflows diff --git a/workflows/workflows/package.json b/workflows/workflows/package.json index d50f2709..ddb7bfd0 100644 --- a/workflows/workflows/package.json +++ b/workflows/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/workflows", - "version": "1.49.73", + "version": "1.49.74", "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.48.73", + "@chain-registry/interfaces": "^0.48.74", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "bignumber.js": "9.1.2",