Skip to content

Commit

Permalink
[release] 20241023 (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 23, 2024
1 parent 7e3f97a commit e20be67
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/b4e981f5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common"
- "@subql/testing"
7 changes: 6 additions & 1 deletion packages/common/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]

## [5.1.4] - 2024-10-23
### Fixed
- Bump version `@subql/types-core`

## [5.1.3] - 2024-09-25
### Added
- `Runner.query` support `@subql/query-subgraph` option
Expand Down Expand Up @@ -415,7 +419,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.4...HEAD
[5.1.4]: https://github.com/subquery/subql/compare/common/5.1.3...common/5.1.4
[5.1.3]: https://github.com/subquery/subql/compare/common/5.1.2...common/5.1.3
[5.1.2]: https://github.com/subquery/subql/compare/common/5.1.1...common/5.1.2
[5.1.1]: https://github.com/subquery/subql/compare/common/5.1.0...common/5.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "5.1.3",
"version": "5.1.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/testing/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]

## [2.2.2] - 2024-10-23
### Fixed
- Bump version `@subql/types-core`

## [2.2.1] - 2024-07-09
### Changed
- Changes to ts build settings (#2475)
Expand Down Expand Up @@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Major release 2.0.0, align with other package versions

[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.2...HEAD
[2.2.2]: https://github.com/subquery/subql/compare/testing/2.2.1...testing/2.2.2
[2.2.1]: https://github.com/subquery/subql/compare/testing/2.2.0...testing/2.2.1
[2.2.0]: https://github.com/subquery/subql/compare/testing/2.1.2...testing/2.2.0
[2.1.2]: https://github.com/subquery/subql/compare/testing/2.1.1...testing/2.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/testing",
"version": "2.2.1",
"version": "2.2.2",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/types/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.11.3] - 2024-10-23
### Fixed
- Bump version `@subql/types-core`

## [3.11.2] - 2024-08-14
### Added
- Update polkadot/api library
Expand Down Expand Up @@ -267,7 +271,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- support block handler

[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.3...HEAD
[3.11.3]: https://github.com/subquery/subql/compare/types/3.11.2...types/3.11.3
[3.11.2]: https://github.com/subquery/subql/compare/types/3.11.1...types/3.11.2
[3.11.1]: https://github.com/subquery/subql/compare/types/3.11.0...types/3.11.1
[3.11.0]: https://github.com/subquery/subql/compare/types/3.10.0...types/3.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.11.2",
"version": "3.11.3",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit e20be67

Please sign in to comment.