chore(bgralewicz/update_release_please_for_alpha_versions): release sdk 1.0.0-alpha.0#438
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the package version to 1.0.0-alpha.0 and updates the changelog with a comprehensive list of breaking changes, features, and bug fixes. Key updates include dropping support for Node 18 and aligning the codebase with the A2A 1.0.0 data model. Feedback focuses on synchronizing the package-lock.json to reflect the updated engine requirements and improving the changelog's navigation by adding a comparison link to the previous version.
| "": { | ||
| "name": "@a2a-js/sdk", | ||
| "version": "0.3.13", | ||
| "version": "1.0.0-alpha.0", |
There was a problem hiding this comment.
The root package entry in package-lock.json is out of sync with package.json. While package.json specifies node >= 20, the engines field in the lockfile (line 41) still shows node >= 18. Since this release explicitly drops support for Node 18, please run npm install to synchronize the lockfile before finalizing the release.
| @@ -1,5 +1,137 @@ | |||
| # Changelog | |||
|
|
|||
| ## 1.0.0-alpha.0 (2026-04-30) | |||
There was a problem hiding this comment.
The version header is missing the comparison link to the previous version (v0.3.13). This is inconsistent with previous entries in the changelog and makes it harder for users to navigate the changes included in this alpha release.
| ## 1.0.0-alpha.0 (2026-04-30) | |
| ## [1.0.0-alpha.0](https://github.com/a2aproject/a2a-js/compare/v0.3.13...v1.0.0-alpha.0) (2026-04-30) |
…bgralewicz/update_release_please_for_alpha_versions
75db166 to
1635ebe
Compare
🤖 I have created a release beep boop
1.0.0-alpha.0 (2026-05-04)
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
This PR was generated with Release Please. See documentation.