From 4952e6e289720cc7d53d2431996424613825b7f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:32:47 +0000 Subject: [PATCH] chore: release fre/release-please --- .github/release-please-manifest.json | 14 +++++---- packages/eds-core-react/CHANGELOG.md | 7 +++++ packages/eds-core-react/package.json | 2 +- packages/eds-data-grid-react/CHANGELOG.md | 7 +++++ packages/eds-data-grid-react/package.json | 2 +- packages/eds-icons/CHANGELOG.md | 9 ++++++ packages/eds-icons/package.json | 2 +- packages/eds-lab-react/CHANGELOG.md | 36 +++++++++++++++++++++++ packages/eds-lab-react/package.json | 2 +- packages/eds-tokens-build/CHANGELOG.md | 31 +++++++++++++++++++ packages/eds-tokens-build/package.json | 2 +- packages/eds-tokens-sync/CHANGELOG.md | 26 ++++++++++++++++ packages/eds-tokens/CHANGELOG.md | 18 ++++++++++++ packages/eds-tokens/package.json | 2 +- packages/eds-utils/CHANGELOG.md | 7 +++++ packages/eds-utils/package.json | 2 +- 16 files changed, 156 insertions(+), 13 deletions(-) create mode 100644 packages/eds-tokens-build/CHANGELOG.md create mode 100644 packages/eds-tokens-sync/CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 7e85c8075c..7e953bb0a4 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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" } diff --git a/packages/eds-core-react/CHANGELOG.md b/packages/eds-core-react/CHANGELOG.md index 6b1a5a3417..919721cca4 100644 --- a/packages/eds-core-react/CHANGELOG.md +++ b/packages/eds-core-react/CHANGELOG.md @@ -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/eds-core-react@0.49.0...eds-core-react@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 diff --git a/packages/eds-core-react/package.json b/packages/eds-core-react/package.json index a821f312a6..98ce3a09a2 100644 --- a/packages/eds-core-react/package.json +++ b/packages/eds-core-react/package.json @@ -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" diff --git a/packages/eds-data-grid-react/CHANGELOG.md b/packages/eds-data-grid-react/CHANGELOG.md index 8c84be9b1a..9e1dda58ba 100644 --- a/packages/eds-data-grid-react/CHANGELOG.md +++ b/packages/eds-data-grid-react/CHANGELOG.md @@ -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/eds-data-grid-react@0.9.1...eds-data-grid-react@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 diff --git a/packages/eds-data-grid-react/package.json b/packages/eds-data-grid-react/package.json index 6bebdfbde2..f3f46eec6f 100644 --- a/packages/eds-data-grid-react/package.json +++ b/packages/eds-data-grid-react/package.json @@ -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", diff --git a/packages/eds-icons/CHANGELOG.md b/packages/eds-icons/CHANGELOG.md index 56c6fd92d1..e4455c3457 100644 --- a/packages/eds-icons/CHANGELOG.md +++ b/packages/eds-icons/CHANGELOG.md @@ -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/eds-icons@0.22.0...eds-icons@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 diff --git a/packages/eds-icons/package.json b/packages/eds-icons/package.json index bcef967953..461befb6ef 100644 --- a/packages/eds-icons/package.json +++ b/packages/eds-icons/package.json @@ -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", diff --git a/packages/eds-lab-react/CHANGELOG.md b/packages/eds-lab-react/CHANGELOG.md index 3f89fd9cf2..8a842e6d3b 100644 --- a/packages/eds-lab-react/CHANGELOG.md +++ b/packages/eds-lab-react/CHANGELOG.md @@ -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/eds-lab-react@v0.7.9...eds-lab-react@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 diff --git a/packages/eds-lab-react/package.json b/packages/eds-lab-react/package.json index 3738113653..fd9d686d13 100644 --- a/packages/eds-lab-react/package.json +++ b/packages/eds-lab-react/package.json @@ -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" diff --git a/packages/eds-tokens-build/CHANGELOG.md b/packages/eds-tokens-build/CHANGELOG.md new file mode 100644 index 0000000000..acd5a3f41c --- /dev/null +++ b/packages/eds-tokens-build/CHANGELOG.md @@ -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)) diff --git a/packages/eds-tokens-build/package.json b/packages/eds-tokens-build/package.json index 9fba363d3e..fec733671f 100644 --- a/packages/eds-tokens-build/package.json +++ b/packages/eds-tokens-build/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens-build", - "version": "1.1.0", + "version": "1.0.0", "license": "MIT", "author": { "name": "EDS Core Team", diff --git a/packages/eds-tokens-sync/CHANGELOG.md b/packages/eds-tokens-sync/CHANGELOG.md new file mode 100644 index 0000000000..f2e210c737 --- /dev/null +++ b/packages/eds-tokens-sync/CHANGELOG.md @@ -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)) diff --git a/packages/eds-tokens/CHANGELOG.md b/packages/eds-tokens/CHANGELOG.md index 83a9dda0cc..5b8a24a467 100644 --- a/packages/eds-tokens/CHANGELOG.md +++ b/packages/eds-tokens/CHANGELOG.md @@ -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/eds-tokens@0.10.0...eds-tokens@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 diff --git a/packages/eds-tokens/package.json b/packages/eds-tokens/package.json index 3bfadaabf2..f8c994284e 100644 --- a/packages/eds-tokens/package.json +++ b/packages/eds-tokens/package.json @@ -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": { diff --git a/packages/eds-utils/CHANGELOG.md b/packages/eds-utils/CHANGELOG.md index f5c0f157bd..63daea7455 100644 --- a/packages/eds-utils/CHANGELOG.md +++ b/packages/eds-utils/CHANGELOG.md @@ -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/eds-utils@0.9.0...eds-utils@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 diff --git a/packages/eds-utils/package.json b/packages/eds-utils/package.json index 56946feafb..d8c240dafe 100644 --- a/packages/eds-utils/package.json +++ b/packages/eds-utils/package.json @@ -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",