Skip to content

chore: publish 0.62.0 - #1705

Merged
rodrigopavezi merged 1 commit into
masterfrom
release
Feb 16, 2026
Merged

chore: publish 0.62.0#1705
rodrigopavezi merged 1 commit into
masterfrom
release

Conversation

@rodrigopavezi

@rodrigopavezirodrigopavezi commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Changes

This PR updates the inter-package dependencies. By the time this PR is created, the releases in NPM, Github, and Dockerhub should have already been published. Merge this PR before executing the release process again.

Release 0.62.0

https://github.com/RequestNetwork/requestNetwork/releases/tag/0.62.0

What's Changed

Features

Chores

New Contributors

Full Changelog: 0.61.0...0.62.0

Packages

Images

Summary by CodeRabbit

Release Notes

  • Chores
    • Bumped versions across multiple packages to ensure consistency and stability.
    • Updated internal dependency references to maintain compatibility between modules.
    • Added new utility dependencies to support enhanced functionality.
    • Synchronized interdependent packages to work cohesively with the latest release versions.

 - @requestnetwork/advanced-logic@0.57.0
- @requestnetwork/currency@0.31.0
- @requestnetwork/data-access@0.48.0
- @requestnetwork/data-format@0.23.0
- @requestnetwork/epk-cipher@0.13.0
- @requestnetwork/epk-decryption@0.11.0
- @requestnetwork/epk-signature@0.13.0
- @requestnetwork/ethereum-storage@0.48.0
- @requestnetwork/integration-test@0.48.0
- @requestnetwork/lit-protocol-cipher@0.13.0
- @requestnetwork/multi-format@0.31.0
- @requestnetwork/payment-detection@0.57.0
- @requestnetwork/payment-processor@0.60.0
- @requestnetwork/request-client.js@0.62.0
- @requestnetwork/request-logic@0.47.0
- @requestnetwork/request-node@0.48.0
- @requestnetwork/smart-contracts@0.51.0
- @requestnetwork/thegraph-data-access@0.54.0
- @requestnetwork/toolbox@0.19.0
- @requestnetwork/transaction-manager@0.48.0
- @requestnetwork/types@0.57.0
- @requestnetwork/usage-examples@0.36.0
- @requestnetwork/utils@0.57.0
- @requestnetwork/web3-signature@0.12.0
@coderabbitai

coderabbitaiBot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

Walkthrough

Version bumps applied across 29 package.json files in the monorepo. Internal dependencies updated to reflect new package versions (e.g., @requestnetwork/types 0.56.0 → 0.57.0). Minor version increments propagated across foundation packages and their dependents. New dependencies added: tslib and yargs in specific packages.

Changes

Cohort / File(s)Summary
Core Foundation Packages
packages/types/package.json, packages/utils/package.json, packages/multi-format/package.json, packages/data-format/package.json
Version bumps (0.56.0 → 0.57.0 or 0.30.0 → 0.31.0). Internal dependency updates to track new versions.
Data Access & Storage
packages/data-access/package.json, packages/ethereum-storage/package.json, packages/thegraph-data-access/package.json
Version increments (0.47.0 → 0.48.0 or 0.53.0 → 0.54.0). Dependencies updated to @requestnetwork/types 0.57.0, utils 0.57.0, smart-contracts 0.51.0, and multi-format 0.31.0 where applicable.
Encryption & Signature Packages
packages/epk-cipher/package.json, packages/epk-decryption/package.json, packages/epk-signature/package.json, packages/lit-protocol-cipher/package.json
Version bumps (0.10.0 → 0.11.0, 0.12.0 → 0.13.0). Dependencies updated to @requestnetwork/types 0.57.0, utils 0.57.0, multi-format 0.31.0. Lit-protocol-cipher additionally updates request-client.js to 0.62.0.
Currency & Smart Contracts
packages/currency/package.json, packages/smart-contracts/package.json
Version updates (0.30.0 → 0.31.0, 0.50.0 → 0.51.0). Internal dependencies bumped to match latest types (0.57.0) and utils (0.57.0).
Request Logic & Payment
packages/advanced-logic/package.json, packages/request-logic/package.json, packages/payment-detection/package.json, packages/payment-processor/package.json
Version increments (0.56.0 → 0.57.0, 0.46.0 → 0.47.0, 0.59.0 → 0.60.0). Dependencies aligned with types 0.57.0, utils 0.57.0. Payment-processor adds tslib 2.8.1.
Client & Transaction Management
packages/request-client.js/package.json, packages/transaction-manager/package.json
Version bumps (0.61.0 → 0.62.0, 0.47.0 → 0.48.0). Request-client.js updates 12+ dependencies; transaction-manager updates multi-format, types, utils.
Node, Examples & Integration Testing
packages/request-node/package.json, packages/usage-examples/package.json, packages/integration-test/package.json, packages/toolbox/package.json
Version updates (0.47.0 → 0.48.0, 0.35.0 → 0.36.0, 0.47.0 → 0.48.0, 0.18.0 → 0.19.0). Dependencies synced across related packages. Toolbox adds yargs 17.6.2.
Web3 & Utilities
packages/web3-signature/package.json
Version bump 0.11.0 → 0.12.0. Dependencies updated to types 0.57.0 and utils 0.57.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Summary

