diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index bef08bfca..9a0414e21 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.25.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.25.0...@chain-registry/assets@1.25.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/assets + + + + + # [1.25.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.24.0...@chain-registry/assets@1.25.0) (2023-12-15) **Note:** Version bump only for package @chain-registry/assets diff --git a/packages/assets/package.json b/packages/assets/package.json index 9d9c34bcb..e70c90948 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "1.25.0", + "version": "1.25.1", "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.16.0", + "@chain-registry/utils": "^1.16.1", "@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.24.0", + "chain-registry": "^1.24.1", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -71,6 +71,6 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0" + "@chain-registry/types": "^0.17.1" } -} \ No newline at end of file +} diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index f4a66b8ba..3b5e19c94 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.24.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.24.0...chain-registry@1.24.1) (2023-12-15) + +**Note:** Version bump only for package chain-registry + + + + + # [1.24.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.23.0...chain-registry@1.24.0) (2023-12-15) **Note:** Version bump only for package chain-registry diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index 06534c0c8..3647b487f 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "1.24.0", + "version": "1.24.1", "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.16.0", + "@chain-registry/utils": "^1.16.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "cross-env": "^7.0.2", @@ -68,6 +68,6 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0" + "@chain-registry/types": "^0.17.1" } } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index aba65a5ae..2cc9f8305 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.17.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.17.0...@chain-registry/client@1.17.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/client + + + + + # [1.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.16.0...@chain-registry/client@1.17.0) (2023-12-15) **Note:** Version bump only for package @chain-registry/client diff --git a/packages/client/package.json b/packages/client/package.json index 832ada45e..04200be44 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/client", - "version": "1.17.0", + "version": "1.17.1", "description": "Chain Registry Client", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -75,9 +75,9 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0", - "@chain-registry/utils": "^1.16.0", + "@chain-registry/types": "^0.17.1", + "@chain-registry/utils": "^1.16.1", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" } -} \ No newline at end of file +} diff --git a/packages/cosmostation/CHANGELOG.md b/packages/cosmostation/CHANGELOG.md index 24b51521a..f45816c7d 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.27.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.27.0...@chain-registry/cosmostation@1.27.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/cosmostation + + + + + # [1.27.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cosmostation@1.26.0...@chain-registry/cosmostation@1.27.0) (2023-12-15) **Note:** Version bump only for package @chain-registry/cosmostation diff --git a/packages/cosmostation/package.json b/packages/cosmostation/package.json index 0426b9e8b..6ae13db0a 100644 --- a/packages/cosmostation/package.json +++ b/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cosmostation", - "version": "1.27.0", + "version": "1.27.1", "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.24.0", + "chain-registry": "^1.24.1", "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.17.0", - "@chain-registry/utils": "^1.16.0", + "@chain-registry/types": "^0.17.1", + "@chain-registry/utils": "^1.16.1", "@cosmostation/extension-client": "0.1.15" } -} \ No newline at end of file +} diff --git a/packages/juno/CHANGELOG.md b/packages/juno/CHANGELOG.md index e83ca69b5..46dacc740 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.25.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.25.0...@chain-registry/juno@1.25.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/juno + + + + + # [1.25.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.24.0...@chain-registry/juno@1.25.0) (2023-12-15) **Note:** Version bump only for package @chain-registry/juno diff --git a/packages/juno/package.json b/packages/juno/package.json index 94573e48a..f6d99040d 100644 --- a/packages/juno/package.json +++ b/packages/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "1.25.0", + "version": "1.25.1", "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.16.0", + "@chain-registry/utils": "^1.16.1", "@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.24.0", + "chain-registry": "^1.24.1", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,6 +72,6 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0" + "@chain-registry/types": "^0.17.1" } -} \ No newline at end of file +} diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index bf2fcf6a7..2c8250ce0 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.29.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.29.0...@chain-registry/keplr@1.29.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + # [1.29.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.28.0...@chain-registry/keplr@1.29.0) (2023-12-15) **Note:** Version bump only for package @chain-registry/keplr diff --git a/packages/keplr/package.json b/packages/keplr/package.json index 5ce8810a8..018299d59 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "1.29.0", + "version": "1.29.1", "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.24.0", + "chain-registry": "^1.24.1", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,9 +72,9 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0", + "@chain-registry/types": "^0.17.1", "@keplr-wallet/cosmos": "0.12.28", "@keplr-wallet/crypto": "0.12.28", "semver": "^7.5.0" } -} \ No newline at end of file +} diff --git a/packages/osmosis/CHANGELOG.md b/packages/osmosis/CHANGELOG.md index 5b607a281..2677916ba 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.25.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.25.0...@chain-registry/osmosis@1.25.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + # [1.25.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.24.0...@chain-registry/osmosis@1.25.0) (2023-12-15) **Note:** Version bump only for package @chain-registry/osmosis diff --git a/packages/osmosis/package.json b/packages/osmosis/package.json index 7bb562aaf..7901ddfed 100644 --- a/packages/osmosis/package.json +++ b/packages/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "1.25.0", + "version": "1.25.1", "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.16.0", + "@chain-registry/utils": "^1.16.1", "@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.24.0", + "chain-registry": "^1.24.1", "cross-env": "^7.0.2", "eslint": "8.38.0", "eslint-config-prettier": "^8.8.0", @@ -72,6 +72,6 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0" + "@chain-registry/types": "^0.17.1" } -} \ No newline at end of file +} diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c2b24d172..c8da63e7d 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.17.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.17.0...@chain-registry/types@0.17.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/types + + + + + # [0.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.16.0...@chain-registry/types@0.17.0) (2023-09-15) **Note:** Version bump only for package @chain-registry/types diff --git a/packages/types/package.json b/packages/types/package.json index 0cd564101..57b1020fa 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/types", - "version": "0.17.0", + "version": "0.17.1", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -72,4 +72,4 @@ "dependencies": { "@babel/runtime": "^7.21.0" } -} \ No newline at end of file +} diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ce31b3e3b..85dc04afd 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.16.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.16.0...@chain-registry/utils@1.16.1) (2023-12-15) + +**Note:** Version bump only for package @chain-registry/utils + + + + + # [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.15.0...@chain-registry/utils@1.16.0) (2023-12-15) diff --git a/packages/utils/package.json b/packages/utils/package.json index c1f8165e1..a82c8f4a2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "1.16.0", + "version": "1.16.1", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -72,8 +72,8 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chain-registry/types": "^0.17.0", + "@chain-registry/types": "^0.17.1", "bignumber.js": "9.1.1", "sha.js": "^2.4.11" } -} \ No newline at end of file +}