Skip to content

Commit

Permalink
[release] 20220118 (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishmonger45 authored Jan 17, 2022
1 parent 1b95919 commit 67b261e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
Empty file removed .yarn/versions/01bc31d9.yml
Empty file.
Empty file removed .yarn/versions/567e6ab9.yml
Empty file.
5 changes: 0 additions & 5 deletions .yarn/versions/e428622d.yml

This file was deleted.

7 changes: 6 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.18.0] - 2022-01-18
### Added
- Filter project templates by selected specVersion (#751)

## [0.17.0] - 2022-01-13
### Added
- Warning and advice for use manifest specVersion v0.0.1 (#730)
Expand Down Expand Up @@ -128,7 +132,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/0.17.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/0.18.0...HEAD
[0.18.0]: https://github.com/subquery/subql/compare/cli/0.17.0...cli/0.18.0
[0.17.0]: https://github.com/subquery/subql/compare/cli/0.16.2...cli/0.17.0
[0.16.2]: https://github.com/subquery/subql/compare/cli/0.16.1...cli/0.16.2
[0.16.1]: https://github.com/subquery/subql/compare/cli/0.16.0...cli/0.16.1
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "0.17.1-0",
"version": "0.18.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -73,6 +73,5 @@
"version": "oclif-dev readme && git add README.md",
"format": "prettier --write \"src/**/*.ts\""
},
"types": "lib/index.d.ts",
"stableVersion": "0.17.0"
"types": "lib/index.d.ts"
}
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.1] - 2021-01-18
### Changed
- Ready endpoint return code (#750)

## [0.27.0] - 2021-01-13
### Changed
- Deprecate local mode (#725)
Expand Down Expand Up @@ -387,7 +391,8 @@ Priority: high for projects use dictionary
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/0.27.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/0.27.1...HEAD
[0.27.1]: https://github.com/subquery/subql/compare/node/0.27.0...node/0.27.1
[0.27.0]: https://github.com/subquery/subql/compare/node/0.26.0...node/0.27.0
[0.26.0]: https://github.com/subquery/subql/compare/node/0.25.3...node/0.26.0
[0.25.3]: https://github.com/subquery/subql/compare/node/0.25.2...node/0.25.3
Expand Down
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",
"version": "0.27.1-0",
"version": "0.27.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -63,6 +63,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "0.27.0"
]
}

0 comments on commit 67b261e

Please sign in to comment.