Skip to content

Commit

Permalink
🔖Release eds-core-react@0.42.4 (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Nov 15, 2024
1 parent 7e22cf2 commit 1184fe5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.42.4] - 2024-11-15

### added

- 🎨 `Autocomplete`: added `onClear` callback (triggered when clicking the 'clear' button) by @arkadiy93 in https://github.com/equinor/design-system/pull/3679

## [0.42.3] - 2024-11-08

### Fixed
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": "0.42.3",
"version": "0.42.4",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
6 changes: 6 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,12 @@ 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.7.4] - 2024-11-15

### Fixed

- 🎨 `ref` is now forwarded to Datagrid by @arkadiy93 in https://github.com/equinor/design-system/pull/3685

## [0.7.3] - 2024-11-11

### Added
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.3",
"version": "0.7.4",
"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 1184fe5

Please sign in to comment.