Skip to content

Commit 1313fa1

Browse files
chore: release main (#4254)
1 parent b226edb commit 1313fa1

7 files changed

Lines changed: 27 additions & 22 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/eds-core-react": "2.0.1",
2+
"packages/eds-core-react": "2.1.0",
33
"packages/eds-data-grid-react": "1.1.0",
44
"packages/eds-icons": "1.0.1",
55
"packages/eds-lab-react": "0.9.0",
6-
"packages/eds-tokens": "2.0.1",
6+
"packages/eds-tokens": "2.1.0",
77
"packages/eds-utils": "2.0.0"
88
}

packages/eds-core-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.0](https://github.com/equinor/design-system/compare/eds-core-react@v2.0.1...eds-core-react@v2.1.0) (2025-11-26)
9+
10+
### ✨ Added
11+
12+
- **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))
13+
814
## [2.0.1](https://github.com/equinor/design-system/compare/eds-core-react@v2.0.0...eds-core-react@v2.0.1) (2025-11-13)
915

1016
- **eds-tokens:** update codeSyntax of the spacing and typography tokens ([#4227](https://github.com/equinor/design-system/issues/4227))

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

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

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

88
## [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)
99

10-
1110
### ✨ Added
1211

13-
* **eds-core-react, eds-utils:** Create base typography component and opinionated heading and paragraph ([b2130c6](https://github.com/equinor/design-system/commit/b2130c6f2be82e63549caacf876f263253292f87)), closes [#4125](https://github.com/equinor/design-system/issues/4125)
14-
12+
- **eds-core-react, eds-utils:** Create base typography component and opinionated heading and paragraph ([b2130c6](https://github.com/equinor/design-system/commit/b2130c6f2be82e63549caacf876f263253292f87)), closes [#4125](https://github.com/equinor/design-system/issues/4125)
1513

1614
### 🐛 Fixed
1715

18-
* Use semver ranges for internal eds dependencies ([#4163](https://github.com/equinor/design-system/issues/4163)) ([7cc8abe](https://github.com/equinor/design-system/commit/7cc8abe64f64f4e5a9081e21e19f71947f354c14))
19-
16+
- Use semver ranges for internal eds dependencies ([#4163](https://github.com/equinor/design-system/issues/4163)) ([7cc8abe](https://github.com/equinor/design-system/commit/7cc8abe64f64f4e5a9081e21e19f71947f354c14))
2017

2118
### 🔧 Chores
2219

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

2522
## [1.0.2](https://github.com/equinor/design-system/compare/eds-data-grid-react@v1.0.1...eds-data-grid-react@v1.0.2) (2025-10-22)
2623

27-
2824
### 🔧 Chores
2925

30-
* Rename follow-up ([#4129](https://github.com/equinor/design-system/issues/4129)) ([cae9fc0](https://github.com/equinor/design-system/commit/cae9fc0b3d32394da8d89ddb09c747142dd66f38))
26+
- Rename follow-up ([#4129](https://github.com/equinor/design-system/issues/4129)) ([cae9fc0](https://github.com/equinor/design-system/commit/cae9fc0b3d32394da8d89ddb09c747142dd66f38))
3127

3228
## [1.0.1](https://github.com/equinor/design-system/compare/eds-data-grid-react@1.0.0...eds-data-grid-react@v1.0.1) (2025-10-16)
3329

34-
3530
### 🔧 Chores
3631

37-
* 🔧 Align peer deps across packages ([#4066](https://github.com/equinor/design-system/issues/4066)) ([869afad](https://github.com/equinor/design-system/commit/869afadb4a5a34b2c0f105cd1b834e4c824213aa))
32+
- 🔧 Align peer deps across packages ([#4066](https://github.com/equinor/design-system/issues/4066)) ([869afad](https://github.com/equinor/design-system/commit/869afadb4a5a34b2c0f105cd1b834e4c824213aa))
3833

3934
## [1.0.0] - 2025-10-09
4035

packages/eds-lab-react/CHANGELOG.md

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

88
## [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)
99

10-
1110
### ✨ Added
1211

13-
* **eds-core-react, eds-utils:** Create base typography component and opinionated heading and paragraph ([b2130c6](https://github.com/equinor/design-system/commit/b2130c6f2be82e63549caacf876f263253292f87)), closes [#4125](https://github.com/equinor/design-system/issues/4125)
14-
12+
- **eds-core-react, eds-utils:** Create base typography component and opinionated heading and paragraph ([b2130c6](https://github.com/equinor/design-system/commit/b2130c6f2be82e63549caacf876f263253292f87)), closes [#4125](https://github.com/equinor/design-system/issues/4125)
1513

1614
### 🐛 Fixed
1715

18-
* Use semver ranges for internal eds dependencies ([#4163](https://github.com/equinor/design-system/issues/4163)) ([7cc8abe](https://github.com/equinor/design-system/commit/7cc8abe64f64f4e5a9081e21e19f71947f354c14))
19-
16+
- Use semver ranges for internal eds dependencies ([#4163](https://github.com/equinor/design-system/issues/4163)) ([7cc8abe](https://github.com/equinor/design-system/commit/7cc8abe64f64f4e5a9081e21e19f71947f354c14))
2017

2118
### 🔧 Chores
2219

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

2522
## [0.8.1](https://github.com/equinor/design-system/compare/eds-lab-react@0.8.0...eds-lab-react@v0.8.1) (2025-10-16)
2623

27-
2824
### 🔧 Chores
2925

30-
* 🔧 Align peer deps across packages ([#4066](https://github.com/equinor/design-system/issues/4066)) ([869afad](https://github.com/equinor/design-system/commit/869afadb4a5a34b2c0f105cd1b834e4c824213aa))
26+
- 🔧 Align peer deps across packages ([#4066](https://github.com/equinor/design-system/issues/4066)) ([869afad](https://github.com/equinor/design-system/commit/869afadb4a5a34b2c0f105cd1b834e4c824213aa))
3127

3228
## [0.8.0] - 2025-10-09
3329

packages/eds-tokens/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.1.0](https://github.com/equinor/design-system/compare/eds-tokens@v2.0.1...eds-tokens@v2.1.0) (2025-11-26)
9+
10+
11+
### ✨ Added
12+
13+
* **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))
14+
* **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))
15+
816
## [2.0.1](https://github.com/equinor/design-system/compare/eds-tokens@v2.0.0...eds-tokens@v2.0.1) (2025-11-13)
917

1018
- **eds-tokens:** update codeSyntax of the spacing and typography tokens ([#4227](https://github.com/equinor/design-system/issues/4227))

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

0 commit comments

Comments
 (0)