Standard monorepo release PR that bumps all 24 @requestnetwork/* packages to their 0.62.0 release versions and updates all inter-package dependency references. This follows the release of version 0.62.0 which includes Tron blockchain support (payment detection, payment processing, smart contracts, and currency definitions).

  • All 21 public packages and 3 private packages have their versions bumped consistently
  • All @requestnetwork/* dependency references across dependencies and devDependencies are correctly updated — no stale versions remain
  • No source code changes — strictly package.json version updates
  • External dependency versions remain unchanged

Confidence Score: 5/5

  • This PR is safe to merge — it contains only package.json version bumps with fully consistent inter-package dependency references.
  • All 24 files contain only version number changes in package.json files. Every package version and every inter-package dependency reference has been verified to be consistent. No source code, configuration, or external dependency changes are included. This is a routine, automated release bookkeeping PR.
  • No files require special attention.

Important Files Changed

FilenameOverview
packages/types/package.jsonVersion bump from 0.56.0 to 0.57.0. No inter-package dependencies to update.
packages/utils/package.jsonVersion bump from 0.56.0 to 0.57.0. Dependency on types correctly updated to 0.57.0.
packages/currency/package.jsonVersion bump from 0.30.0 to 0.31.0. Dependencies on types and utils correctly updated to 0.57.0.
packages/advanced-logic/package.jsonVersion bump from 0.56.0 to 0.57.0. Dependencies on currency, types, and utils correctly updated.
packages/smart-contracts/package.jsonVersion bump from 0.50.0 to 0.51.0. Dev dependencies on currency, types, and utils correctly updated.
packages/payment-detection/package.jsonVersion bump from 0.56.0 to 0.57.0. All dependencies and devDependencies on internal packages correctly updated.
packages/payment-processor/package.jsonVersion bump from 0.59.0 to 0.60.0. All five internal dependencies correctly updated.
packages/request-client.js/package.jsonVersion bump from 0.61.0 to 0.62.0. All twelve internal dependencies correctly updated.
packages/request-node/package.jsonVersion bump from 0.47.0 to 0.48.0. All seven internal dependencies correctly updated.
packages/integration-test/package.jsonVersion bump from 0.47.0 to 0.48.0. All 17 internal devDependencies correctly updated.

Flowchart

flowchart TD
types["types 0.57.0"] --> utils["utils 0.57.0"]
types --> multi-format["multi-format 0.31.0"]
types --> currency["currency 0.31.0"]
utils --> currency
types --> epk-signature["epk-signature 0.13.0"]
utils --> epk-signature
types --> web3-signature["web3-signature 0.12.0"]
utils --> web3-signature
multi-format --> data-access["data-access 0.48.0"]
types --> data-access
utils --> data-access
multi-format --> epk-cipher["epk-cipher 0.13.0"]
types --> epk-cipher
utils --> epk-cipher
multi-format --> epk-decryption["epk-decryption 0.11.0"]
types --> epk-decryption
utils --> epk-decryption
multi-format --> transaction-manager["transaction-manager 0.48.0"]
types --> transaction-manager
utils --> transaction-manager
currency --> advanced-logic["advanced-logic 0.57.0"]
types --> advanced-logic
utils --> advanced-logic
currency --> smart-contracts["smart-contracts 0.51.0"]
types --> smart-contracts
utils --> smart-contracts
smart-contracts --> ethereum-storage["ethereum-storage 0.48.0"]
types --> ethereum-storage
utils --> ethereum-storage
currency --> payment-detection["payment-detection 0.57.0"]
smart-contracts --> payment-detection
types --> payment-detection
utils --> payment-detection
data-access --> thegraph-data-access["thegraph-data-access 0.54.0"]
smart-contracts --> thegraph-data-access
types --> thegraph-data-access
utils --> thegraph-data-access
advanced-logic --> request-logic["request-logic 0.47.0"]
multi-format --> request-logic
types --> request-logic
utils --> request-logic
currency --> payment-processor["payment-processor 0.60.0"]
payment-detection --> payment-processor
smart-contracts --> payment-processor
types --> payment-processor
utils --> payment-processor
advanced-logic --> request-client["request-client.js 0.62.0"]
currency --> request-client
data-access --> request-client
payment-detection --> request-client
request-logic --> request-client
smart-contracts --> request-client
transaction-manager --> request-client
types --> request-client
utils --> request-client
currency --> request-node["request-node 0.48.0"]
data-access --> request-node
ethereum-storage --> request-node
smart-contracts --> request-node
thegraph-data-access --> request-node
types --> request-node
utils --> request-node
Loading

Last reviewed commit: 738e627

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

24 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@rodrigopavezirodrigopavezi mentioned this pull request May 25, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rodrigopavezi