Skip to content

Commit 305d26d

Browse files
committed
chore(release): publish
- [email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected]
1 parent 932e8a6 commit 305d26d

File tree

20 files changed

+104
-24
lines changed

20 files changed

+104
-24
lines changed

v2/packages/chain-registry/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.0.1 (2025-06-10)
7+
8+
**Note:** Version bump only for package chain-registry
9+
10+
11+
12+
13+
614
## 1.71.237 (2025-06-10)
715

816
**Note:** Version bump only for package @chain-registry/v2

v2/packages/chain-registry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chain-registry",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Cosmos chain registry ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"@chain-registry/types": "^2.0.0"
32+
"@chain-registry/types": "^2.0.1"
3333
},
3434
"keywords": [
3535
"chain-registry",

v2/packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.0.1 (2025-06-10)
7+
8+
**Note:** Version bump only for package @chain-registry/client
9+
10+
11+
12+
13+
614
## 1.54.237 (2025-06-10)
715

816
**Note:** Version bump only for package @chain-registry/v2-client

v2/packages/client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chain-registry/client",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Chain Registry Client",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -35,8 +35,8 @@
3535
"supertest": "6.3.3"
3636
},
3737
"dependencies": {
38-
"@chain-registry/types": "^2.0.0",
39-
"@chain-registry/utils": "^2.0.0",
38+
"@chain-registry/types": "^2.0.1",
39+
"@chain-registry/utils": "^2.0.1",
4040
"bfs-path": "^1.0.2",
4141
"cross-fetch": "^3.1.5"
4242
},

v2/packages/cosmostation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.0.1 (2025-06-10)
7+
8+
**Note:** Version bump only for package @chain-registry/cosmostation
9+
10+
11+
12+
13+
614
## 1.70.146 (2025-06-10)
715

816
**Note:** Version bump only for package @chain-registry/v2-cosmostation

v2/packages/cosmostation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chain-registry/cosmostation",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Chain Registry to Cosmostation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"devDependencies": {
32-
"chain-registry": "^2.0.0"
32+
"chain-registry": "^2.0.1"
3333
},
3434
"dependencies": {
35-
"@chain-registry/types": "^2.0.0",
36-
"@chain-registry/utils": "^2.0.0",
35+
"@chain-registry/types": "^2.0.1",
36+
"@chain-registry/utils": "^2.0.1",
3737
"@cosmostation/extension-client": "0.1.15"
3838
},
3939
"keywords": [

v2/packages/interfaces/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.52.147 (2025-06-10)
7+
8+
**Note:** Version bump only for package @chain-registry/interfaces
9+
10+
11+
12+
13+
614
## 0.52.146 (2025-06-10)
715

816
**Note:** Version bump only for package @chain-registry/interfaces

v2/packages/interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chain-registry/interfaces",
3-
"version": "0.52.146",
3+
"version": "0.52.147",
44
"description": "Chain Registry interfaces",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",

v2/packages/keplr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.0.1 (2025-06-10)
7+
8+
**Note:** Version bump only for package @chain-registry/keplr
9+
10+
11+
12+
13+
614
## 0.0.238 (2025-06-10)
715

816
**Note:** Version bump only for package @chain-registry/v2-keplr

v2/packages/keplr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chain-registry/keplr",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Chain Registry to Keplr",
66
"main": "index.js",
@@ -20,11 +20,11 @@
2020
"url": "https://github.com/hyperweb-io/chain-registry/issues"
2121
},
2222
"dependencies": {
23-
"chain-registry": "^2.0.0",
24-
"@chain-registry/types": "^2.0.0",
23+
"@chain-registry/types": "^2.0.1",
2524
"@keplr-wallet/cosmos": "0.12.28",
2625
"@keplr-wallet/crypto": "0.12.28",
2726
"@types/semver": "^7.5.8",
27+
"chain-registry": "^2.0.1",
2828
"semver": "^7.5.0"
2929
},
3030
"scripts": {

0 commit comments

Comments
 (0)