Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"packages/eds-core-react": "0.49.0",
"packages/eds-data-grid-react": "0.9.1",
"packages/eds-icons": "0.22.0",
"packages/eds-lab-react": "0.7.9",
"packages/eds-tokens": "0.10.0",
"packages/eds-utils": "0.9.0"
"packages/eds-core-react": "0.49.1",
"packages/eds-data-grid-react": "0.9.2",
"packages/eds-icons": "0.22.1",
"packages/eds-lab-react": "0.8.0",
"packages/eds-tokens": "0.11.0",
"packages/eds-utils": "0.9.1",
"packages/eds-tokens-build": "1.0.0",
"packages/eds-tokens-sync": "1.0.0"
}
7 changes: 7 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.49.1](https://github.com/equinor/design-system/compare/[email protected]@v0.49.1) (2025-10-07)


### 🔧 Chores

* React 19 upgrade ([#4007](https://github.com/equinor/design-system/issues/4007)) ([645e090](https://github.com/equinor/design-system/commit/645e090d66eb7c1d864c8108497d19003e0cf24e))

## [0.49.0] - 2025-09-11

## Added
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-core-react",
"version": "0.49.0",
"version": "0.49.1",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
7 changes: 7 additions & 0 deletions packages/eds-data-grid-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.2](https://github.com/equinor/design-system/compare/[email protected]@v0.9.2) (2025-10-07)


### 🔧 Chores

* React 19 upgrade ([#4007](https://github.com/equinor/design-system/issues/4007)) ([645e090](https://github.com/equinor/design-system/commit/645e090d66eb7c1d864c8108497d19003e0cf24e))

## [0.9.1] - 2025-09-11

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-data-grid-react",
"version": "0.9.1",
"version": "0.9.2",
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
"license": "MIT",
"types": "dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/eds-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.1](https://github.com/equinor/design-system/compare/[email protected]@v0.22.1) (2025-10-07)


### 🔧 Chores

* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* 🔥 Remove individual package lockfiles ([#3930](https://github.com/equinor/design-system/issues/3930)) ([f813224](https://github.com/equinor/design-system/commit/f8132240a2c20ad54db54c2c38e53731852f8c7a))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))

## [0.22.0] - 2025-01-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-icons",
"version": "0.22.0",
"version": "0.22.1",
"description": "Icons from the Equinor Design System",
"main": "dist/icons.cjs",
"module": "dist/esm/index.js",
Expand Down
36 changes: 36 additions & 0 deletions packages/eds-lab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0](https://github.com/equinor/design-system/compare/[email protected]@v0.8.0) (2025-10-07)


### ✨ Added

* **datepicker:** Enable custom date-formats ([#3415](https://github.com/equinor/design-system/issues/3415)) ([2f91ed9](https://github.com/equinor/design-system/commit/2f91ed92797bdf42c682e421b86bbaf67247257f))


### 🐛 Fixed

* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3051](https://github.com/equinor/design-system/issues/3051)) ([6609b34](https://github.com/equinor/design-system/commit/6609b3489abcbcf9d163c7e43ba4d1c31fa5cc4c))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3126](https://github.com/equinor/design-system/issues/3126)) ([b10df8a](https://github.com/equinor/design-system/commit/b10df8aa109cc30053c53e9a30460e43a182bd37))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3276](https://github.com/equinor/design-system/issues/3276)) ([e8dd648](https://github.com/equinor/design-system/commit/e8dd648e5fa41d3ab63c6a416dd93d73a6f4fa00))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3406](https://github.com/equinor/design-system/issues/3406)) ([8001e44](https://github.com/equinor/design-system/commit/8001e44397f373760a995b76e18ed470a919f1d0))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3643](https://github.com/equinor/design-system/issues/3643)) ([f688713](https://github.com/equinor/design-system/commit/f688713f04852253155d86ec932ff695681db275))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3729](https://github.com/equinor/design-system/issues/3729)) ([75c88a9](https://github.com/equinor/design-system/commit/75c88a9faa5e4f00ff2a07503fc89e8b34480dc1))


### 🔧 Chores

* :arrow_up: Upgrade dependencies ([#3795](https://github.com/equinor/design-system/issues/3795)) ([8b5b025](https://github.com/equinor/design-system/commit/8b5b02531eb11949bb85dba719849ed3801ae220))
* ⬆️ Storybook v9 upgrade ([#3976](https://github.com/equinor/design-system/issues/3976)) ([fe76b10](https://github.com/equinor/design-system/commit/fe76b101e344d9dc6889562bb63730768125279f))
* ⬆️ Upgrade dependencies ([#3824](https://github.com/equinor/design-system/issues/3824)) ([3519425](https://github.com/equinor/design-system/commit/35194255d59abbc12b66d2d29bd3446792570ab8))
* ⬆️ Upgrade dependencies ([#3881](https://github.com/equinor/design-system/issues/3881)) ([23479f7](https://github.com/equinor/design-system/commit/23479f7c2eabfdc3bf12243b7904545277595431))
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* 🔖 Release eds-core-react, eds-data-grid-react, eds-lab-react, eds-tokens, eds-utils ([#3982](https://github.com/equinor/design-system/issues/3982)) ([f250771](https://github.com/equinor/design-system/commit/f2507710d68e926edf0b2a5164ce896984cb2e20))
* 🔥 Remove individual package lockfiles ([#3930](https://github.com/equinor/design-system/issues/3930)) ([f813224](https://github.com/equinor/design-system/commit/f8132240a2c20ad54db54c2c38e53731852f8c7a))
* React 19 upgrade ([#4007](https://github.com/equinor/design-system/issues/4007)) ([645e090](https://github.com/equinor/design-system/commit/645e090d66eb7c1d864c8108497d19003e0cf24e))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))


### 📦 Build System

* **deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([#3768](https://github.com/equinor/design-system/issues/3768)) ([61e4565](https://github.com/equinor/design-system/commit/61e4565dcf79e6ed5be9f0b0ac7d584bab61a52c))

## [0.7.9] - 2025-09-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-lab-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-lab-react",
"version": "0.7.9",
"version": "0.8.0",
"description": "The lab for the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
31 changes: 31 additions & 0 deletions packages/eds-tokens-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 1.0.0 (2025-10-07)


### ✨ Added

* Adjust tokens and variables ([#3887](https://github.com/equinor/design-system/issues/3887)) ([9271064](https://github.com/equinor/design-system/commit/92710641e53fe094935dab991d83bf04d087a660))
* **eds-tokens:** create and implement new build scripts ([#4004](https://github.com/equinor/design-system/issues/4004)) ([522baa3](https://github.com/equinor/design-system/commit/522baa375b0ca3f8343f2f441aa24ce9cd2efa58))
* **eds-tokens:** update-tokens ([#4010](https://github.com/equinor/design-system/issues/4010)) ([8c1df55](https://github.com/equinor/design-system/commit/8c1df552fd33a8e5f209b13a72367a6f2b503d35))
* new color tokens and variables in code ([#3733](https://github.com/equinor/design-system/issues/3733)) ([282330b](https://github.com/equinor/design-system/commit/282330b754c562ea79f0beac8beb7033679b208a))


### ♻️ Refactoring

* **eds-tokens:** tokens build sync setup ([#3993](https://github.com/equinor/design-system/issues/3993)) ([df07db9](https://github.com/equinor/design-system/commit/df07db924e2680f6edf828229b101bb38166be06))


### 🔧 Chores

* :arrow_up: Upgrade dependencies ([#3795](https://github.com/equinor/design-system/issues/3795)) ([8b5b025](https://github.com/equinor/design-system/commit/8b5b02531eb11949bb85dba719849ed3801ae220))
* ⬆️ Upgrade dependencies ([#3881](https://github.com/equinor/design-system/issues/3881)) ([23479f7](https://github.com/equinor/design-system/commit/23479f7c2eabfdc3bf12243b7904545277595431))
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* **eds-tokens-build, eds-tokens-sync:** ⬆️ Upgrade dependencies from dependabot ([#3804](https://github.com/equinor/design-system/issues/3804)) ([5b00b04](https://github.com/equinor/design-system/commit/5b00b0406ed38a3fa06b8f73e41ab6e28135baa1))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))


### 📦 Build System

* **deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([#3768](https://github.com/equinor/design-system/issues/3768)) ([61e4565](https://github.com/equinor/design-system/commit/61e4565dcf79e6ed5be9f0b0ac7d584bab61a52c))
2 changes: 1 addition & 1 deletion packages/eds-tokens-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-tokens-build",
"version": "1.1.0",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "EDS Core Team",
Expand Down
26 changes: 26 additions & 0 deletions packages/eds-tokens-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 1.0.0 (2025-10-07)


### ✨ Added

* **eds-tokens:** create and implement new build scripts ([#4004](https://github.com/equinor/design-system/issues/4004)) ([522baa3](https://github.com/equinor/design-system/commit/522baa375b0ca3f8343f2f441aa24ce9cd2efa58))
* new color tokens and variables in code ([#3733](https://github.com/equinor/design-system/issues/3733)) ([282330b](https://github.com/equinor/design-system/commit/282330b754c562ea79f0beac8beb7033679b208a))


### 🔧 Chores

* :arrow_up: Upgrade dependencies ([#3795](https://github.com/equinor/design-system/issues/3795)) ([8b5b025](https://github.com/equinor/design-system/commit/8b5b02531eb11949bb85dba719849ed3801ae220))
* ⬆️ Upgrade dependencies ([#3824](https://github.com/equinor/design-system/issues/3824)) ([3519425](https://github.com/equinor/design-system/commit/35194255d59abbc12b66d2d29bd3446792570ab8))
* ⬆️ Upgrade dependencies ([#3858](https://github.com/equinor/design-system/issues/3858)) ([4f20d86](https://github.com/equinor/design-system/commit/4f20d861c7a2bcf2e810fdc95d3ece80b7a0bd9b))
* ⬆️ Upgrade dependencies ([#3881](https://github.com/equinor/design-system/issues/3881)) ([23479f7](https://github.com/equinor/design-system/commit/23479f7c2eabfdc3bf12243b7904545277595431))
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* **eds-tokens-build, eds-tokens-sync:** ⬆️ Upgrade dependencies from dependabot ([#3804](https://github.com/equinor/design-system/issues/3804)) ([5b00b04](https://github.com/equinor/design-system/commit/5b00b0406ed38a3fa06b8f73e41ab6e28135baa1))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))


### 📦 Build System

* **deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([#3768](https://github.com/equinor/design-system/issues/3768)) ([61e4565](https://github.com/equinor/design-system/commit/61e4565dcf79e6ed5be9f0b0ac7d584bab61a52c))
18 changes: 18 additions & 0 deletions packages/eds-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0](https://github.com/equinor/design-system/compare/[email protected]@v0.11.0) (2025-10-07)


### ✨ Added

* **eds-tokens:** create and implement new build scripts ([#4004](https://github.com/equinor/design-system/issues/4004)) ([522baa3](https://github.com/equinor/design-system/commit/522baa375b0ca3f8343f2f441aa24ce9cd2efa58))
* **eds-tokens:** update-tokens ([#4010](https://github.com/equinor/design-system/issues/4010)) ([8c1df55](https://github.com/equinor/design-system/commit/8c1df552fd33a8e5f209b13a72367a6f2b503d35))


### ♻️ Refactoring

* **eds-tokens:** tokens build sync setup ([#3993](https://github.com/equinor/design-system/issues/3993)) ([df07db9](https://github.com/equinor/design-system/commit/df07db924e2680f6edf828229b101bb38166be06))


### 🔧 Chores

* **eds-tokens:** update variables ([#4013](https://github.com/equinor/design-system/issues/4013)) ([c69429e](https://github.com/equinor/design-system/commit/c69429e888b05b3491135dc9aa29883220e9d7c0))

## [0.10.0] - 2025-09-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-tokens",
"version": "0.10.0",
"version": "0.11.0",
"description": "Design tokens for the Equinor Design System",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eds-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.1](https://github.com/equinor/design-system/compare/[email protected]@v0.9.1) (2025-10-07)


### 🔧 Chores

* React 19 upgrade ([#4007](https://github.com/equinor/design-system/issues/4007)) ([645e090](https://github.com/equinor/design-system/commit/645e090d66eb7c1d864c8108497d19003e0cf24e))

## [0.9.0] - 2025-09-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-utils",
"version": "0.9.0",
"version": "0.9.1",
"description": "Utility functions and hooks for the Equinor Design System",
"sideEffects": false,
"type": "module",
Expand Down