-
Notifications
You must be signed in to change notification settings - Fork 91
chore: publish 0.60.0 #1670
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
chore: publish 0.60.0 #1670
Conversation
- @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR performs a coordinated version bump across the entire @RequestNetwork monorepo for the 0.60.0 release. All packages have their versions incremented by a minor version, and all inter-package dependencies are updated to reference the new versions, ensuring consistency across the repository.
Key Changes:
- Bumped
@requestnetwork/request-client.jsto version 0.60.0 (the main release version) - Updated all 25 monorepo packages with coordinated minor version increments
- Synchronized all inter-package dependency references to match the new versions
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/web3-signature/package.json | Bumped to 0.10.0, updated types and utils dependencies to 0.55.0 |
| packages/utils/package.json | Bumped to 0.55.0, updated types dependency to 0.55.0 |
| packages/usage-examples/package.json | Bumped to 0.34.0, updated all 10 @RequestNetwork dependencies |
| packages/types/package.json | Bumped to 0.55.0 (core types package) |
| packages/transaction-manager/package.json | Bumped to 0.46.0, updated multi-format, types, and utils dependencies |
| packages/toolbox/package.json | Bumped to 0.17.0, updated all 7 @RequestNetwork dependencies |
| packages/thegraph-data-access/package.json | Bumped to 0.52.0, updated data-access, smart-contracts, types, and utils dependencies |
| packages/smart-contracts/package.json | Bumped to 0.49.0, updated currency, types, and utils dependencies |
| packages/request-node/package.json | Bumped to 0.46.0, updated all 6 @RequestNetwork dependencies |
| packages/request-logic/package.json | Bumped to 0.45.0, updated advanced-logic, multi-format, types, and utils dependencies |
| packages/request-client.js/package.json | Bumped to 0.60.0 (main release), updated all 11 @RequestNetwork dependencies |
| packages/payment-processor/package.json | Bumped to 0.58.0, updated currency, payment-detection, smart-contracts, types, and utils dependencies |
| packages/payment-detection/package.json | Bumped to 0.55.0, updated currency, smart-contracts, types, utils, and advanced-logic dependencies |
| packages/multi-format/package.json | Bumped to 0.29.0, updated types dependency to 0.55.0 |
| packages/lit-protocol-cipher/package.json | Bumped to 0.11.0, updated request-client.js and types dependencies |
| packages/integration-test/package.json | Bumped to 0.46.0, updated all 13 @RequestNetwork dev dependencies |
| packages/ethereum-storage/package.json | Bumped to 0.46.0, updated smart-contracts, types, and utils dependencies |
| packages/epk-signature/package.json | Bumped to 0.11.0, updated types and utils dependencies to 0.55.0 |
| packages/epk-decryption/package.json | Bumped to 0.9.0, updated multi-format, types, and utils dependencies |
| packages/epk-cipher/package.json | Bumped to 0.11.0, updated multi-format, types, and utils dependencies |
| packages/data-format/package.json | Bumped to 0.21.0 (standalone version bump) |
| packages/data-access/package.json | Bumped to 0.46.0, updated multi-format, types, and utils dependencies |
| packages/currency/package.json | Bumped to 0.29.0, updated types and utils dependencies to 0.55.0 |
| packages/advanced-logic/package.json | Bumped to 0.55.0, updated currency, types, and utils dependencies |
All version updates are consistent and properly synchronized. No issues found.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile OverviewGreptile SummaryAutomated release PR that updates inter-package dependencies across the monorepo to version 0.60.0 for the main client package.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant CI as CI/CD Pipeline
participant NPM as NPM Registry
participant GH as GitHub Release
participant Docker as Dockerhub
participant PR as This PR (#1670)
participant Repo as Repository
Note over CI,Docker: Release Process (Already Completed)
CI->>NPM: Publish packages v0.60.0
CI->>GH: Create GitHub release
CI->>Docker: Publish Docker images
CI->>PR: Create version sync PR
Note over PR,Repo: Post-Release Sync
PR->>PR: Update 24 package.json files
PR->>PR: Bump internal dependencies
PR->>Repo: Ready to merge
Repo->>Repo: Merge PR
Note over Repo: Repo now ready for next release cycle
|
There was a problem hiding this comment.
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
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.60.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.60.0
What's Changed
Features
Bug Fixes
Documentation
Code Refactoring
Builds
Continuous Integrations
Chores
New Contributors
Full Changelog: 0.59.0...0.60.0
Packages
Images