Skip to content

Commit 0cad96b

Browse files
chore: release main (#4400)
1 parent 84f09c8 commit 0cad96b

5 files changed

Lines changed: 43 additions & 4 deletions

File tree

.github/release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/eds-core-react": "2.3.0",
3-
"packages/eds-core-react/src/components/next": "2.3.0-beta.0",
2+
"packages/eds-core-react": "2.3.1",
3+
"packages/eds-core-react/src/components/next": "2.3.1-beta.0",
44
"packages/eds-data-grid-react": "1.2.1",
55
"packages/eds-icons": "1.2.0",
66
"packages/eds-lab-react": "0.10.0",

packages/eds-core-react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [2.3.1](https://github.com/equinor/design-system/compare/eds-core-react@v2.3.0...eds-core-react@v2.3.1) (2026-01-29)
9+
10+
11+
### 🐛 Fixed
12+
13+
* 🐛 Autocomplete - restore onBlur and onKeyDown event handler support ([#4396](https://github.com/equinor/design-system/issues/4396)) ([39e8e97](https://github.com/equinor/design-system/commit/39e8e97a8e1eb46c42cd7330dc3d2e7c7059a849))
14+
* restrict /next exports to beta releases only ([#4395](https://github.com/equinor/design-system/issues/4395)) ([cff5521](https://github.com/equinor/design-system/commit/cff55216bd7672d40653693e3d0d0ce6d8423715))
15+
16+
17+
### 📝 Changed
18+
19+
* organize EDS 2.0 component navigation ([#4398](https://github.com/equinor/design-system/issues/4398)) ([44751b1](https://github.com/equinor/design-system/commit/44751b1c798d740da2d24ea7a13930e81a6f832c))
20+
21+
822
## [2.3.0](https://github.com/equinor/design-system/compare/eds-core-react@v2.2.0...eds-core-react@v2.3.0) (2026-01-15)
923

1024

packages/eds-core-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/eds-core-react",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "The React implementation of the Equinor Design System",
55
"sideEffects": [
66
"**/*.css"

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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.3.1-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.3.0-beta.0...eds-core-react-next@v2.3.1-beta.0) (2026-01-29)
8+
9+
10+
### ✨ Added
11+
12+
* Button component ([#4389](https://github.com/equinor/design-system/issues/4389)) ([94c9fbc](https://github.com/equinor/design-system/commit/94c9fbc148833e611f4c3b6ed9df6baf7a3b3d09))
13+
* Radio component ([#4388](https://github.com/equinor/design-system/issues/4388)) ([b9cd9c3](https://github.com/equinor/design-system/commit/b9cd9c3931bbe666d2739b94335419107559a23b))
14+
* Checkbox component ([#4208](https://github.com/equinor/design-system/issues/4208)) ([6171f95](https://github.com/equinor/design-system/commit/6171f95b4581d2e36d5bd14ea1204ba7357bb113))
15+
* Field and HelperMessage components ([#4332](https://github.com/equinor/design-system/issues/4332)) ([6bbbad5](https://github.com/equinor/design-system/commit/6bbbad5feb18963054ef502cc83a6751c7d8592a))
16+
* Input and TextField components ([8dd4dca](https://github.com/equinor/design-system/commit/8dd4dca74a6699a5cd1dfbf8977117c9e48fc445))
17+
* Switch component ([#4387](https://github.com/equinor/design-system/issues/4387)) ([0a5226d](https://github.com/equinor/design-system/commit/0a5226d45bb5664c758240d03e3c0331369c875b))
18+
19+
20+
### 🐛 Fixed
21+
22+
* align Checkbox CSS with Radio token usage ([#4393](https://github.com/equinor/design-system/issues/4393)) ([b5f886d](https://github.com/equinor/design-system/commit/b5f886d8eb7ca0ac39786ae9a016ab47ea20a3b2))
23+
* align Switch with selection controls 2.0 ([#4394](https://github.com/equinor/design-system/issues/4394)) ([ba2d2fa](https://github.com/equinor/design-system/commit/ba2d2fab0b8e09ddcae13a4151c573a018051b68))
24+
* update Field stories to use Input component ([#4397](https://github.com/equinor/design-system/issues/4397)) ([91a8626](https://github.com/equinor/design-system/commit/91a86264b65e3d888c4688e73af431a6e2d65802))
25+
26+
27+
### 📝 Changed
28+
29+
* organize EDS 2.0 component navigation ([#4398](https://github.com/equinor/design-system/issues/4398)) ([44751b1](https://github.com/equinor/design-system/commit/44751b1c798d740da2d24ea7a13930e81a6f832c))
30+
31+
732
## [2.3.0-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.2.1-beta.0...eds-core-react-next@v2.3.0-beta.0) (2026-01-16)
833

934
**Version correction release.** This release contains the same code as `2.2.0-beta.0`, republished with correct version number.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0-beta.0
1+
2.3.1-beta.0

0 commit comments

Comments
 (0)