Skip to content

Commit

Permalink
[release] substrate 20220629 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jun 29, 2022
1 parent 546b05a commit 4e155b2
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 11 deletions.
Empty file removed .yarn/versions/009c07da.yml
Empty file.
Empty file removed .yarn/versions/36f212c7.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/68f15e6c.yml

This file was deleted.

Empty file removed .yarn/versions/8deb12f0.yml
Empty file.
Empty file removed .yarn/versions/97093826.yml
Empty file.
Empty file removed .yarn/versions/a35f848c.yml
Empty file.
Empty file removed .yarn/versions/caae1e61.yml
Empty file.
Empty file removed .yarn/versions/ce69fd90.yml
Empty file.
Empty file removed .yarn/versions/e40a4d0e.yml
Empty file.
Empty file removed .yarn/versions/f9e63a6c.yml
Empty file.
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]

## [1.1.1] - 2022-06-29
### Fixed
- Fixed typo in publish log (#1135)
### Changed
- Update init and publish tests with manifest 1.0.0 (#1114)

## [1.1.0] - 2022-06-22
### Changed
- Increase publish project body size up to 50mb (#1100)
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": "1.1.1-1",
"version": "1.1.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -79,6 +79,5 @@
"version": "oclif-dev readme && git add README.md",
"format": "prettier --write \"src/**/*.ts\""
},
"types": "lib/index.d.ts",
"stableVersion": "1.1.1-0"
"types": "lib/index.d.ts"
}
10 changes: 10 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2022-06-29
### Changed
- Update tests with Manifest v1.0.0 (#1114)
- Update redecorate api, allow apiAt object to query data earlier than current indexing block (#1111)
- Using chain block time as interval to fetch latest finalized and best block height (#1134)
### Fixed
- Fix set block offset twice issue (#1133)
- Fix warning for fetch specVersion when dictionary undefined, and tidy up logs (#1127)
- Fix pending data being used when it should be reset with new DS (#1140)

## [1.2.1] - 2022-06-22
### Fixed
- Handle when templates are undefined
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": "1.2.2-5",
"version": "1.3.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -66,6 +66,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.2.2-4"
]
}
4 changes: 4 additions & 0 deletions 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]

## [1.2.1] - 2022-06-27
### Fixed
- Fixed subql-query doesn't show all help docs issue (#1137)

## [1.2.0] - 2022-06-22
### Added
- added `max-connection` and `query-timeout` configuration for pg pool (#1108)
Expand Down
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "1.2.1-0",
"version": "1.2.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -68,6 +68,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15",
"typescript": "^4.4.4"
},
"stableVersion": "1.2.0"
}
}

0 comments on commit 4e155b2

Please sign in to comment.