Skip to content

Commit f040cb9

Browse files
chore: release main
1 parent 601dc0b commit f040cb9

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/eds-core-react": "1.0.1",
3-
"packages/eds-data-grid-react": "1.0.1",
2+
"packages/eds-core-react": "1.0.2",
3+
"packages/eds-data-grid-react": "1.0.2",
44
"packages/eds-icons": "1.0.0",
55
"packages/eds-lab-react": "0.8.1",
6-
"packages/eds-tokens": "1.1.2",
6+
"packages/eds-tokens": "1.1.3",
77
"packages/eds-utils": "1.0.1"
88
}

packages/eds-core-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.0.2](https://github.com/equinor/design-system/compare/[email protected]@v1.0.2) (2025-10-22)
9+
10+
11+
### 🐛 Fixed
12+
13+
* **eds-core-react:** 🐛 Update Tooltip component to use mergeRefs ([#4130](https://github.com/equinor/design-system/issues/4130)) ([a7f42ce](https://github.com/equinor/design-system/commit/a7f42cee4e1287bcfba90007ca7544dfef18bf12))
14+
15+
16+
### 🔧 Chores
17+
18+
* Rename follow-up ([#4129](https://github.com/equinor/design-system/issues/4129)) ([cae9fc0](https://github.com/equinor/design-system/commit/cae9fc0b3d32394da8d89ddb09c747142dd66f38))
19+
820
## [1.0.1](https://github.com/equinor/design-system/compare/[email protected]@v1.0.1) (2025-10-16)
921

1022

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

packages/eds-data-grid-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+
## [1.0.2](https://github.com/equinor/design-system/compare/[email protected]@v1.0.2) (2025-10-22)
9+
10+
11+
### 🔧 Chores
12+
13+
* Rename follow-up ([#4129](https://github.com/equinor/design-system/issues/4129)) ([cae9fc0](https://github.com/equinor/design-system/commit/cae9fc0b3d32394da8d89ddb09c747142dd66f38))
14+
815
## [1.0.1](https://github.com/equinor/design-system/compare/[email protected]@v1.0.1) (2025-10-16)
916

1017

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.0.1",
3+
"version": "1.0.2",
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-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+
## [1.1.3](https://github.com/equinor/design-system/compare/[email protected]@v1.1.3) (2025-10-22)
9+
10+
11+
### 📝 Changed
12+
13+
* **eds-tokens:** add info about importing json files and how to use the dynamic and static approach in your project ([#4120](https://github.com/equinor/design-system/issues/4120)) ([62742b9](https://github.com/equinor/design-system/commit/62742b9028ac721afcafc16323e33274ac08ec6f))
14+
815
## [1.1.2](https://github.com/equinor/design-system/compare/[email protected]@v1.1.2) (2025-10-16)
916

1017

packages/eds-tokens/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-tokens",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Design tokens for the Equinor Design System",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)