Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - [email protected]
 - @chain-registry/[email protected]
 - @chain-registry/[email protected]
 - @chain-registry/[email protected]
  • Loading branch information
pyramation committed Aug 13, 2022
1 parent d657431 commit 786591e
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/chain-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1](https://github.com/cosmology-tech/chain-registry/compare/[email protected]@0.3.1) (2022-08-13)

**Note:** Version bump only for package chain-registry





# [0.3.0](https://github.com/cosmology-tech/chain-registry/compare/[email protected]@0.3.0) (2022-08-13)

**Note:** Version bump only for package chain-registry
Expand Down
8 changes: 4 additions & 4 deletions packages/chain-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chain-registry",
"version": "0.3.0",
"version": "0.3.1",
"description": "Cosmos chain registry ⚛️",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
Expand Down Expand Up @@ -43,14 +43,14 @@
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-proposal-export-default-from": "7.17.12",
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
"@babel/plugin-transform-runtime": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@babel/eslint-parser": "^7.18.2",
"@chain-registry/utils": "^0.2.0",
"@chain-registry/utils": "^0.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"cross-env": "^7.0.2",
Expand All @@ -71,4 +71,4 @@
"dependencies": {
"@babel/runtime": "^7.18.3"
}
}
}
8 changes: 8 additions & 0 deletions packages/keplr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1 (2022-08-13)

**Note:** Version bump only for package @chain-registry/keplr
10 changes: 5 additions & 5 deletions packages/keplr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chain-registry/keplr",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chain Registry to Keplr",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/chain-registry",
Expand Down Expand Up @@ -76,8 +76,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@chain-registry/types": "^0.2.0",
"@keplr-wallet/crypto": "^0.10.11",
"@keplr-wallet/cosmos": "^0.10.3"
"@chain-registry/types": "^0.2.1",
"@keplr-wallet/cosmos": "^0.10.3",
"@keplr-wallet/crypto": "^0.10.11"
}
}
}
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1 (2022-08-13)

**Note:** Version bump only for package @chain-registry/types
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chain-registry/types",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chain Registry types",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/chain-registry",
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@keplr-wallet/crypto": "^0.10.11",
"@keplr-wallet/cosmos": "^0.10.3"
"@keplr-wallet/cosmos": "^0.10.3",
"@keplr-wallet/crypto": "^0.10.11"
}
}
}
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/[email protected]...@chain-registry/[email protected]) (2022-08-13)

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





# 0.2.0 (2022-08-13)

**Note:** Version bump only for package @chain-registry/utils
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chain-registry/utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chain Registry Utils",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/chain-registry",
Expand Down Expand Up @@ -78,4 +78,4 @@
"@babel/runtime": "^7.18.3",
"@keplr-wallet/crypto": "^0.10.11"
}
}
}

0 comments on commit 786591e

Please sign in to comment.