Skip to content

Commit 4e5ddcc

Browse files
chore: release main (#5135)
* chore: release main * chore: dedupe breaking change note in next changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Frida <fridaerdal@hotmail.no>
1 parent e1383cf commit 4e5ddcc

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/eds-core-react": "2.6.1",
3-
"packages/eds-core-react/src/components/next": "2.8.0-beta.1",
3+
"packages/eds-core-react/src/components/next": "3.0.0-beta.1",
44
"packages/eds-data-grid-react": "1.3.0",
55
"packages/eds-icons": "1.5.1",
66
"packages/eds-lab-react": "0.11.0",
7-
"packages/eds-tokens": "3.0.0-beta.0",
7+
"packages/eds-tokens": "3.0.0-beta.1",
88
"packages/eds-utils": "2.2.1"
99
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## [3.0.0-beta.1](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.8.0-beta.1...eds-core-react-next@v3.0.0-beta.1) (2026-07-20)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* consumers targeting these class names directly in their own CSS must update to the new flat names.
13+
14+
### 🐛 Fixed
15+
16+
* convert Banner BEM classes to flat class names ([#5114](https://github.com/equinor/design-system/issues/5114)) ([778515c](https://github.com/equinor/design-system/commit/778515ca9e2eb6144fcf96f57b483d6afdaae25d))
17+
* convert Field, Switch, Radio, Checkbox BEM classes to flat class names ([#5115](https://github.com/equinor/design-system/issues/5115)) ([84906f3](https://github.com/equinor/design-system/commit/84906f3932d6049190ca91859c7b9a03968ab7d3))
18+
719
## [2.8.0-beta.1](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.7.0-beta.1...eds-core-react-next@v2.8.0-beta.1) (2026-06-23)
820

921

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

packages/eds-tokens/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0-beta.1](https://github.com/equinor/design-system/compare/eds-tokens@v3.0.0-beta.0...eds-tokens@v3.0.0-beta.1) (2026-07-20)
9+
10+
11+
### ✨ Added
12+
13+
* update tokens from Tokens Studio release ([#5182](https://github.com/equinor/design-system/issues/5182)) ([6074f72](https://github.com/equinor/design-system/commit/6074f721b4072741c50498d63c10ab3ebe45185e))
14+
815
## [2.3.1](https://github.com/equinor/design-system/compare/eds-tokens@v2.3.0...eds-tokens@v2.3.1) (2026-06-23)
916

1017

packages/eds-tokens/version.txt

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

0 commit comments

Comments
 (0)