Skip to content

Commit

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

* update changelogs for cli and node, rebase main

* update cli changelog
  • Loading branch information
bz888 authored Nov 29, 2023
1 parent 1276368 commit 6db8aa9
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/16e16cc3.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file removed .yarn/versions/b6ac9c36.yml
Empty file.
5 changes: 4 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.2.3] - 2023-11-30
### Removed
- removed deprecated endpoint query on endpoint suggestion (#2190)

Expand Down Expand Up @@ -507,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.3...HEAD
[4.2.3]: https://github.com/subquery/subql/compare/cli/4.2.2...cli/4.2.3
[4.2.2]: https://github.com/subquery/subql/compare/cli/4.2.1...cli/4.2.2
[4.2.1]: https://github.com/subquery/subql/compare/cli/4.2.0...cli/4.2.1
[4.2.0]: https://github.com/subquery/subql/compare/cli/4.1.0...cli/4.2.0
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": "4.2.3-0",
"version": "4.2.3",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.2.2"
}
}
5 changes: 4 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [7.0.2] - 2023-11-29
### Changed
- dictionary registry path (#2187)

Expand Down Expand Up @@ -512,7 +514,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)

[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.2...HEAD
[7.0.2]: https://github.com/subquery/subql/compare/node-core/7.0.1...node-core/7.0.2
[7.0.1]: https://github.com/subquery/subql/compare/node-core/7.0.0...node-core/7.0.1
[7.0.0]: https://github.com/subquery/subql/compare/node-core/6.4.2...node-core/7.0.0
[6.4.2]: https://github.com/subquery/subql/compare/node-core/6.4.1...node-core/6.4.2
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": "7.0.2-1",
"version": "7.0.2",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -46,6 +46,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "7.0.2-0"
}
}
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.5] - 2023-11-30
### Changed
- Update `@subql/node-core` with fixes (#2187, #2189)

## [3.4.4] - 2023-11-28
### Fixed
- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
Expand Down Expand Up @@ -1068,7 +1072,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.5...HEAD
[3.4.5]: https://github.com/subquery/subql/compare/node/3.4.4...node/3.4.5
[3.4.4]: https://github.com/subquery/subql/compare/node/3.4.3...node/3.4.4
[3.4.3]: https://github.com/subquery/subql/compare/node/3.4.2...node/3.4.3
[3.4.2]: https://github.com/subquery/subql/compare/node/3.4.1...node/3.4.2
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": "3.4.5-0",
"version": "3.4.5",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.4.4"
]
}

0 comments on commit 6db8aa9

Please sign in to comment.