Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] Bump @subql/common dependency #139

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .yarn/versions/66a4c410.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-algorand"
7 changes: 6 additions & 1 deletion packages/common-algorand/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]

## [4.2.4] - 2024-10-23
### Changed
- Bump `@subql/common` dependency (#139)

## [4.2.3] - 2024-10-22
### Changed
- Bump `@subql/common` dependency (#135)
Expand Down Expand Up @@ -109,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `assetId` on transaction filter being validated as a string. (#9)

## [1.0.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.3...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.4...HEAD
[4.2.4]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.3...common-algorand/4.2.4
[4.2.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...common-algorand/4.2.3
[4.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.1.0...common-algorand/4.2.1
[4.1.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.0.0...common-algorand/4.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "4.2.3",
"version": "4.2.4",
"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": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/types-algorand": "workspace:*"
},
"peerDependencies": {
Expand Down
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.14.4] - 2024-10-23
### Changed
- Bump `@subql/common` dependency (#139)

## [3.14.3] - 2024-10-22
### Changed
- Bump `@subql/common` and `@subql/node-core` dependency (#135)
Expand Down Expand Up @@ -269,7 +273,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.14.3...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...HEAD
[3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4
[3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
[3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
[3.13.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...node-algorand/3.13.0
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.14.3",
"version": "3.14.4",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/common-algorand": "workspace:*",
"@subql/node-core": "^14.1.6",
"@subql/types-algorand": "workspace:*",
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-algorand@workspace:packages/common-algorand"
dependencies:
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/types-algorand": "workspace:*"
"@types/bn.js": 4.11.6
"@types/js-yaml": ^4.0.4
Expand All @@ -2723,7 +2723,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.1.3, @subql/common@npm:^5.1.3":
"@subql/common@npm:5.1.3":
version: 5.1.3
resolution: "@subql/common@npm:5.1.3"
dependencies:
Expand All @@ -2739,6 +2739,22 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@npm:^5.1.4":
version: 5.1.4
resolution: "@subql/common@npm:5.1.4"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: e0e4d5eb6ff521234b784cdd82810566aa00c58303345915435d105432c5d98b618fa8523597d9e98edcffbaa3c383dd67458862ae38b1b7b7971fcac0dde092
languageName: node
linkType: hard

"@subql/node-algorand@workspace:packages/node":
version: 0.0.0-use.local
resolution: "@subql/node-algorand@workspace:packages/node"
Expand All @@ -2750,7 +2766,7 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/common-algorand": "workspace:*"
"@subql/node-core": ^14.1.6
"@subql/types-algorand": "workspace:*"
Expand Down Expand Up @@ -2834,6 +2850,13 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:2.0.0, @subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-core@npm:^0.9.1":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
Expand All @@ -2843,13 +2866,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types@npm:3.11.2":
version: 3.11.2
resolution: "@subql/types@npm:3.11.2"
Expand Down
Loading