Skip to content

Commit 4625231

Browse files
chore: release main (#4683)
* chore: release main * chore: remove Link from eds-core-react changelog, downgrade to patch Link is only released in next (beta). Without the feat, eds-core-react becomes a patch release (2.4.1) instead of minor (2.5.0). * chore: clean up next changelog messages Remove redundant "to next" / "to next/" suffixes and fix double spacing. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Frida <fridaerdal@hotmail.no>
1 parent aa01f2c commit 4625231

5 files changed

Lines changed: 23 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.4.0",
3-
"packages/eds-core-react/src/components/next": "2.3.6-beta.0",
2+
"packages/eds-core-react": "2.4.1",
3+
"packages/eds-core-react/src/components/next": "2.4.0-beta.0",
44
"packages/eds-data-grid-react": "1.3.0",
55
"packages/eds-icons": "1.3.0",
66
"packages/eds-lab-react": "0.11.0",

packages/eds-core-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4.1](https://github.com/equinor/design-system/compare/eds-core-react@v2.4.0...eds-core-react@v2.4.1) (2026-04-08)
9+
10+
11+
### 🐛 Fixed
12+
13+
* **eds-core-react:** use legacy token for Autocomplete chip outline ([#4776](https://github.com/equinor/design-system/issues/4776)) ([aa01f2c](https://github.com/equinor/design-system/commit/aa01f2c1209ca51869920e46142497b6f12674d2))
14+
* preserve user-provided id on Autocomplete input ([#4682](https://github.com/equinor/design-system/issues/4682)) ([85a4301](https://github.com/equinor/design-system/commit/85a4301d22220d1147551a3d778dd48d34493f0e))
15+
816
## [2.4.0](https://github.com/equinor/design-system/compare/eds-core-react@v2.3.7...eds-core-react@v2.4.0) (2026-03-20)
917

1018

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.4.0",
3+
"version": "2.4.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.4.0-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.3.6-beta.0...eds-core-react-next@v2.4.0-beta.0) (2026-04-08)
8+
9+
10+
### ✨ Added
11+
12+
* add Banner component ([#4626](https://github.com/equinor/design-system/issues/4626)) ([44893b5](https://github.com/equinor/design-system/commit/44893b552bff463ae26dfc20c2a57a46d3108995))
13+
* add Link component ([#4601](https://github.com/equinor/design-system/issues/4601)) ([05019e2](https://github.com/equinor/design-system/commit/05019e2a4686a7df7818c295048c3dd116b84326))
14+
* add Search component ([#4637](https://github.com/equinor/design-system/issues/4637)) ([83a8446](https://github.com/equinor/design-system/commit/83a8446fe10aab3fadfca2685a5c98b211a72e97))
15+
* add TextArea component ([#4652](https://github.com/equinor/design-system/issues/4652)) ([cfd254c](https://github.com/equinor/design-system/commit/cfd254cc829322e62c8417e69b0cdc3ce035cf40))
16+
* add Tooltip component ([#4751](https://github.com/equinor/design-system/issues/4751)) ([dc96a24](https://github.com/equinor/design-system/commit/dc96a24122908404d6a4c26b1bec0cdc51813f98))
17+
718
## [2.3.6-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.3.5-beta.0...eds-core-react-next@v2.3.6-beta.0) (2026-03-20)
819

920

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

0 commit comments

Comments
 (0)