Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/eds-core-react": "1.0.1",
"packages/eds-data-grid-react": "1.0.1",
"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.2",
"packages/eds-tokens": "1.1.3",
"packages/eds-utils": "1.0.1"
}
12 changes: 12 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.2](https://github.com/equinor/design-system/compare/[email protected]@v1.0.2) (2025-10-22)


### πŸ› Fixed

* **eds-core-react:** πŸ› Update Tooltip component to use mergeRefs ([#4130](https://github.com/equinor/design-system/issues/4130)) ([a7f42ce](https://github.com/equinor/design-system/commit/a7f42cee4e1287bcfba90007ca7544dfef18bf12))


### πŸ”§ Chores

* Rename follow-up ([#4129](https://github.com/equinor/design-system/issues/4129)) ([cae9fc0](https://github.com/equinor/design-system/commit/cae9fc0b3d32394da8d89ddb09c747142dd66f38))

## [1.0.1](https://github.com/equinor/design-system/compare/[email protected]@v1.0.1) (2025-10-16)


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": "1.0.1",
"version": "1.0.2",
"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).

## [1.0.2](https://github.com/equinor/design-system/compare/[email protected]@v1.0.2) (2025-10-22)


### πŸ”§ Chores

* Rename follow-up ([#4129](https://github.com/equinor/design-system/issues/4129)) ([cae9fc0](https://github.com/equinor/design-system/commit/cae9fc0b3d32394da8d89ddb09c747142dd66f38))

## [1.0.1](https://github.com/equinor/design-system/compare/[email protected]@v1.0.1) (2025-10-16)


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": "1.0.1",
"version": "1.0.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
7 changes: 7 additions & 0 deletions packages/eds-tokens/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).

## [1.1.3](https://github.com/equinor/design-system/compare/[email protected]@v1.1.3) (2025-10-22)


### πŸ“ Changed

* **eds-tokens:** add info about importing json files and how to use the dynamic and static approach in your project ([#4120](https://github.com/equinor/design-system/issues/4120)) ([62742b9](https://github.com/equinor/design-system/commit/62742b9028ac721afcafc16323e33274ac08ec6f))

## [1.1.2](https://github.com/equinor/design-system/compare/[email protected]@v1.1.2) (2025-10-16)


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": "1.1.2",
"version": "1.1.3",
"description": "Design tokens for the Equinor Design System",
"type": "module",
"exports": {
Expand Down