From 6afa279a0b32f5014cd12495d75a33215c65c493 Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Wed, 27 Mar 2024 13:14:59 +0800 Subject: [PATCH] chore(release): publish - @chain-registry/assets@1.34.10 - chain-registry@1.33.10 - @chain-registry/client@1.21.4 - @chain-registry/cosmostation@1.36.10 - @chain-registry/juno@1.34.10 - @chain-registry/keplr@1.38.10 - @chain-registry/osmosis@1.34.10 - @chain-registry/types@0.18.6 - @chain-registry/utils@1.19.5 --- packages/assets/CHANGELOG.md | 8 ++++++++ packages/assets/package.json | 8 ++++---- packages/chain-registry/CHANGELOG.md | 8 ++++++++ packages/chain-registry/package.json | 8 ++++---- packages/client/CHANGELOG.md | 8 ++++++++ packages/client/package.json | 6 +++--- packages/cosmostation/CHANGELOG.md | 8 ++++++++ packages/cosmostation/package.json | 8 ++++---- packages/juno/CHANGELOG.md | 8 ++++++++ packages/juno/package.json | 8 ++++---- packages/keplr/CHANGELOG.md | 8 ++++++++ packages/keplr/package.json | 6 +++--- packages/osmosis/CHANGELOG.md | 8 ++++++++ packages/osmosis/package.json | 8 ++++---- packages/types/CHANGELOG.md | 8 ++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 4 ++-- 18 files changed, 101 insertions(+), 29 deletions(-) diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 54fd4ff21..43fd6676e 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/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.34.10](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.34.9...@chain-registry/assets@1.34.10) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/assets + + + + + ## [1.34.9](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.34.8...@chain-registry/assets@1.34.9) (2024-03-25) **Note:** Version bump only for package @chain-registry/assets diff --git a/packages/assets/package.json b/packages/assets/package.json index 5b5341876..b189037c0 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "1.34.9", + "version": "1.34.10", "description": "Chain Registry Asset Lists", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -50,13 +50,13 @@ "@babel/plugin-transform-runtime": "7.21.4", "@babel/preset-env": "7.21.4", "@babel/preset-typescript": "^7.21.4", - "@chain-registry/utils": "^1.19.4", + "@chain-registry/utils": "^1.19.5", "@types/jest": "^29.5.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-jest": "29.5.0", "babel-watch": "^7.7.2", - "chain-registry": "^1.33.9", + "chain-registry": "^1.33.10", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -70,7 +70,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5" + "@chain-registry/types": "^0.18.6" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index a0806ae55..47d88517e 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.33.10](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.33.9...chain-registry@1.33.10) (2024-03-27) + +**Note:** Version bump only for package chain-registry + + + + + ## [1.33.9](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.33.8...chain-registry@1.33.9) (2024-03-25) **Note:** Version bump only for package chain-registry diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index e4a37c8d4..09352d059 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "1.33.9", + "version": "1.33.10", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -54,7 +54,7 @@ "@babel/plugin-transform-runtime": "7.21.4", "@babel/preset-env": "7.21.4", "@babel/preset-typescript": "^7.21.4", - "@chain-registry/utils": "^1.19.4", + "@chain-registry/utils": "^1.19.5", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "cross-env": "^7.0.2", @@ -70,13 +70,13 @@ "mkdirp": "3.0.1", "prettier": "^2.8.7", "regenerator-runtime": "^0.13.11", - "ts-jest": "^29.1.0", "rimraf": "^5.0.0", + "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5" + "@chain-registry/types": "^0.18.6" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 8434486d4..c3f9d5144 100644 --- a/packages/client/CHANGELOG.md +++ b/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.21.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.21.3...@chain-registry/client@1.21.4) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/client + + + + + ## [1.21.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.21.2...@chain-registry/client@1.21.3) (2024-03-21) **Note:** Version bump only for package @chain-registry/client diff --git a/packages/client/package.json b/packages/client/package.json index d9dd1523c..55b28605c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/client", - "version": "1.21.3", + "version": "1.21.4", "description": "Chain Registry Client", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -75,8 +75,8 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5", - "@chain-registry/utils": "^1.19.4", + "@chain-registry/types": "^0.18.6", + "@chain-registry/utils": "^1.19.5", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/packages/cosmostation/CHANGELOG.md b/packages/cosmostation/CHANGELOG.md index c0b83ec15..80d6acc3b 100644 --- a/packages/cosmostation/CHANGELOG.md +++ b/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.36.10](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.36.9...@chain-registry/cosmostation@1.36.10) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/cosmostation + + + + + ## [1.36.9](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.36.8...@chain-registry/cosmostation@1.36.9) (2024-03-25) **Note:** Version bump only for package @chain-registry/cosmostation diff --git a/packages/cosmostation/package.json b/packages/cosmostation/package.json index cb9e2b2a2..d45107c17 100644 --- a/packages/cosmostation/package.json +++ b/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cosmostation", - "version": "1.36.9", + "version": "1.36.10", "description": "Chain Registry to Cosmostation", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -57,7 +57,7 @@ "babel-core": "7.0.0-bridge.0", "babel-jest": "29.5.0", "babel-watch": "^7.7.2", - "chain-registry": "^1.33.9", + "chain-registry": "^1.33.10", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,8 +72,8 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5", - "@chain-registry/utils": "^1.19.4", + "@chain-registry/types": "^0.18.6", + "@chain-registry/utils": "^1.19.5", "@cosmostation/extension-client": "0.1.15" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" diff --git a/packages/juno/CHANGELOG.md b/packages/juno/CHANGELOG.md index 48144809a..ff56cc8d7 100644 --- a/packages/juno/CHANGELOG.md +++ b/packages/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.34.10](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.34.9...@chain-registry/juno@1.34.10) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/juno + + + + + ## [1.34.9](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.34.8...@chain-registry/juno@1.34.9) (2024-03-25) **Note:** Version bump only for package @chain-registry/juno diff --git a/packages/juno/package.json b/packages/juno/package.json index 95c514ba1..5858a8549 100644 --- a/packages/juno/package.json +++ b/packages/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "1.34.9", + "version": "1.34.10", "description": "Chain Registry info for Juno", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -50,14 +50,14 @@ "@babel/plugin-transform-runtime": "7.21.4", "@babel/preset-env": "7.21.4", "@babel/preset-typescript": "^7.21.4", - "@chain-registry/utils": "^1.19.4", + "@chain-registry/utils": "^1.19.5", "@types/jest": "^29.5.1", "@typescript-eslint/eslint-plugin": "5.59.0", "@typescript-eslint/parser": "5.59.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.5.0", "babel-watch": "^7.7.2", - "chain-registry": "^1.33.9", + "chain-registry": "^1.33.10", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,7 +72,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5" + "@chain-registry/types": "^0.18.6" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index 2228cbc9c..1366f8d25 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.38.10](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.38.9...@chain-registry/keplr@1.38.10) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + ## [1.38.9](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.38.8...@chain-registry/keplr@1.38.9) (2024-03-25) **Note:** Version bump only for package @chain-registry/keplr diff --git a/packages/keplr/package.json b/packages/keplr/package.json index 595b61010..8eab20b25 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "1.38.9", + "version": "1.38.10", "description": "Chain Registry to Keplr", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -57,7 +57,7 @@ "babel-core": "7.0.0-bridge.0", "babel-jest": "29.5.0", "babel-watch": "^7.7.2", - "chain-registry": "^1.33.9", + "chain-registry": "^1.33.10", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,7 +72,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5", + "@chain-registry/types": "^0.18.6", "@keplr-wallet/cosmos": "0.12.28", "@keplr-wallet/crypto": "0.12.28", "semver": "^7.5.0" diff --git a/packages/osmosis/CHANGELOG.md b/packages/osmosis/CHANGELOG.md index 97f4a6886..bbcd2b1d8 100644 --- a/packages/osmosis/CHANGELOG.md +++ b/packages/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.34.10](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.34.9...@chain-registry/osmosis@1.34.10) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + ## [1.34.9](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.34.8...@chain-registry/osmosis@1.34.9) (2024-03-25) **Note:** Version bump only for package @chain-registry/osmosis diff --git a/packages/osmosis/package.json b/packages/osmosis/package.json index f3fa30224..e7a01a6b6 100644 --- a/packages/osmosis/package.json +++ b/packages/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "1.34.9", + "version": "1.34.10", "description": "Chain Registry info for Osmosis", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -50,14 +50,14 @@ "@babel/plugin-transform-runtime": "7.21.4", "@babel/preset-env": "7.21.4", "@babel/preset-typescript": "^7.21.4", - "@chain-registry/utils": "^1.19.4", + "@chain-registry/utils": "^1.19.5", "@types/jest": "^29.5.1", "@typescript-eslint/eslint-plugin": "5.59.0", "@typescript-eslint/parser": "5.59.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.5.0", "babel-watch": "^7.7.2", - "chain-registry": "^1.33.9", + "chain-registry": "^1.33.10", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,7 +72,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5" + "@chain-registry/types": "^0.18.6" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index ae8e3848c..9a758150f 100644 --- a/packages/types/CHANGELOG.md +++ b/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.18.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.18.5...@chain-registry/types@0.18.6) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/types + + + + + ## [0.18.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.18.4...@chain-registry/types@0.18.5) (2024-03-21) **Note:** Version bump only for package @chain-registry/types diff --git a/packages/types/package.json b/packages/types/package.json index e7c5e15f6..cbb834708 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/types", - "version": "0.18.5", + "version": "0.18.6", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3594b6d28..c91f90e1e 100644 --- a/packages/utils/CHANGELOG.md +++ b/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.19.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.4...@chain-registry/utils@1.19.5) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/utils + + + + + ## [1.19.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.3...@chain-registry/utils@1.19.4) (2024-03-21) **Note:** Version bump only for package @chain-registry/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 133f776c9..163820a45 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "1.19.4", + "version": "1.19.5", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -72,7 +72,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.5", + "@chain-registry/types": "^0.18.6", "bignumber.js": "9.1.1", "sha.js": "^2.4.11" },