Skip to content

Commit d31389c

Browse files
chore: release main (#4366)
1 parent 9fcf5bc commit d31389c

11 files changed

Lines changed: 67 additions & 41 deletions

File tree

.github/release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/eds-core-react": "2.2.0",
3-
"packages/eds-core-react/src/components/next": "2.1.2-beta.0",
2+
"packages/eds-core-react": "2.3.0",
3+
"packages/eds-core-react/src/components/next": "2.2.0-beta.0",
44
"packages/eds-data-grid-react": "1.2.1",
5-
"packages/eds-icons": "1.1.0",
5+
"packages/eds-icons": "1.2.0",
66
"packages/eds-lab-react": "0.10.0",
77
"packages/eds-tokens": "2.1.1",
88
"packages/eds-utils": "2.0.0"

packages/eds-core-react/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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.0](https://github.com/equinor/design-system/compare/eds-core-react@v2.2.0...eds-core-react@v2.3.0) (2026-01-15)
9+
10+
11+
### ✨ Added
12+
13+
* adds chips in autocomplete multiple ([#4345](https://github.com/equinor/design-system/issues/4345)) ([faaa8ad](https://github.com/equinor/design-system/commit/faaa8ad967eea30d8cb3dd2d2087b689c09474e5))
14+
15+
16+
### 🐛 Fixed
17+
18+
* DatePicker Esc Key Closing Entire Dialog ([#4346](https://github.com/equinor/design-system/issues/4346)) ([4375f39](https://github.com/equinor/design-system/commit/4375f3995c0f167b2077aedc2cbe315ea7c66eb9))
19+
20+
21+
### 📝 Changed
22+
23+
* **eds-core-react:** add Figma Code Connect setup and documentation ([#4363](https://github.com/equinor/design-system/issues/4363)) ([e468ec2](https://github.com/equinor/design-system/commit/e468ec2fcab569c3cb742e4692abd6ccf8b3d25b))
24+
25+
26+
### 🔧 Chores
27+
28+
* **figma-broker:** sync icons from Figma ([#4361](https://github.com/equinor/design-system/issues/4361)) ([ca944ca](https://github.com/equinor/design-system/commit/ca944ca8525897d1281bf53004a7266ff519a037))
29+
830
## [2.2.0](https://github.com/equinor/design-system/compare/eds-core-react@v2.1.0...eds-core-react@v2.2.0) (2025-12-11)
931

1032

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.2.0",
3+
"version": "2.3.0",
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ 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.1.2-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.1.1-beta.0...eds-core-react-next@v2.1.2-beta.0) (2025-12-15)
7+
## [2.2.0-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.1.2-beta.0...eds-core-react-next@v2.2.0-beta.0) (2026-01-15)
8+
9+
### ✨ Added
10+
11+
- Icon Component 2.0 ([#4331](https://github.com/equinor/design-system/issues/4331)) ([95c589a](https://github.com/equinor/design-system/commit/95c589aaeb9883793e3ee59d7e4079614027bbfa))
812

13+
### 📝 Changed
14+
15+
- **eds-core-react:** add Figma Code Connect setup and documentation ([#4363](https://github.com/equinor/design-system/issues/4363)) ([e468ec2](https://github.com/equinor/design-system/commit/e468ec2fcab569c3cb742e4692abd6ccf8b3d25b))
16+
17+
## [2.1.2-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.1.1-beta.0...eds-core-react-next@v2.1.2-beta.0) (2025-12-15)
918

1019
### 🔧 Chores
1120

12-
* setup beta release workflow for eds-core-react 2.2.1-beta.0 ([f11fb44](https://github.com/equinor/design-system/commit/f11fb44ab949e1e2997334915b1f641b1d413bcf))
21+
- setup beta release workflow for eds-core-react 2.2.1-beta.0 ([f11fb44](https://github.com/equinor/design-system/commit/f11fb44ab949e1e2997334915b1f641b1d413bcf))
1322

1423
## [2.2.1-beta.0](https://github.com/equinor/design-system/compare/eds-core-react-next@v2.1.0-beta.0...eds-core-react-next@v2.1.1-beta.0) (2025-12-11)
1524

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

packages/eds-data-grid-react/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [1.2.1](https://github.com/equinor/design-system/compare/eds-data-grid-react@v1.2.0...eds-data-grid-react@v1.2.1) (2025-12-15)
99

10-
1110
### 🐛 Fixed
1211

13-
* **eds-data-grid-react:** update eds-core-react peerDependency to support v2 ([b8f59b9](https://github.com/equinor/design-system/commit/b8f59b9ceb73ee85a000e1b5fc27c6aae9885fab))
12+
- **eds-data-grid-react:** update eds-core-react peerDependency to support v2 ([b8f59b9](https://github.com/equinor/design-system/commit/b8f59b9ceb73ee85a000e1b5fc27c6aae9885fab))
1413

1514
## [1.2.0](https://github.com/equinor/design-system/compare/eds-data-grid-react@v1.1.0...eds-data-grid-react@v1.2.0) (2025-12-11)
1615

17-
1816
### ✨ Added
1917

20-
* **eds-color-palette-generator:** fix memory leak from uncleaned debounce timeouts on unmount ([#4260](https://github.com/equinor/design-system/issues/4260)) ([b226edb](https://github.com/equinor/design-system/commit/b226edbc087b1f10ef0a2108d927939819fedc0e))
21-
18+
- **eds-color-palette-generator:** fix memory leak from uncleaned debounce timeouts on unmount ([#4260](https://github.com/equinor/design-system/issues/4260)) ([b226edb](https://github.com/equinor/design-system/commit/b226edbc087b1f10ef0a2108d927939819fedc0e))
2219

2320
### 🔧 Chores
2421

25-
* release main ([#4254](https://github.com/equinor/design-system/issues/4254)) ([1313fa1](https://github.com/equinor/design-system/commit/1313fa1f2e2e908a8200f6b8f00e158ef88e917b))
22+
- release main ([#4254](https://github.com/equinor/design-system/issues/4254)) ([1313fa1](https://github.com/equinor/design-system/commit/1313fa1f2e2e908a8200f6b8f00e158ef88e917b))
2623

2724
## [1.1.0](https://github.com/equinor/design-system/compare/eds-data-grid-react@v1.0.2...eds-data-grid-react@v1.1.0) (2025-10-29)
2825

packages/eds-icons/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,27 @@ 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-
## [1.1.0](https://github.com/equinor/design-system/compare/eds-icons@v1.0.1...eds-icons@v1.1.0) (2025-12-11)
8+
## [1.2.0](https://github.com/equinor/design-system/compare/eds-icons@v1.1.0...eds-icons@v1.2.0) (2026-01-15)
9+
10+
### ✨ Added
911

12+
- **eds-icons:** sync new icons from Figma ([05e4a85](https://github.com/equinor/design-system/commit/05e4a85f9ba5b5dde360a93e4f9f5f5bf897393d))
13+
14+
### 🔧 Chores
15+
16+
- **figma-broker:** sync icons from Figma ([#4361](https://github.com/equinor/design-system/issues/4361)) ([ca944ca](https://github.com/equinor/design-system/commit/ca944ca8525897d1281bf53004a7266ff519a037))
17+
18+
## [1.1.0](https://github.com/equinor/design-system/compare/eds-icons@v1.0.1...eds-icons@v1.1.0) (2025-12-11)
1019

1120
### ✨ Added
1221

13-
* new icons Horizontal unfold more + Horizontal unfold less ([#4231](https://github.com/equinor/design-system/issues/4231)) ([df50b34](https://github.com/equinor/design-system/commit/df50b34446faba98880df1e8f847fab74f2ecb37))
22+
- new icons Horizontal unfold more + Horizontal unfold less ([#4231](https://github.com/equinor/design-system/issues/4231)) ([df50b34](https://github.com/equinor/design-system/commit/df50b34446faba98880df1e8f847fab74f2ecb37))
1423

1524
## [1.0.1](https://github.com/equinor/design-system/compare/eds-icons@1.0.0...eds-icons@v1.0.1) (2025-10-29)
1625

17-
1826
### 🔧 Chores
1927

20-
* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
28+
- ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
2129

2230
## [1.0.0] - 2025-10-09
2331

packages/eds-icons/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-icons",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Icons from the Equinor Design System",
55
"main": "dist/icons.cjs",
66
"module": "dist/esm/index.js",

packages/eds-lab-react/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.10.0](https://github.com/equinor/design-system/compare/eds-lab-react@v0.9.0...eds-lab-react@v0.10.0) (2025-12-11)
99

10-
1110
### ✨ Added
1211

13-
* **eds-color-palette-generator:** fix memory leak from uncleaned debounce timeouts on unmount ([#4260](https://github.com/equinor/design-system/issues/4260)) ([b226edb](https://github.com/equinor/design-system/commit/b226edbc087b1f10ef0a2108d927939819fedc0e))
14-
12+
- **eds-color-palette-generator:** fix memory leak from uncleaned debounce timeouts on unmount ([#4260](https://github.com/equinor/design-system/issues/4260)) ([b226edb](https://github.com/equinor/design-system/commit/b226edbc087b1f10ef0a2108d927939819fedc0e))
1513

1614
### 🔧 Chores
1715

18-
* release main ([#4254](https://github.com/equinor/design-system/issues/4254)) ([1313fa1](https://github.com/equinor/design-system/commit/1313fa1f2e2e908a8200f6b8f00e158ef88e917b))
16+
- release main ([#4254](https://github.com/equinor/design-system/issues/4254)) ([1313fa1](https://github.com/equinor/design-system/commit/1313fa1f2e2e908a8200f6b8f00e158ef88e917b))
1917

2018
## [0.9.0](https://github.com/equinor/design-system/compare/eds-lab-react@v0.8.1...eds-lab-react@v0.9.0) (2025-10-29)
2119

packages/eds-tokens/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [2.1.1](https://github.com/equinor/design-system/compare/eds-tokens@v2.1.0...eds-tokens@v2.1.1) (2025-12-11)
99

10-
1110
### 🐛 Fixed
1211

13-
* unknown and high security alerts from radix. ([#4313](https://github.com/equinor/design-system/issues/4313)) ([3a9a666](https://github.com/equinor/design-system/commit/3a9a666f9188a1d0bee0f3ebcff1a7de8b03fe18))
12+
- unknown and high security alerts from radix. ([#4313](https://github.com/equinor/design-system/issues/4313)) ([3a9a666](https://github.com/equinor/design-system/commit/3a9a666f9188a1d0bee0f3ebcff1a7de8b03fe18))
1413

1514
## [2.1.0](https://github.com/equinor/design-system/compare/eds-tokens@v2.0.1...eds-tokens@v2.1.0) (2025-11-26)
1615

17-
1816
### ✨ Added
1917

20-
* **eds-color-palette-generator:** add optional second color input to palette generator ([#4247](https://github.com/equinor/design-system/issues/4247)) ([5eaf173](https://github.com/equinor/design-system/commit/5eaf173feecb855ebef34718a1a584d0384912c6))
21-
* **eds-tokens:** generate spacing and typography variables ([#4250](https://github.com/equinor/design-system/issues/4250)) ([6a5ef2c](https://github.com/equinor/design-system/commit/6a5ef2cf7a3821fd67809123f20f5f647ca43935))
18+
- **eds-color-palette-generator:** add optional second color input to palette generator ([#4247](https://github.com/equinor/design-system/issues/4247)) ([5eaf173](https://github.com/equinor/design-system/commit/5eaf173feecb855ebef34718a1a584d0384912c6))
19+
- **eds-tokens:** generate spacing and typography variables ([#4250](https://github.com/equinor/design-system/issues/4250)) ([6a5ef2c](https://github.com/equinor/design-system/commit/6a5ef2cf7a3821fd67809123f20f5f647ca43935))
2220

2321
## [2.0.1](https://github.com/equinor/design-system/compare/eds-tokens@v2.0.0...eds-tokens@v2.0.1) (2025-11-13)
2422

0 commit comments

Comments
 (0)