Skip to content

chore: publish 0.63.0#1726

Merged
rodrigopavezi merged 1 commit into
masterfrom
release
May 25, 2026
Merged

chore: publish 0.63.0#1726
rodrigopavezi merged 1 commit into
masterfrom
release

Conversation

@rodrigopavezi
Copy link
Copy Markdown
Member

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.63.0

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

What's Changed

Features

Continuous Integrations

Chores

New Contributors

Full Changelog: 0.62.0...0.63.0

Packages

Images

 - @requestnetwork/advanced-logic@0.58.0
 - @requestnetwork/currency@0.32.0
 - @requestnetwork/data-access@0.49.0
 - @requestnetwork/data-format@0.24.0
 - @requestnetwork/epk-cipher@0.14.0
 - @requestnetwork/epk-decryption@0.12.0
 - @requestnetwork/epk-signature@0.14.0
 - @requestnetwork/ethereum-storage@0.49.0
 - @requestnetwork/integration-test@0.49.0
 - @requestnetwork/lit-protocol-cipher@0.14.0
 - @requestnetwork/multi-format@0.32.0
 - @requestnetwork/payment-detection@0.58.0
 - @requestnetwork/payment-processor@0.61.0
 - @requestnetwork/request-client.js@0.63.0
 - @requestnetwork/request-logic@0.48.0
 - @requestnetwork/request-node@0.49.0
 - @requestnetwork/smart-contracts@0.52.0
 - @requestnetwork/thegraph-data-access@0.55.0
 - @requestnetwork/toolbox@0.20.0
 - @requestnetwork/transaction-manager@0.49.0
 - @requestnetwork/types@0.58.0
 - @requestnetwork/usage-examples@0.37.0
 - @requestnetwork/utils@0.58.0
 - @requestnetwork/web3-signature@0.13.0
@rodrigopavezi rodrigopavezi merged commit d64a800 into master May 25, 2026
@rodrigopavezi rodrigopavezi deleted the release branch May 25, 2026 12:46
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 25, 2026

Greptile Summary

This PR bumps all 21 published @requestnetwork/* packages to their 0.63.0-aligned versions and updates every inter-package dependency reference accordingly. No source code was changed — only package.json version fields and their internal dependency pins.

  • All 24 package.json files have been updated with new package versions and consistent intra-monorepo dependency pins (e.g. @requestnetwork/types 0.57.0 → 0.58.0 everywhere it appears).
  • Private packages (integration-test, toolbox, usage-examples) are also updated to consume the new versions, keeping the workspace fully in sync.

Confidence Score: 5/5

All changes are version-number updates in package.json files only — no source code was modified, and every inter-package dependency reference is internally consistent.

Every package version bump is paired with matching dependency updates across all dependent packages; no version is referenced inconsistently anywhere in the diff. Private workspace packages (integration-test, toolbox, usage-examples) are also fully aligned. There are no source or config changes that could introduce regressions.

No files require special attention.

Important Files Changed

Filename Overview
packages/types/package.json Version bumped from 0.57.0 to 0.58.0 — foundational package, all downstream packages reference this new version consistently.
packages/utils/package.json Version bumped from 0.57.0 to 0.58.0; dependency on types updated to 0.58.0.
packages/currency/package.json Version bumped from 0.31.0 to 0.32.0; types and utils dependencies updated to 0.58.0.
packages/smart-contracts/package.json Version bumped from 0.51.0 to 0.52.0; currency, types, and utils dev-dependencies updated.
packages/request-client.js/package.json Version bumped from 0.62.0 to 0.63.0; all 12 internal dependencies updated to their new versions.
packages/payment-processor/package.json Version bumped from 0.60.0 to 0.61.0; currency, payment-detection, smart-contracts, types, and utils updated.
packages/integration-test/package.json Version bumped from 0.48.0 to 0.49.0; all 17 internal dev-dependencies updated to their corresponding new versions.
packages/request-node/package.json Version bumped from 0.48.0 to 0.49.0; all internal dependencies updated to new versions.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    types["@requestnetwork/types\n0.57.0 → 0.58.0"]
    utils["@requestnetwork/utils\n0.57.0 → 0.58.0"]
    currency["@requestnetwork/currency\n0.31.0 → 0.32.0"]
    smart_contracts["@requestnetwork/smart-contracts\n0.51.0 → 0.52.0"]
    payment_detection["@requestnetwork/payment-detection\n0.57.0 → 0.58.0"]
    payment_processor["@requestnetwork/payment-processor\n0.60.0 → 0.61.0"]
    request_client["@requestnetwork/request-client.js\n0.62.0 → 0.63.0"]
    request_node["@requestnetwork/request-node\n0.48.0 → 0.49.0"]
    types --> utils
    types --> currency
    currency --> payment_detection
    smart_contracts --> payment_detection
    payment_detection --> payment_processor
    payment_detection --> request_client
    request_client --> request_node
Loading

Reviews (1): Last reviewed commit: "chore(release): publish %s" | Re-trigger Greptile

Sign up for free to 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