Skip to content

Commit

Permalink
[release] 20221006 (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 6, 2022
1 parent 019904e commit 3ff3ebd
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 12 deletions.
3 changes: 3 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.6.4] - 2022-10-06
- Update IPFS endpoints. (#1337)

## [1.6.3] - 2022-09-29
### Fixed
- Fix Output URL for `project:create-project` command. (#1324)
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.6.4-0",
"version": "1.6.4",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -84,6 +84,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "1.6.3"
}
}
4 changes: 4 additions & 0 deletions packages/common-substrate/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-10-06
### Changed
- Update IPFS endpoints. (#1337)

## [1.2.0] - 2022-07-27
### Changed
- Apply latest runner version validation rule, now `dev` and `latest` are not supported.
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
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]

## [1.4.2] - 2022-10-06
### Changed
- Update IPFS endpoints. (#1337)

## [1.4.1] - 2022-09-30
### Fixed
- Improve `getSchemaPath` error log. (#1324)
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "1.4.2-0",
"version": "1.4.2",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -30,6 +30,5 @@
"@types/pino": "^6.3.12",
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1"
},
"stableVersion": "1.4.1"
}
}
6 changes: 6 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.1.3] - 2022-10-06
### Changed
- Update IPFS endpoints. (#1337)
### Fixed
- Benchmark info not being logged. (#1138)

## [0.1.2] - 2022-09-27
### Changes
- Moved `yargs` file from `node-core` to `node`. (#1281)
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "0.1.3-0",
"version": "0.1.3",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -31,6 +31,5 @@
"prom-client": "^14.0.1",
"sequelize": "6.23.0",
"yargs": "^16.2.0"
},
"stableVersion": "0.1.2"
}
}
6 changes: 6 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.1] - 2022-10-06
### Changed
- Update IPFS endpoints. (#1337)
### Fixed
- Benchmark info not being logged. (#1138)

## [1.10.0] - 2022-09-29
### Changed
- Enable historical feature by default. (#1327)
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": "1.10.0",
"version": "1.10.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
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.5.1] - 2022-10-06
### Changed
- Update IPFS endpoints. (#1337)

## [1.5.0] - 2022.08-26
### Changed
- Use `@subql/node-core` package. (#1222)
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "1.5.0",
"version": "1.5.1",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 3ff3ebd

Please sign in to comment.