Skip to content

Commit

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

* Update CHANGELOG

* Update CHANGELOG
  • Loading branch information
jiqiang90 authored Oct 26, 2021
1 parent f15ebc4 commit 26d01bf
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 19 deletions.
Empty file removed .yarn/versions/05261d6f.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/43e39b78.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/77ce1506.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/b8e495d7.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/d995f9ca.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .yarn/versions/fdf0dd97.yml

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/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.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)
### Changed
- Update Polkadot/api to 6.5.2 (#564)

## [0.13.0] - 2021-10-12
### Added
- Cli now support for manifest spec version `0.2.0` (#495)
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.13.1-3",
"version": "0.14.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.12.0] - 2021-10-26
### Changed
- Move project manifest types to @subql/types because it is now also required by subquery project. (#512)

## [0.11.0] - 2021-10-12
### Added
- Support for new project manifest spec v0.2.0. Which has many improvements including, no longer requiring the package.json file, multiple code entry points, referencing files via other protocols such as IPFS (#495)
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.11.1-4",
"version": "0.12.0",
"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 @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.23.0] - 2021-10-26
### Added
- Add MMR service allow to acquire Proof of index information and generate Merkle mountain range root, create and store root value in a file-based database, simultaneously it updates in the corresponding MMR value in the `_poi` table.
This feature will be running along with the Proof of index service, also allow the user to specify a local path for .mmr by using flag `--mmr-path`.
This feature will be running along with the Proof of index service, also allow the user to specify a local path for .mmr by using flag `--mmr-path`. (#488)
- Introduce custom datasource (beta), enable subql to support a vary kind of smart contract solutions that embedded in parachains (#512)
### Changed
- Update Polkadot/api to 6.5.2 (#564)
### Fixed
- Performance improvement (#565)

## [0.22.0] - 2021-10-12
Upgrade priority: High. To align with runtime upgrade of Kusama and Polakdot, upgraded api will support Metadata V14 and .
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.22.1-7",
"version": "0.23.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.9.0] - 2021-10-26
### Changed
- Update Polkadot/api to v6 (#548)
- Move project manifest types to @subql/types because it is now also required by subquery project. (#512)

## [0.8.5] - 2021-10-12
### Changed
- Update Polkadot/api to 6.3.1 (#505)
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.8.6-1",
"version": "0.9.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 26d01bf

Please sign in to comment.