Skip to content

Commit

Permalink
[release] 20231130 (#96)
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 f4f9646 commit d5315eb
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 18 deletions.
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.4] - 2023-11-30
### Fixed
- Sync with `node-core` 7.0.2

## [3.4.3] - 2023-11-28
### Fixed
- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
Expand Down Expand Up @@ -189,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.3...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.4...HEAD
[3.4.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.3...node-algorand/3.4.4
[3.4.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.2...node-algorand/3.4.3
[3.4.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.1...node-algorand/3.4.2
[3.4.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.4.0...node-algorand/3.4.1
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-algorand",
"version": "3.4.3",
"version": "3.4.4",
"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-algorand": "workspace:*",
"@subql/node-core": "^7.0.1",
"@subql/node-core": "^7.0.2",
"@subql/types-algorand": "workspace:*",
"algosdk": "^2.2.0",
"axios": "^1.3.4",
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 (#83)
Expand Down Expand Up @@ -57,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.1] - 2022-08-04

## [1.2.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.1...HEAD
[3.1.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.0...types-algorand/3.1.1
[3.1.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.0.1...types-algorand/3.1.0
[3.0.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.0.0...types-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/types/2.2.0...types/3.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-algorand",
"version": "3.1.0",
"version": "3.1.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -24,6 +24,6 @@
"algosdk": "^2.2.0"
},
"dependencies": {
"@subql/types-core": "^0.3.0"
"@subql/types-core": "^0.4.0"
}
}
33 changes: 21 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3110,7 +3110,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.3.0
"@subql/common-algorand": "workspace:*"
"@subql/node-core": ^7.0.1
"@subql/node-core": ^7.0.2
"@subql/types-algorand": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -3139,9 +3139,9 @@ __metadata:
languageName: unknown
linkType: soft

"@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 @@ -3159,14 +3159,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 @@ -3183,15 +3183,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/types-algorand@workspace:packages/types"
dependencies:
"@subql/types-core": ^0.3.0
"@subql/types-core": ^0.4.0
"@types/app-module-path": ^2.2.0
algosdk: ^2.2.0
peerDependencies:
algosdk: ^2.2.0
languageName: unknown
linkType: soft

"@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 @@ -3209,6 +3209,15 @@ __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@npm:3.3.0":
version: 3.3.0
resolution: "@subql/types@npm:3.3.0"
Expand Down Expand Up @@ -9213,10 +9222,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 d5315eb

Please sign in to comment.