Skip to content

Commit b1ffe97

Browse files
chore: release main (#4607)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e48496e commit b1ffe97

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/eds-core-react": "2.3.7",
33
"packages/eds-core-react/src/components/next": "2.3.4-beta.0",
4-
"packages/eds-data-grid-react": "1.2.3",
4+
"packages/eds-data-grid-react": "1.2.4",
55
"packages/eds-icons": "1.3.0",
66
"packages/eds-lab-react": "0.10.2",
77
"packages/eds-utils": "2.0.0"

packages/eds-data-grid-react/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.2.4](https://github.com/equinor/design-system/compare/eds-data-grid-react@v1.2.3...eds-data-grid-react@v1.2.4) (2026-03-03)
9+
10+
11+
### 🐛 Fixed
12+
13+
* **eds-data-grid-react:** reexport RowModel type ([e48496e](https://github.com/equinor/design-system/commit/e48496e407c0d8ac096a790688a8c8a4b444497e))
14+
815
## [1.2.3](https://github.com/equinor/design-system/compare/eds-data-grid-react@v1.2.2...eds-data-grid-react@v1.2.3) (2026-02-11)
916

1017

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.2.3",
3+
"version": "1.2.4",
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",

0 commit comments

Comments
 (0)