diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index cb9e3e88..6479d706 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.29.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.29.4...@chain-registry/assets@1.29.5) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/assets + + + + + ## [1.29.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.29.3...@chain-registry/assets@1.29.4) (2024-02-27) **Note:** Version bump only for package @chain-registry/assets diff --git a/packages/assets/package.json b/packages/assets/package.json index 2f337446..1e30038d 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "1.29.4", + "version": "1.29.5", "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.18.1", + "@chain-registry/utils": "^1.18.2", "@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.28.4", + "chain-registry": "^1.28.5", "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.0" + "@chain-registry/types": "^0.18.1" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index d73e8f9e..cde9d3fe 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.28.5](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.28.4...chain-registry@1.28.5) (2024-02-27) + +**Note:** Version bump only for package chain-registry + + + + + ## [1.28.4](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.28.3...chain-registry@1.28.4) (2024-02-27) **Note:** Version bump only for package chain-registry diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index 545c7f5e..d416b326 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "1.28.4", + "version": "1.28.5", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -48,7 +48,7 @@ "@babel/plugin-transform-runtime": "7.21.4", "@babel/preset-env": "7.21.4", "@babel/preset-typescript": "^7.21.4", - "@chain-registry/utils": "^1.18.1", + "@chain-registry/utils": "^1.18.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "cross-env": "^7.0.2", @@ -69,7 +69,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.18.0" + "@chain-registry/types": "^0.18.1" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 41eb968c..274b0b3c 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.19.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.19.1...@chain-registry/client@1.19.2) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/client + + + + + ## [1.19.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.19.0...@chain-registry/client@1.19.1) (2024-02-26) **Note:** Version bump only for package @chain-registry/client diff --git a/packages/client/package.json b/packages/client/package.json index 9f96eb78..954c81dc 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/client", - "version": "1.19.1", + "version": "1.19.2", "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.0", - "@chain-registry/utils": "^1.18.1", + "@chain-registry/types": "^0.18.1", + "@chain-registry/utils": "^1.18.2", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/packages/cosmostation/CHANGELOG.md b/packages/cosmostation/CHANGELOG.md index d3cc9383..05b27616 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.31.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.31.4...@chain-registry/cosmostation@1.31.5) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/cosmostation + + + + + ## [1.31.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.31.3...@chain-registry/cosmostation@1.31.4) (2024-02-27) **Note:** Version bump only for package @chain-registry/cosmostation diff --git a/packages/cosmostation/package.json b/packages/cosmostation/package.json index 425fb1f8..7317fbc3 100644 --- a/packages/cosmostation/package.json +++ b/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cosmostation", - "version": "1.31.4", + "version": "1.31.5", "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.28.4", + "chain-registry": "^1.28.5", "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.0", - "@chain-registry/utils": "^1.18.1", + "@chain-registry/types": "^0.18.1", + "@chain-registry/utils": "^1.18.2", "@cosmostation/extension-client": "0.1.15" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" diff --git a/packages/juno/CHANGELOG.md b/packages/juno/CHANGELOG.md index 6181662d..a81c8037 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.29.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.29.4...@chain-registry/juno@1.29.5) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/juno + + + + + ## [1.29.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.29.3...@chain-registry/juno@1.29.4) (2024-02-27) **Note:** Version bump only for package @chain-registry/juno diff --git a/packages/juno/package.json b/packages/juno/package.json index a669417c..5ae492cb 100644 --- a/packages/juno/package.json +++ b/packages/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "1.29.4", + "version": "1.29.5", "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.18.1", + "@chain-registry/utils": "^1.18.2", "@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.28.4", + "chain-registry": "^1.28.5", "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.0" + "@chain-registry/types": "^0.18.1" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index 2fe318d4..64a710e2 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.33.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.4...@chain-registry/keplr@1.33.5) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + ## [1.33.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.3...@chain-registry/keplr@1.33.4) (2024-02-27) **Note:** Version bump only for package @chain-registry/keplr diff --git a/packages/keplr/package.json b/packages/keplr/package.json index 40691d9a..84aa7331 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "1.33.4", + "version": "1.33.5", "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.28.4", + "chain-registry": "^1.28.5", "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.0", + "@chain-registry/types": "^0.18.1", "@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 b1b294fc..2fb9d763 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.29.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.29.4...@chain-registry/osmosis@1.29.5) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + ## [1.29.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.29.3...@chain-registry/osmosis@1.29.4) (2024-02-27) **Note:** Version bump only for package @chain-registry/osmosis diff --git a/packages/osmosis/package.json b/packages/osmosis/package.json index 8adeecf4..dc7663a2 100644 --- a/packages/osmosis/package.json +++ b/packages/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "1.29.4", + "version": "1.29.5", "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.18.1", + "@chain-registry/utils": "^1.18.2", "@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.28.4", + "chain-registry": "^1.28.5", "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.0" + "@chain-registry/types": "^0.18.1" }, "gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7" } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a6871679..1adc8d00 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.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.18.0...@chain-registry/types@0.18.1) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/types + + + + + # [0.18.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.17.1...@chain-registry/types@0.18.0) (2024-01-25) **Note:** Version bump only for package @chain-registry/types diff --git a/packages/types/package.json b/packages/types/package.json index 92c25764..c8371083 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/types", - "version": "0.18.0", + "version": "0.18.1", "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 da1d3626..79c7eb7c 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.18.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.18.1...@chain-registry/utils@1.18.2) (2024-02-27) + +**Note:** Version bump only for package @chain-registry/utils + + + + + ## [1.18.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.18.0...@chain-registry/utils@1.18.1) (2024-02-26) **Note:** Version bump only for package @chain-registry/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 1cb96ca2..8d6d6257 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "1.18.1", + "version": "1.18.2", "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.0", + "@chain-registry/types": "^0.18.1", "bignumber.js": "9.1.1", "sha.js": "^2.4.11" },