Skip to content

Commit 88d811e

Browse files
authored
🔖Release [email protected] (#3676)
1 parent 58e1134 commit 88d811e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎packages/eds-data-grid-react/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ 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+
## [0.7.3] - 2024-11-11
9+
10+
### Added
11+
12+
- ✨ Expose table-instance via ref (tableInstanceRef) by @yusijs in https://github.com/equinor/design-system/pull/3670
13+
814
## [0.7.2] - 2024-10-24
915

1016
### Added
1117

12-
- ✨ exposed `onRowContextMenu` to enable context menu on right click by @tlastad in https://github.com/equinor/design-system/pull/3658
18+
- ✨ Exposed `onRowContextMenu` to enable context menu on right click by @tlastad in https://github.com/equinor/design-system/pull/3658
1319

1420
## [0.7.1] - 2024-10-11
1521

‎packages/eds-data-grid-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/eds-data-grid-react",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
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)