diff --git a/.changeset/clever-berries-judge.md b/.changeset/clever-berries-judge.md deleted file mode 100644 index 398d420..0000000 --- a/.changeset/clever-berries-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/cli': patch ---- - -fix: resolve `workspace:/backstage/` protocol specifiers in `peerDependencies` and pin resolved versions in `resolutions` to prevent dependency drift diff --git a/.changeset/mean-shrimps-beg.md b/.changeset/mean-shrimps-beg.md deleted file mode 100644 index febb877..0000000 --- a/.changeset/mean-shrimps-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/cli': patch ---- - -chore: update @backstage/cli to 0.35.4 diff --git a/.changeset/puny-dryers-write.md b/.changeset/puny-dryers-write.md deleted file mode 100644 index b77c35f..0000000 --- a/.changeset/puny-dryers-write.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/cli': patch ---- - -chore: trap for yarn install failure and echo file in /tmp folder to console if it failed; also break on error instead of continuing (RHDHBUGS-2819) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa4e0e..6e9df5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to `@red-hat-developer-hub/cli` are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.1 - 2026-08-07 + +### Fixed + +- Resolve `workspace:` / `backstage:` protocol specifiers in `peerDependencies` and pin resolved versions in `resolutions` to prevent dependency drift. +- Trap yarn install failures, surface `/tmp` install logs, and stop on error instead of continuing ([RHDHBUGS-2819](https://redhat.atlassian.net/browse/RHDHBUGS-2819)). + +### Changed + +- Bump Yarn Berry from 3.8.6 to 4.17.1 and Node baseline to 24 ([#159](https://github.com/redhat-developer/rhdh-cli/pull/159)). +- Update `@backstage/cli` to 0.35.4. + ## 1.11.4 - 2026-07-30 ### Fixed diff --git a/package.json b/package.json index c6d12e1..2af5a0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/cli", "description": "CLI for developing Backstage plugins and apps", - "version": "2.0.0", + "version": "2.0.1", "publishConfig": { "access": "public" },