Skip to content

Commit

Permalink
[release] 20241022-3 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 22, 2024
1 parent 81d1ad0 commit fb18c09
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/6f0dac34.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
3 changes: 3 additions & 0 deletions .yarn/versions/c76c8c0d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/node-near"
3 changes: 3 additions & 0 deletions .yarn/versions/f96a1ebc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-near"
- "@subql/types-near"
6 changes: 3 additions & 3 deletions packages/common-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

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

## [Unreleased]

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

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

## [Unreleased]

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

Expand Down Expand Up @@ -87,8 +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/4.0.1...HEAD
[4.0.1]: https://github.com/subquery/subql-near/compare/types-near/3.5.0...types-near/4.0.1
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/4.0.2...HEAD
[4.0.2]: https://github.com/subquery/subql-near/compare/types-near/3.5.0...types-near/4.0.2
[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": "4.0.2-0",
"version": "4.0.2",
"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": "4.0.1"
}
}

0 comments on commit fb18c09

Please sign in to comment.