Skip to content

Commit 335c767

Browse files
chore: release main (#4144)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cc8abe commit 335c767

File tree

13 files changed

+104
-12
lines changed

13 files changed

+104
-12
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/eds-core-react": "1.0.2",
3-
"packages/eds-data-grid-react": "1.0.2",
4-
"packages/eds-icons": "1.0.0",
5-
"packages/eds-lab-react": "0.8.1",
6-
"packages/eds-tokens": "1.1.3",
7-
"packages/eds-utils": "1.0.1"
2+
"packages/eds-core-react": "1.1.0",
3+
"packages/eds-data-grid-react": "1.1.0",
4+
"packages/eds-icons": "1.0.1",
5+
"packages/eds-lab-react": "0.9.0",
6+
"packages/eds-tokens": "1.1.4",
7+
"packages/eds-utils": "1.1.0"
88
}

packages/eds-core-react/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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/[email protected]@v1.1.0) (2025-10-29)
9+
10+
11+
### ✨ Added
12+
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+
* use npm badges to update package versions in documentation ([#4141](https://github.com/equinor/design-system/issues/4141)) ([ffd20ba](https://github.com/equinor/design-system/commit/ffd20bab35011a169f4fdb3f72f500b5755bae9d))
15+
16+
17+
### 🐛 Fixed
18+
19+
* **eds-core-react:** update storybook version ([22a21fd](https://github.com/equinor/design-system/commit/22a21fdcdf7c76e514e523752466fd6b9b3d763f))
20+
* Update Card.docs.mdx ([7fc1205](https://github.com/equinor/design-system/commit/7fc1205b3c7bb2358f666524346027ccb7a52a92))
21+
* 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))
22+
23+
24+
### 🔧 Chores
25+
26+
* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
27+
* **eds-tokens:** update tokens and generate variables ([#4151](https://github.com/equinor/design-system/issues/4151)) ([da830e0](https://github.com/equinor/design-system/commit/da830e0839e807edb9ffef74dc0b9e05f2b90e08)), closes [#4138](https://github.com/equinor/design-system/issues/4138)
28+
829
## [1.0.2](https://github.com/equinor/design-system/compare/[email protected]@v1.0.2) (2025-10-22)
930

1031

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.2",
3+
"version": "1.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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/[email protected]@v1.1.0) (2025-10-29)
9+
10+
11+
### ✨ Added
12+
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+
15+
16+
### 🐛 Fixed
17+
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+
20+
21+
### 🔧 Chores
22+
23+
* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
24+
825
## [1.0.2](https://github.com/equinor/design-system/compare/[email protected]@v1.0.2) (2025-10-22)
926

1027

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.2",
3+
"version": "1.1.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-icons/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.1](https://github.com/equinor/design-system/compare/[email protected]@v1.0.1) (2025-10-29)
9+
10+
11+
### 🔧 Chores
12+
13+
* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
14+
815
## [1.0.0] - 2025-10-09
916

1017
This release aligns with the v1 release of our design system.

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.0.0",
3+
"version": "1.0.1",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.9.0](https://github.com/equinor/design-system/compare/[email protected]@v0.9.0) (2025-10-29)
9+
10+
11+
### ✨ Added
12+
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+
15+
16+
### 🐛 Fixed
17+
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+
20+
21+
### 🔧 Chores
22+
23+
* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
24+
825
## [0.8.1](https://github.com/equinor/design-system/compare/[email protected]@v0.8.1) (2025-10-16)
926

1027

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

packages/eds-tokens/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.4](https://github.com/equinor/design-system/compare/[email protected]@v1.1.4) (2025-10-29)
9+
10+
11+
### 🐛 Fixed
12+
13+
* 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))
14+
15+
16+
### 🔧 Chores
17+
18+
* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf))
19+
* **eds-tokens:** update tokens and generate variables ([#4151](https://github.com/equinor/design-system/issues/4151)) ([da830e0](https://github.com/equinor/design-system/commit/da830e0839e807edb9ffef74dc0b9e05f2b90e08)), closes [#4138](https://github.com/equinor/design-system/issues/4138)
20+
821
## [1.1.3](https://github.com/equinor/design-system/compare/[email protected]@v1.1.3) (2025-10-22)
922

1023

0 commit comments

Comments
 (0)