Skip to content

Commit

Permalink
[release] 20240207 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Feb 6, 2024
1 parent 904c20e commit 47a8af7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/e0509b1c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/types-core"
5 changes: 4 additions & 1 deletion packages/types-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]

## [0.5.0] - 2024-02-07
### Added
- Update `ParentProject` to use `untilBlock` as and alias for `block` (#2235)

Expand All @@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of new package containing types common to all chains

[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.5.0...HEAD
[0.5.0]: https://github.com/subquery/subql/compare/types-core/0.4.0...types-core/0.5.0
[0.4.0]: https://github.com/subquery/subql/compare/types-core/0.3.0...types-core/0.4.0
[0.3.0]: https://github.com/subquery/subql/compare/types-core/0.2.0...types-core/0.3.0
[0.2.0]: https://github.com/subquery/subql/compare/types-core/0.1.0...types-core/0.2.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-core",
"version": "0.4.1-0",
"version": "0.5.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,6 +17,5 @@
],
"dependencies": {
"package-json-type": "^1.0.3"
},
"stableVersion": "0.4.0"
}
}
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.3.1] - 2024-02-07
### Changed
- Update `@subql/types-core`

## [3.3.0] - 2023-10-31
### Changed
- Import types-core global so there is no need to update tsconfig
Expand Down Expand Up @@ -213,7 +217,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.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.3.1...HEAD
[3.3.1]: https://github.com/subquery/subql/compare/types/3.3.0...types/3.3.1
[3.3.0]: https://github.com/subquery/subql/compare/types/3.2.0...types/3.3.0
[3.2.0]: https://github.com/subquery/subql/compare/types/3.1.2...types/3.2.0
[3.1.2]: https://github.com/subquery/subql/compare/types/3.1.1...types/3.1.2
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.3.1-0",
"version": "3.3.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"devDependencies": {
"@polkadot/api": "^10"
},
"stableVersion": "3.3.0"
}
}

0 comments on commit 47a8af7

Please sign in to comment.