diff --git a/v2/packages/chain-registry/CHANGELOG.md b/v2/packages/chain-registry/CHANGELOG.md index f56c2eb50..6242e6219 100644 --- a/v2/packages/chain-registry/CHANGELOG.md +++ b/v2/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.68.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/v2 + + + + + # 1.67.0 (2024-10-10) **Note:** Version bump only for package @chain-registry/v2 diff --git a/v2/packages/chain-registry/package.json b/v2/packages/chain-registry/package.json index e4613581e..ba993ad9b 100644 --- a/v2/packages/chain-registry/package.json +++ b/v2/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2", - "version": "1.67.0", + "version": "1.68.0", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -33,7 +33,7 @@ "deepmerge": "^4.2.2" }, "dependencies": { - "@chain-registry/v2-types": "^0.50.14" + "@chain-registry/v2-types": "^0.51.0" }, "keywords": [ "chain-registry", diff --git a/v2/packages/client/CHANGELOG.md b/v2/packages/client/CHANGELOG.md index ae8bcb1c9..2833ad38f 100644 --- a/v2/packages/client/CHANGELOG.md +++ b/v2/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.51.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/v2-client + + + + + # 1.50.0 (2024-10-10) **Note:** Version bump only for package @chain-registry/v2-client diff --git a/v2/packages/client/package.json b/v2/packages/client/package.json index f016cf740..a2410a1b8 100644 --- a/v2/packages/client/package.json +++ b/v2/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-client", - "version": "1.50.0", + "version": "1.51.0", "description": "Chain Registry Client", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -35,8 +35,8 @@ "supertest": "6.3.3" }, "dependencies": { - "@chain-registry/v2-types": "^0.50.14", - "@chain-registry/v2-utils": "^1.48.0", + "@chain-registry/v2-types": "^0.51.0", + "@chain-registry/v2-utils": "^1.49.0", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5" }, diff --git a/v2/packages/cosmostation/CHANGELOG.md b/v2/packages/cosmostation/CHANGELOG.md index 284ab7ecc..7f2168472 100644 --- a/v2/packages/cosmostation/CHANGELOG.md +++ b/v2/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.68.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/v2-cosmostation + + + + + ## 1.67.16 (2024-10-09) **Note:** Version bump only for package @chain-registry/v2-cosmostation diff --git a/v2/packages/cosmostation/package.json b/v2/packages/cosmostation/package.json index b89354ee8..58dcc7be8 100644 --- a/v2/packages/cosmostation/package.json +++ b/v2/packages/cosmostation/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-cosmostation", - "version": "1.67.16", + "version": "1.68.0", "description": "Chain Registry to Cosmostation", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/packages/interfaces/CHANGELOG.md b/v2/packages/interfaces/CHANGELOG.md index 43e39715b..fdaf552e6 100644 --- a/v2/packages/interfaces/CHANGELOG.md +++ b/v2/packages/interfaces/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.50.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/interfaces + + + + + ## 0.49.14 (2024-10-09) **Note:** Version bump only for package @chain-registry/interfaces diff --git a/v2/packages/interfaces/package.json b/v2/packages/interfaces/package.json index 6f7f38c40..46cf920a2 100644 --- a/v2/packages/interfaces/package.json +++ b/v2/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/interfaces", - "version": "0.49.14", + "version": "0.50.0", "description": "Chain Registry interfaces", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/packages/types/CHANGELOG.md b/v2/packages/types/CHANGELOG.md index 2f040409e..9b0fe2aca 100644 --- a/v2/packages/types/CHANGELOG.md +++ b/v2/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.51.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/v2-types + + + + + ## 0.50.14 (2024-10-09) **Note:** Version bump only for package @chain-registry/v2-types diff --git a/v2/packages/types/package.json b/v2/packages/types/package.json index 8d825e499..a911cb18d 100644 --- a/v2/packages/types/package.json +++ b/v2/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-types", - "version": "0.50.14", + "version": "0.51.0", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/v2/packages/utils/CHANGELOG.md b/v2/packages/utils/CHANGELOG.md index 9475b474c..da2523f69 100644 --- a/v2/packages/utils/CHANGELOG.md +++ b/v2/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.49.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/v2-utils + + + + + # 1.48.0 (2024-10-10) **Note:** Version bump only for package @chain-registry/v2-utils diff --git a/v2/packages/utils/package.json b/v2/packages/utils/package.json index df4561d2f..1b252bea6 100644 --- a/v2/packages/utils/package.json +++ b/v2/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/v2-utils", - "version": "1.48.0", + "version": "1.49.0", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -32,8 +32,8 @@ "@types/sha.js": "^2.4.0" }, "dependencies": { - "@chain-registry/v2": "^1.67.0", - "@chain-registry/v2-types": "^0.50.14", + "@chain-registry/v2": "^1.68.0", + "@chain-registry/v2-types": "^0.51.0", "bignumber.js": "9.1.2", "sha.js": "^2.4.11" }, diff --git a/v2/workflows/cli/CHANGELOG.md b/v2/workflows/cli/CHANGELOG.md index 3286e8d9f..34ecd4e7d 100644 --- a/v2/workflows/cli/CHANGELOG.md +++ b/v2/workflows/cli/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.51.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/cli + + + + + ## [1.50.15](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/cli@1.50.14...@chain-registry/cli@1.50.15) (2024-10-10) **Note:** Version bump only for package @chain-registry/cli diff --git a/v2/workflows/cli/package.json b/v2/workflows/cli/package.json index 8e626fdba..0b38c82cd 100644 --- a/v2/workflows/cli/package.json +++ b/v2/workflows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/cli", - "version": "1.50.15", + "version": "1.51.0", "description": "Chain Registry CLI", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -34,8 +34,8 @@ "test:watch": "jest --watch" }, "dependencies": { - "@chain-registry/interfaces": "^0.49.14", - "@chain-registry/workflows": "^1.50.14", + "@chain-registry/interfaces": "^0.50.0", + "@chain-registry/workflows": "^1.51.0", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "inquirerer": "1.9.0", diff --git a/v2/workflows/generate-types/CHANGELOG.md b/v2/workflows/generate-types/CHANGELOG.md index 46da5e984..f448b38d4 100644 --- a/v2/workflows/generate-types/CHANGELOG.md +++ b/v2/workflows/generate-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.50.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/generate-types + + + + + ## [0.49.15](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/generate-types@0.49.14...@chain-registry/generate-types@0.49.15) (2024-10-10) **Note:** Version bump only for package @chain-registry/generate-types diff --git a/v2/workflows/generate-types/package.json b/v2/workflows/generate-types/package.json index c83c04abd..727b753e8 100644 --- a/v2/workflows/generate-types/package.json +++ b/v2/workflows/generate-types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/generate-types", - "version": "0.49.15", + "version": "0.50.0", "description": "Chain Registry interfaces", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -22,7 +22,7 @@ "generate:legacy": "chain-registry codegen --outputDir ../../../v1/packages/types/src/ --no-camelCase --registryDir ../../../repos/chain-registry" }, "devDependencies": { - "@chain-registry/cli": "^1.50.15" + "@chain-registry/cli": "^1.51.0" }, "keywords": [ "chain-registry", diff --git a/v2/workflows/workflows/CHANGELOG.md b/v2/workflows/workflows/CHANGELOG.md index 553165429..8421c2423 100644 --- a/v2/workflows/workflows/CHANGELOG.md +++ b/v2/workflows/workflows/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.51.0 (2024-10-11) + +**Note:** Version bump only for package @chain-registry/workflows + + + + + ## 1.50.14 (2024-10-09) **Note:** Version bump only for package @chain-registry/workflows diff --git a/v2/workflows/workflows/package.json b/v2/workflows/workflows/package.json index 141d6a118..d063710c0 100644 --- a/v2/workflows/workflows/package.json +++ b/v2/workflows/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/workflows", - "version": "1.50.14", + "version": "1.51.0", "description": "Chain Registry Workflows", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -33,7 +33,7 @@ "@types/sha.js": "^2.4.0" }, "dependencies": { - "@chain-registry/interfaces": "^0.49.14", + "@chain-registry/interfaces": "^0.50.0", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "bignumber.js": "9.1.2",