Skip to content

Commit

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

* Fix changelogs
  • Loading branch information
jiqiang90 authored Nov 4, 2021
1 parent 8081989 commit eb00edd
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/0e01b47b.yml

This file was deleted.

Empty file removed .yarn/versions/19eb5045.yml
Empty file.
Empty file removed .yarn/versions/1b6a0d49.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/321310b1.yml

This file was deleted.

Empty file removed .yarn/versions/51b63976.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/780fed01.yml

This file was deleted.

Empty file removed .yarn/versions/b67d82c8.yml
Empty file.
Empty file removed .yarn/versions/bf5e9fb7.yml
Empty file.
4 changes: 0 additions & 4 deletions .yarn/versions/d0715d0f.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/f6cc21a9.yml

This file was deleted.

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

## [Unreleased]

## [0.15.0] - 2021-11-03
### Changed
- Improve ts typing for `static create()` function in model.ts template (#573)
- Use jsonrpc client to fetch genesis hash , drop dependencies of polkadot-api (#595)
- Update `subql validate` to validate custom ds (#596)
- Bump dependencies (#584)
### Added
- New command `Subql migrate` allow convert project manifest v0.0.1 to v0.2.0 (#587)

## [0.14.0] - 2021-10-26
### Added
- Added publish CLI command which uploads a project to IPFS if it is using project manifest v0.2.0 (#486)
Expand Down Expand Up @@ -94,7 +103,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/v0.9.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/0.14.0...HEAD
[0.14.0]: https://github.com/subquery/subql/compare/cli/0.13.0...cli/0.14.0
[0.9.2]: https://github.com/subquery/subql/compare/v0.9.0...v0.9.2
[0.9.0]: https://github.com/subquery/subql/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/subquery/subql/compare/v0.7.3...v0.8.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.14.1-5",
"version": "0.15.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
13 changes: 12 additions & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.13.0] - 2021-11-03
### Added
- Add `abi` to to project CustomDataSourceBase (#547)
- Add `address` and rule to project CustomDataSourceBase, improve Moonbeam EVM (#593);
- Move `abi` and `address` under `processor.options` (#598)
### Changed
- Bump dependencies (#584)
### Fixed
- Allow dictionary in ProjectManifest v0.2.0 (#578)

## [0.12.0] - 2021-10-26
### Changed
- Move project manifest types to @subql/types because it is now also required by subquery project. (#512)
Expand Down Expand Up @@ -87,7 +97,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/v0.8.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/0.13.0...HEAD
[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
[0.8.0]: https://github.com/subquery/subql/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/subquery/subql/compare/v0.6.1...v0.7.0
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.12.1-6",
"version": "0.13.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
12 changes: 10 additions & 2 deletions packages/contract-processors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2021-11-03
### Fixed
- Fix evm tx's `from` field (#590)
### Changed
- Bump dependencies (#584)
- Moonbeam EVM improvement (#593)

## [0.2.0] - 2021-10-31
### Fixed
- Case sensitivity when compare hash strings (#581)
Expand All @@ -15,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basic implementation for moonbeam evm processor (#547)

[Unreleased]: https://github.com/subquery/subql/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/subquery/subql/compare/v0.1.0...v0.2.0
[Unreleased]: https://github.com/subquery/subql/compare/contract-processors/0.3.0...HEAD
[0.3.0]: https://github.com/subquery/subql/compare/contract-processors/0.2.0...contract-processors/0.3.0

2 changes: 1 addition & 1 deletion packages/contract-processors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/contract-processors",
"version": "0.2.1-3",
"version": "0.3.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
12 changes: 11 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.24.0] - 2021-11-03
### Added
- [custom ds] Read and feed assets to custom ds's `validate()` (#547)
- Improve error msg when fetch block fails (#602)
### Changed
- Bump dependencies (#584)
- Moonbeam EVM, filter before transforming with custom datasource (#593)
- Update Polkadot/api to 6.6.1 (#599)
### Fixed
- Moonbeam networks shows negative bps and fail Healthy checks (#589)

Expand Down Expand Up @@ -318,7 +327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/v0.12.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/0.24.0...HEAD
[0.24.0]: https://github.com/subquery/subql/compare/node/0.23.1...node/0.24.0
[0.23.1]: https://github.com/subquery/subql/compare/node/0.23.0...node/0.23.1
[0.23.0]: https://github.com/subquery/subql/compare/v0.16.0...v0.16.1
[0.22.0]: https://github.com/subquery/subql/compare/v0.16.0...v0.16.1
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.23.2-6",
"version": "0.24.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/query/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.7.4] - 2021-11-03
### Changed
- Bump dependencies (#584)

## [0.7.3] - 2021-09-25
Upgrade priority: High. Any project rely on query `_metadata` should upgrade.
### Fixed
Expand Down Expand Up @@ -66,7 +70,8 @@ Upgrade priority: High. This fix the entities name conflict issue, for users who
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/0.7.4...HEAD
[0.7.4]: https://github.com/subquery/subql/compare/query/0.7.3...query/0.7.4
[0.5.0]: https://github.com/subquery/subql/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/subquery/subql/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/subquery/subql/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "0.7.4-1",
"version": "0.7.4",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down
9 changes: 8 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.10.0] - 2021-11-03
### Changed
- Update interface under project for Moonbeam custom datasource processor (#579)
### Added
- Add interface `FunctionPropertyNames` improve types of entity creation (#573)

## [0.9.0] - 2021-10-26
### Changed
- Update Polkadot/api to v6 (#548)
Expand Down Expand Up @@ -69,7 +75,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
### Added
- support block handler

[Unreleased]: https://github.com/subquery/subql/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/0.10.0...HEAD
[0.10.0]: https://github.com/subquery/subql/compare/types/0.9.0...types/0.10.0
[0.7.0]: https://github.com/subquery/subql/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/subquery/subql/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/OnFinality-io/subql/compare/v0.5.0...v0.6.0
Expand Down
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",
"version": "0.9.1-2",
"version": "0.10.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit eb00edd

Please sign in to comment.