Skip to content

Commit

Permalink
Merge pull request #124 from subquery/release-20241022
Browse files Browse the repository at this point in the history
[release] 20241022
  • Loading branch information
yoozo authored Oct 22, 2024
2 parents c6df26f + 2c63bbf commit 64404cb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
Empty file added .yarn/versions/0a0e7457.yml
Empty file.
3 changes: 3 additions & 0 deletions .yarn/versions/1497ec43.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/node-near"
2 changes: 2 additions & 0 deletions .yarn/versions/8b3a2679.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-near"
4 changes: 3 additions & 1 deletion packages/common-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.1] - 2024-10-22
### Changed
- Bump `@subql/common` dependency (#123)

Expand Down Expand Up @@ -97,7 +98,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.1...HEAD
[4.1.1]: https://github.com/subquery/subql-near/compare/common-near/4.1.0...common-near/4.1.1
[4.1.0]: https://github.com/subquery/subql-near/compare/common-near/4.0.0...common-near/4.1.0
[4.0.0]: https://github.com/subquery/subql-near/compare/common-near/3.5.0...common-near/4.0.0
[3.5.0]: https://github.com/subquery/subql-near/compare/common-near/3.4.0...common-near/3.5.0
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.1-0",
"version": "4.1.1",
"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.0"
}
}
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.2] - 2024-10-22
### Changed
- Bump `@subql/common` and `@subql/node-core` dependency (#123)

Expand Down Expand Up @@ -256,7 +257,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.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.0.2...HEAD
[4.0.2]: https://github.com/subquery/subql-near/compare/node-near/4.0.1...node-near/4.0.2
[4.0.1]: https://github.com/subquery/subql-near/compare/node-near/4.0.0...node-near/4.0.1
[4.0.0]: https://github.com/subquery/subql-near/compare/node-near/3.12.0...node-near/4.0.0
[3.12.0]: https://github.com/subquery/subql-near/compare/node-near/3.11.1...node-near/3.12.0
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.0.2-0",
"version": "4.0.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -49,6 +49,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.0.1"
]
}
4 changes: 3 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0] - 2024-10-22
### Changed
- Bump `@subql/types-core` dependency (#123)

Expand Down Expand Up @@ -86,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Args type for funciton calls (#9)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/4.0.0...HEAD
[4.0.0]: https://github.com/subquery/subql-near/compare/types-near/3.5.0...types-near/4.0.0
[3.5.0]: https://github.com/subquery/subql-near/compare/types-near/3.4.0...types-near/3.5.0
[3.4.0]: https://github.com/subquery/subql-near/compare/types-near/3.3.0...types-near/3.4.0
[3.3.0]: https://github.com/subquery/subql-near/compare/types-near/3.2.0...types-near/3.3.0
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-near",
"version": "3.5.1-0",
"version": "4.0.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -23,6 +23,5 @@
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "3.5.0"
}
}

0 comments on commit 64404cb

Please sign in to comment.