Skip to content

Commit 2d2f4ca

Browse files
authored
1 parent 185c33e commit 2d2f4ca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/eds-core-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.42.1] - 2024-10-04
9+
10+
### Fixed
11+
12+
- 🐛 Popover: Fixed an issue where popover would "flicker" in a prod enviroment by @oddvernes in https://github.com/equinor/design-system/pull/3639
13+
14+
### changed
15+
16+
- ⬆️ Updated @tanstack/react-virtual by @oddvernes in https://github.com/equinor/design-system/pull/3629
17+
- ⬆️ Updated rollup and related plugins by @oddvernes in https://github.com/equinor/design-system/pull/3633
18+
819
## [0.42.0] - 2024-09-17
920

1021
### Added

packages/eds-core-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-core-react",
3-
"version": "0.42.0",
3+
"version": "0.42.1",
44
"description": "The React implementation of the Equinor Design System",
55
"sideEffects": [
66
"**/*.css"

0 commit comments

Comments
 (0)