Skip to content

Commit

Permalink
[release] 20240207 Sync @subql dependencies (#96)
Browse files Browse the repository at this point in the history
* Update @subql deps

* Update types-core, prepare release

---------

Co-authored-by: stwiname <[email protected]>
  • Loading branch information
stwiname and stwiname authored Feb 7, 2024
1 parent 73808f1 commit 7bbeb61
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 223 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/c354d9cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
7 changes: 6 additions & 1 deletion 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]

## [3.3.0] - 2024-02-07
### Changed
- Update `@subql/common`

## [3.2.0] - 2024-01-25
### Changed
- bump with @subql/common 3.3.1
Expand Down Expand Up @@ -66,7 +70,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/3.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql-near/compare/common-near/3.2.0...common-near/3.3.0
[3.2.0]: https://github.com/subquery/subql-near/compare/common-near/3.1.1...common-near/3.2.0
[3.1.1]: https://github.com/subquery/subql-near/compare/common-near/3.1.0...common-near/3.1.1
[3.1.0]: https://github.com/subquery/subql-near/compare/common-near/3.0.1...common-near/3.1.0
Expand Down
4 changes: 2 additions & 2 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": "3.2.0",
"version": "3.3.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^3.3.1",
"@subql/common": "^3.4.0",
"@subql/types-near": "workspace:*",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13"
Expand Down
9 changes: 7 additions & 2 deletions 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]

## [3.5.1] - 2024-02-07
### Fixed
- Critical bug introduced in 3.5.0 which broke historical indexing

## [3.5.0] - 2024-01-25
### Changed
- Update @subql/node-core with
Expand Down Expand Up @@ -40,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.4.0] - 2023-11-14
### Changed
- Updates to match changes in `@subql/node-core` (#83)
- Updates to match changes in
- Dictionary service to use dictionary registry
- Use yargs from node core

Expand Down Expand Up @@ -192,7 +196,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/3.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.5.1...HEAD
[3.5.1]: https://github.com/subquery/subql-near/compare/node-near/3.5.0...node-near/3.5.1
[3.5.0]: https://github.com/subquery/subql-near/compare/node-near/3.4.6...node-near/3.5.0
[3.4.6]: https://github.com/subquery/subql-near/compare/node-near/3.4.5...node-near/3.4.6
[3.4.5]: https://github.com/subquery/subql-near/compare/node-near/3.4.4...node-near/3.4.5
Expand Down
6 changes: 3 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": "3.5.0",
"version": "3.5.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -25,9 +25,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.1",
"@subql/common": "^3.4.0",
"@subql/common-near": "workspace:*",
"@subql/node-core": "^7.1.0",
"@subql/node-core": "^7.2.1",
"@subql/types-near": "workspace:*",
"cron-converter": "^1.0.2",
"eventemitter2": "^6.4.5",
Expand Down
6 changes: 5 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.3] - 2024-02-07
### Changed
- Update `@subql/types-core`

## [3.1.2] - 2023-12-12
### Fixed
Expand Down Expand Up @@ -60,7 +63,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.1.2...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.1.3...HEAD
[3.1.3]: https://github.com/subquery/subql-near/compare/types-near/3.1.2...types-near/3.1.3
[3.1.2]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...types-near/3.1.2
[3.1.1]: https://github.com/subquery/subql-near/compare/types-near/3.1.0...types-near/3.1.1
[3.1.0]: https://github.com/subquery/subql-near/compare/types-near/3.0.1...types-near/3.1.0
Expand Down
7 changes: 3 additions & 4 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.1.3-0",
"version": "3.1.3",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,12 +17,11 @@
"/dist"
],
"dependencies": {
"@subql/types-core": "^0.4.0",
"@subql/types-core": "^0.5.0",
"bn.js": "5.2.1",
"near-api-js": "^1.1.0"
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "3.1.2"
}
}
Loading

0 comments on commit 7bbeb61

Please sign in to comment.