Skip to content

Commit

Permalink
[release] 20231130 (#89)
Browse files Browse the repository at this point in the history
* Update @subql deps

* update changelog with release

---------

Co-authored-by: bz888 <[email protected]>
Co-authored-by: bz888 <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2023
1 parent 5c08777 commit 447d7c5
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/22d93201.yml

This file was deleted.

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]

## [3.4.5] - 2023-11-30
### Fixed
- Sync with `node-core` 7.0.2

## [3.4.4] - 2023-11-28
### Fixed
- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
Expand Down Expand Up @@ -177,7 +181,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.4.4...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.4.5...HEAD
[3.4.5]: https://github.com/subquery/subql-near/compare/node-near/3.4.4...node-near/3.4.5
[3.4.4]: https://github.com/subquery/subql-near/compare/node-near/3.4.3...node-near/3.4.4
[3.4.3]: https://github.com/subquery/subql-near/compare/node-near/3.4.2...node-near/3.4.3
[3.4.2]: https://github.com/subquery/subql-near/compare/node-near/3.4.1...node-near/3.4.2
Expand Down
4 changes: 2 additions & 2 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.4.4",
"version": "3.4.5",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -27,7 +27,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.0",
"@subql/common-near": "workspace:*",
"@subql/node-core": "^7.0.1",
"@subql/node-core": "^7.0.2",
"@subql/types-near": "workspace:*",
"cron-converter": "^1.0.2",
"eventemitter2": "^6.4.5",
Expand Down
7 changes: 6 additions & 1 deletion 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]

## [3.1.1] - 2023-11-30
### Changed
- Sync with `@subql/types-core` 0.4.0

## [3.1.0] - 2023-11-01
### Changed
- Import `@subql/types-core` global into global so its no longer needed to update tsconfig in projects (#74)
Expand Down Expand Up @@ -51,7 +55,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...HEAD
[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
[3.0.1]: https://github.com/subquery/subql-near/compare/types-near/3.0.0...types-near/3.0.1
[3.0.0]: https://github.com/subquery/subql-near/compare/types-near/2.1.3...types-near/3.0.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.1-0",
"version": "3.1.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,12 +17,11 @@
"/dist"
],
"dependencies": {
"@subql/types-core": "^0.3.0",
"@subql/types-core": "^0.4.0",
"bn.js": "5.2.1",
"near-api-js": "^1.1.0"
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "3.1.0"
}
}
33 changes: 21 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3303,9 +3303,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^7.0.1":
version: 7.0.1
resolution: "@subql/node-core@npm:7.0.1"
"@subql/node-core@npm:^7.0.2":
version: 7.0.2
resolution: "@subql/node-core@npm:7.0.2"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
Expand All @@ -3323,14 +3323,14 @@ __metadata:
cross-fetch: ^3.1.6
dayjs: ^1.10.7
lodash: ^4.17.21
lru-cache: 8.0.4
lru-cache: 10.1.0
merkle-tools: ^1.4.1
prom-client: ^14.0.1
source-map: ^0.7.4
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 61060f1578cb8698ff3ed9a8ece1ae045e27704a1ce37dfbb2bac75cc7d4babf006582ca2d9539f3fb2d07a6af22d45daec7649ca7894f92b08df918203712be
checksum: 81b991bc727d83f3f8f7acd6e7988a6828d029b4cd09e870b0d46d55316031d64564bc8ae8d615a89e95553971c17a715505559f82058ba503571fbb03ad817d
languageName: node
linkType: hard

Expand All @@ -3348,7 +3348,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.3.0
"@subql/common-near": "workspace:*"
"@subql/node-core": ^7.0.1
"@subql/node-core": ^7.0.2
"@subql/types-near": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -3385,7 +3385,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.3.0, @subql/types-core@npm:^0.3.0":
"@subql/types-core@npm:0.3.0":
version: 0.3.0
resolution: "@subql/types-core@npm:0.3.0"
dependencies:
Expand All @@ -3403,11 +3403,20 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^0.4.0":
version: 0.4.0
resolution: "@subql/types-core@npm:0.4.0"
dependencies:
package-json-type: ^1.0.3
checksum: e3565739c7a7e74f00dd1cfb81a1d4dab00875c23b7759dec0e3dd89e5e29d49e90aec2ef8366b77113a15fe85f6dd1a33476600a21ce7779ed1444920732a90
languageName: node
linkType: hard

"@subql/types-near@workspace:*, @subql/types-near@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-near@workspace:packages/types"
dependencies:
"@subql/types-core": ^0.3.0
"@subql/types-core": ^0.4.0
"@types/app-module-path": ^2.2.0
bn.js: 5.2.1
near-api-js: ^1.1.0
Expand Down Expand Up @@ -9106,10 +9115,10 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:8.0.4":
version: 8.0.4
resolution: "lru-cache@npm:8.0.4"
checksum: dee2b905a8cd688c5847faa46ba3cfeaa0766283b244bfd6177420e04e9d923fc901a9a578fc3963d70959631595240ead37abaf43e21968bb9805bbd9519856
"lru-cache@npm:10.1.0":
version: 10.1.0
resolution: "lru-cache@npm:10.1.0"
checksum: 58056d33e2500fbedce92f8c542e7c11b50d7d086578f14b7074d8c241422004af0718e08a6eaae8705cee09c77e39a61c1c79e9370ba689b7010c152e6a76ab
languageName: node
linkType: hard

Expand Down

0 comments on commit 447d7c5

Please sign in to comment.