Skip to content

Commit

Permalink
[release] 20230802 (#57)
Browse files Browse the repository at this point in the history
* [release] 20230802

* add reference links

* update reference link

* update types-near reference links

* update node-near version
  • Loading branch information
guplersaxanoid authored Aug 2, 2023
1 parent 3cfe789 commit edee30b
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/1fcaf5da.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/9701e350.yml

This file was deleted.

Empty file removed .yarn/versions/edaab499.yml
Empty file.
19 changes: 12 additions & 7 deletions packages/common-near/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.4.0] - 2023-08-02
### Changed
- update license and `@subql/common` (#56)

## [2.3.0] - 2023-06-27
### Changed
- Sync with main sdk and update deps (#51)
Expand Down Expand Up @@ -35,12 +39,13 @@ 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/2.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/2.4.0...HEAD
[2.4.0]: https://github.com/subquery/subql-near/compare/common-near/2.3.0...common-near/2.4.0
[2.3.0]: https://github.com/subquery/subql-near/compare/common-near/2.2.1...common-near/2.3.0
[2.2.1]: https://github.com/subquery/subql-near/compare/common-near/2.2.0.../common-near/2.2.1
[2.2.0]: 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
[2.2.1]: https://github.com/subquery/subql-near/compare/common-near/2.2.0...common-near/2.2.1
[2.2.0]: 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.3.1-0",
"version": "2.4.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.3.0"
}
}
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.10.0] - 2023-08-02
### Changed
- Sync with main sdk (#56)

## [2.8.0] - 2023-06-27
### Changed
- Sync with main sdk and update deps (#51)
Expand Down Expand Up @@ -106,7 +110,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/2.8.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/2.10.0...HEAD
[2.10.0]: https://github.com/subquery/subql-near/compare/node-near/2.8.0...node-near/2.10.0
[2.8.0]: https://github.com/subquery/subql-near/compare/node-near/2.6.1...node-near/2.8.0
[2.6.1]: https://github.com/subquery/subql-near/compare/node-near/2.6.0...node-near/2.6.1
[2.6.0]: https://github.com/subquery/subql-near/compare/node-near/2.5.2...node-near/2.6.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": "2.8.1-0",
"version": "2.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.8.0"
]
}
13 changes: 13 additions & 0 deletions 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]

## [2.1.2] - 2023-08-02
### Changed
- update license (#56)

## [2.1.1] - 2023-05-17

## [2.1.0] - 2023-05-17
Expand All @@ -32,3 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial Release

[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/v2.1.2...HEAD
[2.1.2]: https://github.com/subquery/subql-near/compare/types-near/v2.1.1...types-near/v2.1.2
[2.1.1]: https://github.com/subquery/subql-near/compare/types-near/v2.1.0...types-near/v2.1.1
[2.1.0]: https://github.com/subquery/subql-near/compare/types-near/v2.0.0...types-near/v2.1.0
[2.0.0]: https://github.com/subquery/subql-near/compare/types-near/v1.1.1...types-near/v2.0.0
[1.1.1]: https://github.com/subquery/subql-near/compare/types-near/v1.1.0...types-near/v1.1.1
[1.1.0]: https://github.com/subquery/subql-near/compare/types-near/v1.0.1...types-near/v1.1.0
[1.0.1]: https://github.com/subquery/subql-near/compare/types-near/v1.0.0...types-near/v1.0.1
[1.0.0]: https://github.com/subquery/subql-near/tags/1.0.0
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": "2.1.2-0",
"version": "2.1.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -21,6 +21,5 @@
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "2.1.1"
}
}

0 comments on commit edee30b

Please sign in to comment.