Skip to content

Commit

Permalink
prepare data grid release
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Oct 24, 2024
1 parent 18adc84 commit a5b168d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/eds-data-grid-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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).

## [to be released]
- ✨ exposed `onRowContextMenu` by @tlastad in https://github.com/equinor/design-system/pull/3658
## [0.7.2]

### Added

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

## [0.7.1] - 2024-10-11

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": "0.7.1",
"version": "0.7.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

0 comments on commit a5b168d

Please sign in to comment.