diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index e1a4b8dec..0a7735a48 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.23.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.22.0...@chain-registry/assets@1.23.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/assets + + + + + # [1.22.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.21.0...@chain-registry/assets@1.22.0) (2023-12-12) **Note:** Version bump only for package @chain-registry/assets diff --git a/packages/assets/package.json b/packages/assets/package.json index 5fb12dd7e..77b906e58 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "1.22.0", + "version": "1.23.0", "description": "Chain Registry Asset Lists", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -49,14 +49,14 @@ "@babel/plugin-transform-runtime": "7.21.4", "@babel/preset-env": "7.21.4", "@babel/preset-typescript": "^7.21.4", - "@chain-registry/utils": "^1.14.0", + "@chain-registry/utils": "^1.15.0", "@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.21.0", + "chain-registry": "^1.22.0", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index f2a3b9589..ba6a48eda 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.22.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.21.0...chain-registry@1.22.0) (2023-12-15) + +**Note:** Version bump only for package chain-registry + + + + + # [1.21.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.20.0...chain-registry@1.21.0) (2023-12-12) **Note:** Version bump only for package chain-registry diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index f9ce10e68..adbe27271 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "1.21.0", + "version": "1.22.0", "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.14.0", + "@chain-registry/utils": "^1.15.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "cross-env": "^7.0.2", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 030e718ca..1c5c68b5b 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.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.15.0...@chain-registry/client@1.16.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/client + + + + + # [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.14.2...@chain-registry/client@1.15.0) (2023-09-15) **Note:** Version bump only for package @chain-registry/client diff --git a/packages/client/package.json b/packages/client/package.json index 2c936c2f7..1657dc63b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/client", - "version": "1.15.0", + "version": "1.16.0", "description": "Chain Registry Client", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -77,7 +77,7 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@chain-registry/types": "^0.17.0", - "@chain-registry/utils": "^1.14.0", + "@chain-registry/utils": "^1.15.0", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" } diff --git a/packages/cosmostation/CHANGELOG.md b/packages/cosmostation/CHANGELOG.md index 6ed7d6d2b..bd6fd1767 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.25.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.24.0...@chain-registry/cosmostation@1.25.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/cosmostation + + + + + # [1.24.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.23.0...@chain-registry/cosmostation@1.24.0) (2023-12-12) **Note:** Version bump only for package @chain-registry/cosmostation diff --git a/packages/cosmostation/package.json b/packages/cosmostation/package.json index a505a1dab..bc504c447 100644 --- a/packages/cosmostation/package.json +++ b/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cosmostation", - "version": "1.24.0", + "version": "1.25.0", "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.21.0", + "chain-registry": "^1.22.0", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -74,7 +74,7 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@chain-registry/types": "^0.17.0", - "@chain-registry/utils": "^1.14.0", + "@chain-registry/utils": "^1.15.0", "@cosmostation/extension-client": "0.1.15" } } diff --git a/packages/juno/CHANGELOG.md b/packages/juno/CHANGELOG.md index 9a687d453..e5f02a9b4 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.23.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.22.0...@chain-registry/juno@1.23.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/juno + + + + + # [1.22.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.21.0...@chain-registry/juno@1.22.0) (2023-12-12) **Note:** Version bump only for package @chain-registry/juno diff --git a/packages/juno/package.json b/packages/juno/package.json index 7744abde2..645b5a354 100644 --- a/packages/juno/package.json +++ b/packages/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "1.22.0", + "version": "1.23.0", "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.14.0", + "@chain-registry/utils": "^1.15.0", "@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.21.0", + "chain-registry": "^1.22.0", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index 01f6323d4..4ed520845 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.27.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.26.0...@chain-registry/keplr@1.27.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + # [1.26.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.25.1...@chain-registry/keplr@1.26.0) (2023-12-12) **Note:** Version bump only for package @chain-registry/keplr diff --git a/packages/keplr/package.json b/packages/keplr/package.json index b454d633b..745336f81 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "1.26.0", + "version": "1.27.0", "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.21.0", + "chain-registry": "^1.22.0", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", diff --git a/packages/osmosis/CHANGELOG.md b/packages/osmosis/CHANGELOG.md index 9dafaee47..e48c60826 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.23.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.22.0...@chain-registry/osmosis@1.23.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + # [1.22.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.21.0...@chain-registry/osmosis@1.22.0) (2023-12-12) **Note:** Version bump only for package @chain-registry/osmosis diff --git a/packages/osmosis/package.json b/packages/osmosis/package.json index 2b22b659a..a77113942 100644 --- a/packages/osmosis/package.json +++ b/packages/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "1.22.0", + "version": "1.23.0", "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.14.0", + "@chain-registry/utils": "^1.15.0", "@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.21.0", + "chain-registry": "^1.22.0", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d173ee6e3..184afff9e 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.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.14.0...@chain-registry/utils@1.15.0) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/utils + + + + + # [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.13.2...@chain-registry/utils@1.14.0) (2023-09-15) **Note:** Version bump only for package @chain-registry/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 98dfab5ab..99e3e1a89 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "1.14.0", + "version": "1.15.0", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry",