Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 14, 2022
1 parent 32da18e commit 4678176
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/cli/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.5.23](https://github.com/cosmology-tech/cosmology/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2022-07-14)

**Note:** Version bump only for package @cosmology/cli





## [0.5.22](https://github.com/cosmology-tech/cosmology/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2022-07-14)

**Note:** Version bump only for package @cosmology/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/cli",
"version": "0.5.22",
"version": "0.5.23",
"description": "cosmology",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/cosmology/tree/master/packages/cli#readme",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/proto-signing": "0.28.7",
"@cosmjs/stargate": "0.28.7",
"@cosmology/core": "^0.5.21",
"@cosmology/core": "^0.5.22",
"@cosmology/cosmos-registry": "^0.0.15",
"@keplr-wallet/types": "0.10.5",
"@keplr-wallet/unit": "0.10.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.5.22](https://github.com/cosmology-tech/cosmology/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2022-07-14)

**Note:** Version bump only for package @cosmology/core





## [0.5.21](https://github.com/cosmology-tech/cosmology/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2022-07-14)

**Note:** Version bump only for package @cosmology/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/core",
"version": "0.5.21",
"version": "0.5.22",
"description": "cosmology",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/cosmology/tree/master/packages/core#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/cosmology/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.5.23](https://github.com/cosmology-tech/cosmology/compare/[email protected]@0.5.23) (2022-07-14)

**Note:** Version bump only for package cosmology





## [0.5.22](https://github.com/cosmology-tech/cosmology/compare/[email protected]@0.5.22) (2022-07-14)

**Note:** Version bump only for package cosmology
Expand Down
6 changes: 3 additions & 3 deletions packages/cosmology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmology",
"version": "0.5.22",
"version": "0.5.23",
"description": "cosmology",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/cosmology/tree/master/packages/cosmology#readme",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@cosmology/cli": "^0.5.22",
"@cosmology/core": "^0.5.21"
"@cosmology/cli": "^0.5.23",
"@cosmology/core": "^0.5.22"
}
}

0 comments on commit 4678176

Please sign in to comment.