Skip to content

Commit

Permalink
🔖Release eds-core-react@0.42.3 (#3674)
Browse files Browse the repository at this point in the history
* 🔖Release eds-core-react@0.42.3

* fix changelog
  • Loading branch information
oddvernes authored Nov 8, 2024
1 parent ac7142b commit 440f692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/eds-core-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).

## [0.42.3] - 2024-11-08

### Fixed

- 🐛 `Datepicker`: "today" button stopped working and didn't focus on today's cell by @arkadiy93 in https://github.com/equinor/design-system/pull/3669
- 🐛 `SideBar`: fixes issue where sidebar default state always starts as closed by @FredrikMWold in https://github.com/equinor/design-system/pull/3672

## [0.42.2] - 2024-10-24

### 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.2",
"version": "0.42.3",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down

0 comments on commit 440f692

Please sign in to comment.