Skip to content

Commit 0cf801e

Browse files
chore: release main
1 parent 848c16f commit 0cf801e

7 files changed

Lines changed: 37 additions & 6 deletions

File tree

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.1.0",
3-
"packages/eds-data-grid-react": "1.1.0",
2+
"packages/eds-core-react": "2.1.1",
3+
"packages/eds-data-grid-react": "1.2.0",
44
"packages/eds-icons": "1.0.1",
5-
"packages/eds-lab-react": "0.9.0",
5+
"packages/eds-lab-react": "0.10.0",
66
"packages/eds-tokens": "2.1.0",
77
"packages/eds-utils": "2.0.0"
88
}

packages/eds-core-react/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+
## [2.1.1](https://github.com/equinor/design-system/compare/eds-core-react@v2.1.0...eds-core-react@v2.1.1) (2025-12-08)
9+
10+
11+
### 🐛 Fixed
12+
13+
* update autocomplete types to require optionLabel when using objects and optional for strings/numbers ([#4279](https://github.com/equinor/design-system/issues/4279)) ([848c16f](https://github.com/equinor/design-system/commit/848c16f035da2480c99f24d635d54feaabc9a03a))
14+
815
## [2.1.0](https://github.com/equinor/design-system/compare/eds-core-react@v2.0.1...eds-core-react@v2.1.0) (2025-11-26)
916

1017
### ✨ Added

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.1.0",
3+
"version": "2.1.1",
44
"description": "The React implementation of the Equinor Design System",
55
"sideEffects": [
66
"**/*.css"

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.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-08)
9+
10+
11+
### ✨ Added
12+
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+
15+
16+
### 🔧 Chores
17+
18+
* release main ([#4254](https://github.com/equinor/design-system/issues/4254)) ([1313fa1](https://github.com/equinor/design-system/commit/1313fa1f2e2e908a8200f6b8f00e158ef88e917b))
19+
820
## [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)
921

1022
### ✨ Added

packages/eds-data-grid-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-data-grid-react",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
55
"license": "MIT",
66
"types": "dist/types/index.d.ts",

packages/eds-lab-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [0.10.0](https://github.com/equinor/design-system/compare/eds-lab-react@v0.9.0...eds-lab-react@v0.10.0) (2025-12-08)
9+
10+
11+
### ✨ Added
12+
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+
15+
16+
### 🔧 Chores
17+
18+
* release main ([#4254](https://github.com/equinor/design-system/issues/4254)) ([1313fa1](https://github.com/equinor/design-system/commit/1313fa1f2e2e908a8200f6b8f00e158ef88e917b))
19+
820
## [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)
921

1022
### ✨ Added

packages/eds-lab-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-lab-react",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "The lab for the Equinor Design System",
55
"sideEffects": [
66
"**/*.css"

0 commit comments

Comments
 (0)