diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 43fd6676e..19761848a 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.11](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.34.10...@chain-registry/assets@1.34.11) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/assets + + + + + ## [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 diff --git a/packages/assets/package.json b/packages/assets/package.json index b189037c0..74eef7373 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "1.34.10", + "version": "1.34.11", "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.5", + "@chain-registry/utils": "^1.19.6", "@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.10", + "chain-registry": "^1.33.11", "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.6" + "@chain-registry/types": "^0.18.7" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index 47d88517e..9806ae685 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.11](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.33.10...chain-registry@1.33.11) (2024-03-27) + +**Note:** Version bump only for package chain-registry + + + + + ## [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 diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index 09352d059..ca603a35c 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "1.33.10", + "version": "1.33.11", "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.5", + "@chain-registry/utils": "^1.19.6", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "cross-env": "^7.0.2", @@ -76,7 +76,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.6" + "@chain-registry/types": "^0.18.7" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c3f9d5144..52a441e22 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.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.21.4...@chain-registry/client@1.21.5) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/client + + + + + ## [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 diff --git a/packages/client/package.json b/packages/client/package.json index 55b28605c..f011bd1ac 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/client", - "version": "1.21.4", + "version": "1.21.5", "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.6", - "@chain-registry/utils": "^1.19.5", + "@chain-registry/types": "^0.18.7", + "@chain-registry/utils": "^1.19.6", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/packages/cosmostation/CHANGELOG.md b/packages/cosmostation/CHANGELOG.md index 80d6acc3b..18e988a09 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.11](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.36.10...@chain-registry/cosmostation@1.36.11) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/cosmostation + + + + + ## [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 diff --git a/packages/cosmostation/package.json b/packages/cosmostation/package.json index d45107c17..b39a767db 100644 --- a/packages/cosmostation/package.json +++ b/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cosmostation", - "version": "1.36.10", + "version": "1.36.11", "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.10", + "chain-registry": "^1.33.11", "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.6", - "@chain-registry/utils": "^1.19.5", + "@chain-registry/types": "^0.18.7", + "@chain-registry/utils": "^1.19.6", "@cosmostation/extension-client": "0.1.15" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" diff --git a/packages/juno/CHANGELOG.md b/packages/juno/CHANGELOG.md index ff56cc8d7..b9868e01c 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.11](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.34.10...@chain-registry/juno@1.34.11) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/juno + + + + + ## [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 diff --git a/packages/juno/package.json b/packages/juno/package.json index 5858a8549..f2fc8f434 100644 --- a/packages/juno/package.json +++ b/packages/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "1.34.10", + "version": "1.34.11", "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.5", + "@chain-registry/utils": "^1.19.6", "@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.10", + "chain-registry": "^1.33.11", "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.6" + "@chain-registry/types": "^0.18.7" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index 1366f8d25..1c57ff99a 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.11](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.38.10...@chain-registry/keplr@1.38.11) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + ## [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 diff --git a/packages/keplr/package.json b/packages/keplr/package.json index 8eab20b25..cd30b0c4d 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "1.38.10", + "version": "1.38.11", "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.10", + "chain-registry": "^1.33.11", "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.6", + "@chain-registry/types": "^0.18.7", "@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 bbcd2b1d8..e4a1caf59 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.11](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.34.10...@chain-registry/osmosis@1.34.11) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + ## [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 diff --git a/packages/osmosis/package.json b/packages/osmosis/package.json index e7a01a6b6..db8f7406b 100644 --- a/packages/osmosis/package.json +++ b/packages/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "1.34.10", + "version": "1.34.11", "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.5", + "@chain-registry/utils": "^1.19.6", "@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.10", + "chain-registry": "^1.33.11", "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.6" + "@chain-registry/types": "^0.18.7" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 9a758150f..dbe4579c8 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.7](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.18.6...@chain-registry/types@0.18.7) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/types + + + + + ## [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 diff --git a/packages/types/package.json b/packages/types/package.json index cbb834708..d6fd3207d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/types", - "version": "0.18.6", + "version": "0.18.7", "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 c91f90e1e..9bbda98bc 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.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.5...@chain-registry/utils@1.19.6) (2024-03-27) + +**Note:** Version bump only for package @chain-registry/utils + + + + + ## [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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 163820a45..d089ed339 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "1.19.5", + "version": "1.19.6", "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.6", + "@chain-registry/types": "^0.18.7", "bignumber.js": "9.1.1", "sha.js": "^2.4.11" },