Skip to content

Commit

Permalink
[release] 20220712 Substrate
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Jul 12, 2022
1 parent 69644e1 commit b66050f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 11 deletions.
Empty file removed .yarn/versions/0b378888.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/450b48fc.yml

This file was deleted.

Empty file removed .yarn/versions/4ceb3dc3.yml
Empty file.
Empty file removed .yarn/versions/89f19cb4.yml
Empty file.
Empty file removed .yarn/versions/d8b1f7ab.yml
Empty file.
1 change: 1 addition & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.3.0] - 2022-07-12
### Fixed
- CLI deployment when no dictionary or matching endpoint is provided (#1180)
### Added
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.2.2-2",
"version": "1.3.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -78,6 +78,5 @@
"version": "oclif-dev readme && git add README.md",
"format": "prettier --write \"src/**/*.ts\""
},
"types": "lib/index.d.ts",
"stableVersion": "1.2.2-1"
"types": "lib/index.d.ts"
}
7 changes: 7 additions & 0 deletions packages/node/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]

## [1.5.0] - 2022-07-12
### Added
- add option `dictionary-timeout`, allow indexer decide timeout for query dictionary result (#1177)
### Changed
- Improve error log (#1174)
- Update Polkadot to 8.12.2 (#1179)

## [1.4.1] - 2022-07-07
### Fixed
- Fix oversize subscription notification trigger name (#1171)
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.4.2-2",
"version": "1.5.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,6 +67,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.4.2-1"
]
}
4 changes: 4 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.2.2] - 2022-07-12
### Fixed
- Fix test (#1174)

## [1.2.1] - 2022-07-05
### Fixed
- Tidy up dependency, move `ipfs-http-client` to common packages (#1160)
Expand Down
5 changes: 2 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "1.2.2-0",
"version": "1.2.2",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -27,6 +27,5 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"stableVersion": "1.2.1"
}
}

0 comments on commit b66050f

Please sign in to comment.