Skip to content

Commit

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

* [release] 20221130
  • Loading branch information
bz888 authored Nov 29, 2022
1 parent f40b0e7 commit 932f6a0
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/3dff3544.yml

This file was deleted.

Empty file removed .yarn/versions/4163d1e6.yml
Empty file.
Empty file removed .yarn/versions/45846e2c.yml
Empty file.
Empty file removed .yarn/versions/604a8330.yml
Empty file.
Empty file removed .yarn/versions/6ed472e6.yml
Empty file.
Empty file removed .yarn/versions/8d2bbce9.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/f96bd493.yml

This file was deleted.

4 changes: 4 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.5.1] - 2022-11-30
### Fixed
- Fixed enum name (#1441)

## [1.5.0] - 2022-11-23
### Added
- Dictionary auth link integration (#1411)
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": "1.5.1-1",
"version": "1.5.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -33,6 +33,5 @@
"sequelize": "6.23.0",
"vm2": "^3.9.9",
"yargs": "^16.2.0"
},
"stableVersion": "1.5.1-0"
}
}
5 changes: 5 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.15.1] - 2022-11-30
## Fixed
- Patch release with @subql/node-core fix


## [1.15.0] - 2022-11-23
## Added
- Dictionary auth link integration (#1411)
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.15.0",
"version": "1.15.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ 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]

## [1.9.0] - 2022-11-30
### Added
- Add `--playground-settings` options for passing the settings to the pleyground (#1436)
- Add `--playground-settings` options for passing the settings to the playground (#1436)

## [1.8.0] - 2022-11-23
### Fixed
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.8.1-2",
"version": "1.9.0",
"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.8.1-1"
}
}
4 changes: 4 additions & 0 deletions packages/utils/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.3.1] - 2022-11-30
### Fixed
- Support postgres identifier restrictions (#1438)

## [1.3.0] - 2022-11-23
### Changed
- Support for multi-chain indexing (#1375)
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "1.3.1-0",
"version": "1.3.1",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "1.3.0"
}
}

0 comments on commit 932f6a0

Please sign in to comment.