diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a00c5e1ecd..d566bf3053 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/eds-core-react": "1.0.2", - "packages/eds-data-grid-react": "1.0.2", - "packages/eds-icons": "1.0.0", - "packages/eds-lab-react": "0.8.1", - "packages/eds-tokens": "1.1.3", - "packages/eds-utils": "1.0.1" + "packages/eds-core-react": "1.1.0", + "packages/eds-data-grid-react": "1.1.0", + "packages/eds-icons": "1.0.1", + "packages/eds-lab-react": "0.9.0", + "packages/eds-tokens": "1.1.4", + "packages/eds-utils": "1.1.0" } diff --git a/packages/eds-core-react/CHANGELOG.md b/packages/eds-core-react/CHANGELOG.md index 7d36c9b01a..c95d8bd12a 100644 --- a/packages/eds-core-react/CHANGELOG.md +++ b/packages/eds-core-react/CHANGELOG.md @@ -5,6 +5,27 @@ 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). +## [1.1.0](https://github.com/equinor/design-system/compare/eds-core-react@v1.0.2...eds-core-react@v1.1.0) (2025-10-29) + + +### ✨ Added + +* **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) +* 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)) + + +### 🐛 Fixed + +* **eds-core-react:** update storybook version ([22a21fd](https://github.com/equinor/design-system/commit/22a21fdcdf7c76e514e523752466fd6b9b3d763f)) +* Update Card.docs.mdx ([7fc1205](https://github.com/equinor/design-system/commit/7fc1205b3c7bb2358f666524346027ccb7a52a92)) +* 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)) + + +### 🔧 Chores + +* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf)) +* **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) + ## [1.0.2](https://github.com/equinor/design-system/compare/eds-core-react@v1.0.1...eds-core-react@v1.0.2) (2025-10-22) diff --git a/packages/eds-core-react/package.json b/packages/eds-core-react/package.json index f5b82508d9..f994039aaf 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": "1.0.2", + "version": "1.1.0", "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 fc01779436..c8794bf558 100644 --- a/packages/eds-data-grid-react/CHANGELOG.md +++ b/packages/eds-data-grid-react/CHANGELOG.md @@ -5,6 +5,23 @@ 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). +## [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) + + +### ✨ Added + +* **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) + + +### 🐛 Fixed + +* 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)) + + +### 🔧 Chores + +* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf)) + ## [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) diff --git a/packages/eds-data-grid-react/package.json b/packages/eds-data-grid-react/package.json index 7fcb740c5a..bdbfe6c8df 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": "1.0.2", + "version": "1.1.0", "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 3facd64670..fead860969 100644 --- a/packages/eds-icons/CHANGELOG.md +++ b/packages/eds-icons/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). +## [1.0.1](https://github.com/equinor/design-system/compare/eds-icons@1.0.0...eds-icons@v1.0.1) (2025-10-29) + + +### 🔧 Chores + +* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf)) + ## [1.0.0] - 2025-10-09 This release aligns with the v1 release of our design system. diff --git a/packages/eds-icons/package.json b/packages/eds-icons/package.json index 539a392738..517289ad88 100644 --- a/packages/eds-icons/package.json +++ b/packages/eds-icons/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-icons", - "version": "1.0.0", + "version": "1.0.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 3f6288b9da..9a7d561003 100644 --- a/packages/eds-lab-react/CHANGELOG.md +++ b/packages/eds-lab-react/CHANGELOG.md @@ -5,6 +5,23 @@ 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.0](https://github.com/equinor/design-system/compare/eds-lab-react@v0.8.1...eds-lab-react@v0.9.0) (2025-10-29) + + +### ✨ Added + +* **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) + + +### 🐛 Fixed + +* 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)) + + +### 🔧 Chores + +* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf)) + ## [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) diff --git a/packages/eds-lab-react/package.json b/packages/eds-lab-react/package.json index 6a5852fe9f..4f33a824a0 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.8.1", + "version": "0.9.0", "description": "The lab for the Equinor Design System", "sideEffects": [ "**/*.css" diff --git a/packages/eds-tokens/CHANGELOG.md b/packages/eds-tokens/CHANGELOG.md index a0db0fff0c..813a620e9b 100644 --- a/packages/eds-tokens/CHANGELOG.md +++ b/packages/eds-tokens/CHANGELOG.md @@ -5,6 +5,19 @@ 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). +## [1.1.4](https://github.com/equinor/design-system/compare/eds-tokens@v1.1.3...eds-tokens@v1.1.4) (2025-10-29) + + +### 🐛 Fixed + +* 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)) + + +### 🔧 Chores + +* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf)) +* **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) + ## [1.1.3](https://github.com/equinor/design-system/compare/eds-tokens@v1.1.2...eds-tokens@v1.1.3) (2025-10-22) diff --git a/packages/eds-tokens/package.json b/packages/eds-tokens/package.json index f7d1ebc371..680e863d34 100644 --- a/packages/eds-tokens/package.json +++ b/packages/eds-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens", - "version": "1.1.3", + "version": "1.1.4", "description": "Design tokens for the Equinor Design System", "exports": { ".": { diff --git a/packages/eds-utils/CHANGELOG.md b/packages/eds-utils/CHANGELOG.md index 3911b646cc..19d2cbabcc 100644 --- a/packages/eds-utils/CHANGELOG.md +++ b/packages/eds-utils/CHANGELOG.md @@ -5,6 +5,23 @@ 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). +## [1.1.0](https://github.com/equinor/design-system/compare/eds-utils@v1.0.1...eds-utils@v1.1.0) (2025-10-29) + + +### ✨ Added + +* **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) + + +### 🐛 Fixed + +* 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)) + + +### 🔧 Chores + +* ⬆️ Update dependencies ([#4158](https://github.com/equinor/design-system/issues/4158)) ([344e555](https://github.com/equinor/design-system/commit/344e555ff53ed307026ebb68761281a563c3d3cf)) + ## [1.0.1](https://github.com/equinor/design-system/compare/eds-utils@1.0.0...eds-utils@v1.0.1) (2025-10-16) diff --git a/packages/eds-utils/package.json b/packages/eds-utils/package.json index bb39d4e062..1edd16b8c8 100644 --- a/packages/eds-utils/package.json +++ b/packages/eds-utils/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-utils", - "version": "1.0.1", + "version": "1.1.0", "description": "Utility functions and hooks for the Equinor Design System", "sideEffects": false, "exports": {