Skip to content

Commit

Permalink
[release] 20220615
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Jun 15, 2022
1 parent 4fcfb0e commit 5fde3f4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-release/gh-release-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ async function publishRelease(releaseInfo) {

checkForBetaVersion(version);

const releaseInfo = gatherReleaseInfo(`./${myArgs[0]}/CHANGELOG.md`);
const releaseInfo = gatherReleaseInfo(`${myArgs[0]}/CHANGELOG.md`);

publishRelease(releaseInfo);
4 changes: 2 additions & 2 deletions packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.0.4] - 2022-06-15
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/0.0.4...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/0.0.5...HEAD

2 changes: 1 addition & 1 deletion packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-cosmos",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.0.4] - 2022-06-15
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.0.4...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.0.5...HEAD

2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"author": "Naveen Veluswamy",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.0.4] - 2022-06-15
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.0.4...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.0.5...HEAD

2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-cosmos",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 5fde3f4

Please sign in to comment.