Skip to content

Commit 6e20f86

Browse files
committed
chore: publish 2.6.0-beta.1 with fixed workspace deps
The previously released 2.6.0-beta.0 had unresolved workspace:^ references that prevented npm installation. This bump publishes a new beta via the now-fixed publish workflow.
1 parent 074391e commit 6e20f86

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/eds-core-react": "2.6.0",
3-
"packages/eds-core-react/src/components/next": "2.6.0-beta.0",
3+
"packages/eds-core-react/src/components/next": "2.6.0-beta.1",
44
"packages/eds-data-grid-react": "1.3.0",
55
"packages/eds-icons": "1.5.0",
66
"packages/eds-lab-react": "0.11.0",

packages/eds-core-react/src/components/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to EDS 2.0 beta components (`@equinor/eds-core-react/next`)
44

55
These are experimental components available under the `/next` entry point. They follow semantic versioning with a `beta` prerelease tag.
66

7+
## [2.6.0-beta.1](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.6.0-beta.0...eds-core-react-next@v2.6.0-beta.1) (2026-05-20)
8+
9+
10+
### 🐛 Fixed
11+
12+
* publish with correct workspace dependencies — 2.6.0-beta.0 had unresolved `workspace:^` references that prevented installation via npm (CI workflow issue, no code changes in /next)
13+
714
## [2.6.0-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.5.0-beta.0...eds-core-react-next@v2.6.0-beta.0) (2026-05-20)
815

916

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0-beta.0
1+
2.6.0-beta.1

0 commit comments

Comments
 (0)