Skip to content

Commit

Permalink
[release] 20230602 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 2, 2023
1 parent 1878729 commit dba3798
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
16 changes: 15 additions & 1 deletion packages/common-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [2.2.0] - 2023-06-02
### Changed
- update common package (#41)

## [2.1.1] - 2023-05-17

## [2.1.0] - 2023-05-17
Expand All @@ -21,5 +27,13 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
- Add transaction receipts handlers and filters (#13)

## [1.0.0] - 2023-01-26

### Changed
Initial Release

[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/2.2.0...HEAD
[2.1.1]: https://github.com/subquery/subql-near/compare/common-near/2.1.1.../common-near/2.2.0
[2.1.1]: https://github.com/subquery/subql-near/compare/common-near/2.1.0.../common-near/2.1.1
[2.1.0]: https://github.com/subquery/subql-near/compare/common-near/2.0.0.../common-near/2.1.0
[2.0.0]: https://github.com/subquery/subql-near/compare/common-near/1.1.0.../common-near/2.0.0
[1.1.0]: https://github.com/subquery/subql-near/compare/common-near/1.0.0.../common-near/1.1.0
[1.0.0]: https://github.com/subquery/subql-near/tags/1.0.0
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": "2.1.2-0",
"version": "2.2.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -26,6 +26,5 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "2.1.1"
}
}
7 changes: 6 additions & 1 deletion packages/node/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.5.0] - 2023-06-02
### Fixed
- Updated dependencies with fixes and ported over relevant fixes from main sdk (#41)

## [2.3.1] - 2023-05-25
### Changed
- Updated node-core to fix issue with base58 block hashes and POI
Expand Down Expand Up @@ -76,6 +80,7 @@ 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/near/v2.3.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/near/v2.5.0...HEAD
[2.5.0]: https://github.com/subquery/subql-near/compare/near/v2.3.1...near/v2.5.0
[2.3.1]: https://github.com/subquery/subql-near/compare/near/v2.3.0...near/v2.3.1
[2.3.0]: https://github.com/subquery/subql-near/compare/node/v2.1.1...node/v2.3.0
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": "2.3.2-0",
"version": "2.5.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.3.1"
]
}

0 comments on commit dba3798

Please sign in to comment.