Skip to content

Commit

Permalink
[release] 20241217 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Dec 17, 2024
1 parent 0f71b71 commit ada5f72
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/aad2c873.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-near"
- "@subql/types-near"
3 changes: 3 additions & 0 deletions .yarn/versions/c25ad54c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
5 changes: 4 additions & 1 deletion packages/common-near/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.0] - 2024-12-17
### Changed
- Update `@subql/common` dependency

Expand Down Expand Up @@ -108,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add transaction receipts handlers and filters (#13)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.5...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.2.0...HEAD
[4.2.0]: https://github.com/subquery/subql-near/compare/common-near/4.1.5...common-near/4.2.0
[4.1.5]: https://github.com/subquery/subql-near/compare/common-near/4.1.4...common-near/4.1.5
[4.1.4]: https://github.com/subquery/subql-near/compare/common-near/4.1.3...common-near/4.1.4
[4.1.3]: https://github.com/subquery/subql-near/compare/common-near/4.1.0...common-near/4.1.3
Expand Down
5 changes: 2 additions & 3 deletions packages/common-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-near",
"version": "4.1.6-0",
"version": "4.2.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "5.1.5",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.1.5"
}
}
5 changes: 4 additions & 1 deletion packages/node/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.0] - 2024-12-17
### Changed
- Update `@subql/node-core` and `@subql/common` dependencies

Expand Down Expand Up @@ -272,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `toJson` method to function args (#9)

## 1.18.0 - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.2.0...HEAD
[4.2.0]: https://github.com/subquery/subql-near/compare/node-near/4.1.1...node-near/4.2.0
[4.1.1]: https://github.com/subquery/subql-near/compare/node-near/4.1.0...node-near/4.1.1
[4.1.0]: https://github.com/subquery/subql-near/compare/node-near/4.0.5...node-near/4.1.0
[4.0.5]: https://github.com/subquery/subql-near/compare/node-near/4.0.4...node-near/4.0.5
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-near",
"version": "4.1.2-0",
"version": "4.2.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -49,6 +49,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.1.1"
]
}

0 comments on commit ada5f72

Please sign in to comment.