Skip to content

Commit e685e59

Browse files
chore: release main (#4928)
* chore: release main * docs(eds-tokens): clean up 2.3.0 changelog wording --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Frida <fridaerdal@hotmail.no>
1 parent 49fc5b7 commit e685e59

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/eds-data-grid-react": "1.3.0",
55
"packages/eds-icons": "1.5.0",
66
"packages/eds-lab-react": "0.11.0",
7-
"packages/eds-tokens": "2.2.0",
7+
"packages/eds-tokens": "2.3.0",
88
"packages/eds-utils": "2.2.1"
99
}

packages/eds-tokens/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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-tokens@v2.2.0...eds-tokens@v2.3.0) (2026-05-21)
9+
10+
11+
### ✨ Added
12+
13+
* Add elevation shadow tokens ([#4783](https://github.com/equinor/design-system/issues/4783)) ([f775560](https://github.com/equinor/design-system/commit/f775560a46aba2207f175405639c248675b30116))
14+
* Add nested TypeScript token output for typography and spacing ([#4538](https://github.com/equinor/design-system/issues/4538)) ([6100738](https://github.com/equinor/design-system/commit/6100738f24a677a3adeebbbae0b079e3c3e7d644))
15+
* Add spacing tokens to all build outputs (CSS, TS, JSON) ([#4587](https://github.com/equinor/design-system/issues/4587)) ([5a5b1f0](https://github.com/equinor/design-system/commit/5a5b1f049b899095034b9fe66fde040d6e2d4ee7))
16+
* Include concept tokens in semantic TS, CSS, and JSON outputs ([#4641](https://github.com/equinor/design-system/issues/4641)) ([adb74eb](https://github.com/equinor/design-system/commit/adb74eb9b9ed3c28b77a7b264b272debec176a79))
17+
18+
19+
### 🐛 Fixed
20+
21+
* Strip concept token self-references from generated static CSS ([#4806](https://github.com/equinor/design-system/issues/4806)) ([61ba4b5](https://github.com/equinor/design-system/commit/61ba4b5d3c61dd4625cd481866e261246f3c9e05))
22+
* Correct `5xl` tracking-wide alias in UI Body mode ([#4885](https://github.com/equinor/design-system/issues/4885)) ([4c4af83](https://github.com/equinor/design-system/commit/4c4af8365801e794b64b4b636a87f6db36a395a5)), closes [#4876](https://github.com/equinor/design-system/issues/4876)
23+
* Inline size extras in nested typography TypeScript output ([#4915](https://github.com/equinor/design-system/issues/4915)) ([ea9cae3](https://github.com/equinor/design-system/commit/ea9cae3ca7feb84615012d52aa7b8b92d82b5b5a))
24+
* Emit explicit dark-scope rules instead of `light-dark()` for broader browser support ([#4864](https://github.com/equinor/design-system/issues/4864)) ([e519ff2](https://github.com/equinor/design-system/commit/e519ff2113e13f7a826772cebc9abeda2f04cee7))
25+
* Re-declare semantic color tokens on `data-color-scheme` scopes ([#4873](https://github.com/equinor/design-system/issues/4873)) ([a43fd38](https://github.com/equinor/design-system/commit/a43fd38c1af791404a9da6db792f90ffec39e712))
26+
* Register typography length properties as proper CSS custom properties ([#4831](https://github.com/equinor/design-system/issues/4831)) ([34095a8](https://github.com/equinor/design-system/commit/34095a8bb5cc448c7866235bdfde2ea689232b7e))
27+
828
## [2.2.0](https://github.com/equinor/design-system/compare/eds-tokens@v2.1.1...eds-tokens@v2.2.0) (2026-02-17)
929

1030

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

0 commit comments

Comments
 (0)