Skip to content

Commit

Permalink
[release] 20211130 (#681)
Browse files Browse the repository at this point in the history
* [release] 20211130

* update changelog, node patch release
  • Loading branch information
jiqiang90 authored Nov 30, 2021
1 parent 88ae271 commit 64c047f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 6 deletions.
Empty file removed .yarn/versions/29410c42.yml
Empty file.
Empty file removed .yarn/versions/4264b3f9.yml
Empty file.
Empty file removed .yarn/versions/9a0883e9.yml
Empty file.
Empty file removed .yarn/versions/be0651ed.yml
Empty file.
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.16.1] - 2021-11-30
### Fixed
- Remove auto generated enum types and interfaces (#680)

## [0.16.0] - 2021-11-19
### Fixed
- Fix migrate datasource entry path (#641)
Expand Down Expand Up @@ -114,7 +118,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.16.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/0.16.1...HEAD
[0.16.1]: https://github.com/subquery/subql/compare/cli/0.16.0...cli/0.16.1
[0.16.0]: https://github.com/subquery/subql/compare/cli/0.15.0...cli/0.16.0
[0.15.0]: https://github.com/subquery/subql/compare/cli/0.14.0...cli/0.15.0
[0.14.0]: https://github.com/subquery/subql/compare/cli/0.13.0...cli/0.14.0
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0",
"version": "0.16.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
8 changes: 7 additions & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.14.1] - 2021-11-30
### Fixed
- Remove auto generated enum types for codegen (#680)
- Remove auto generated enum types in entities and relations (#682)

## [0.14.0] - 2021-11-19
### Added
- Add TypeClass, supported types mapping , support float type(#532)
Expand Down Expand Up @@ -106,7 +111,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common/0.14.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/0.14.1...HEAD
[0.14.1]: https://github.com/subquery/subql/compare/common/0.14.0...common/0.14.1
[0.14.0]: https://github.com/subquery/subql/compare/common/0.13.0...common/0.14.0
[0.13.0]: https://github.com/subquery/subql/compare/common/0.12.0...common/0.13.0
[0.8.2]: https://github.com/subquery/subql/compare/v0.8.0...v0.8.2
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "0.14.1-1",
"version": "0.14.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
9 changes: 8 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.25.2] - 2021-11-30
Priority: high for projects indexed with 0.25.x or above
### Fixed:
- Upgrade dependency common, in order to remove auto generated enum types from entities relations (#682)

## [0.25.1] - 2021-11-27
Priority: high for projects use dictionary
### Fixed:
Expand Down Expand Up @@ -348,7 +354,8 @@ Priority: high for projects use dictionary
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/0.25.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/0.25.2...HEAD
[0.25.2]: https://github.com/subquery/subql/compare/node/0.25.1...node/0.25.2
[0.25.1]: https://github.com/subquery/subql/compare/node/0.25.0...node/0.25.1
[0.25.0]: https://github.com/subquery/subql/compare/node/0.24.0...node/0.25.0
[0.24.0]: https://github.com/subquery/subql/compare/node/0.23.1...node/0.24.0
Expand Down
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",
"version": "0.25.2-1",
"version": "0.25.2",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down

0 comments on commit 64c047f

Please sign in to comment.