Skip to content

Commit

Permalink
[release] 20220701 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jul 1, 2022
1 parent 2469926 commit 1d2a4da
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
14 changes: 11 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

[0.1.2] - 2022-07-01
### Fixed
- Docker image health checks failing because of missing `curl` command

### Added
- Inject the types registry into the sandbox (#34)

## [0.1.1] - 2022-06-29

### Updated
Expand Down Expand Up @@ -46,8 +53,9 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.1.1...HEAD
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.1.0...node/0.1.1
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.0.7...node/0.1.0
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.1.2...HEAD
[0.1.2]: https://github.com/subquery/subql-cosmos/compare/node/0.1.1...node/0.1.2
[0.1.1]: https://github.com/subquery/subql-cosmos/compare/node/0.1.0...node/0.1.1
[0.1.0]: https://github.com/subquery/subql-cosmos/compare/node/0.0.7...node/0.1.0
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.0.6...node/0.0.7
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/node/0.0.5...node/0.0.6
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "0.1.2-1",
"version": "0.1.2",
"description": "",
"author": "Naveen Veluswamy",
"license": "Apache-2.0",
Expand Down Expand Up @@ -71,6 +71,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "0.1.2-0"
]
}
11 changes: 9 additions & 2 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.1.1] - 2022-07-01

- Inject the types registry into the sandbox (#34)

### Added

## [0.1.0] - 2022-06-27

### Changed
Expand All @@ -20,6 +26,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.1.0...HEAD
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/types/0.0.6...types/0.1.0
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.1.1...HEAD
[0.1.1]: https://github.com/subquery/subql-cosmos/compare/types/0.1.0...types/0.1.1
[0.1.0]: https://github.com/subquery/subql-cosmos/compare/types/0.0.6...types/0.1.0
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/types/0.0.5...types/0.0.6
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-cosmos",
"version": "0.1.1-0",
"version": "0.1.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -21,6 +21,5 @@
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "0.1.0"
}
}

0 comments on commit 1d2a4da

Please sign in to comment.