Skip to content

Commit

Permalink
🔖 Release eds-core-react@0.36.1, eds-lab-react@0.7.6 (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Mar 1, 2024
1 parent 322fae9 commit 760f745
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.36.1] - 2024-03-01

### Changed

- ⬆️ Updated prod dependencies by @oddvernes in https://github.com/equinor/design-system/pull/3298

### Fixed

- ⬆️ `Autocomplete`: Updated downshift@8.3.3 to fix focus grabbing on load bug by @oddvernes in https://github.com/equinor/design-system/pull/3336

## [0.36.0] - 2024-02-09

### Added
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.36.0",
"version": "0.36.1",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
10 changes: 10 additions & 0 deletions packages/eds-lab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.6] - 2024-03-01

### Changed

- ⬆️ Update prod dependencies by @oddvernes in https://github.com/equinor/design-system/pull/3298

### Fixed

- ⬆️ `Datepicker`: Update downshift@8.3.3 to fix focus grabbing on load bug by @oddvernes in https://github.com/equinor/design-system/pull/3336

## [0.7.5] - 2024-02-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-lab-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-lab-react",
"version": "0.7.5",
"version": "0.7.6",
"description": "The lab for the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down

0 comments on commit 760f745

Please sign in to comment.