Skip to content

Commit

Permalink
πŸ”– Release core@0.23.0, lab@0.5.0 & utils@0.4.0 (#2549)
Browse files Browse the repository at this point in the history
* πŸ”– Release core@0.23.0, lab@0.5.0 & utils@0.4.0

* πŸ“ Fixed core changelog date
  • Loading branch information
mimarz authored Oct 5, 2022
1 parent 1563810 commit 58959e2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
11 changes: 10 additions & 1 deletion packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.23.0] - 2022-10-03
## [0.23.0] - 2022-10-05

### Fixed

- πŸ› Accordion: fixed shrinking icon by @oddvernes in https://github.com/equinor/design-system/pull/2540

### Changed

- ⬆️ Upgrade to React 18 by @mimarz in https://github.com/equinor/design-system/pull/2510
- πŸ› Breadcrumb/Typography: use transient props by @oddvernes in https://github.com/equinor/design-system/pull/2542

## [0.22.0] - 2022-09-29

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.23.0-dev.20221003",
"version": "0.23.0",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
7 changes: 6 additions & 1 deletion packages/eds-lab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.5.0] - 2022-10-03
## [0.5.0] - 2022-10-05

### Changed

- ⬆️ Upgrade to React 18 by @mimarz in https://github.com/equinor/design-system/pull/2510
- πŸ›Sidebar link active warning by @oddvernes in https://github.com/equinor/design-system/pull/2531

## [0.4.2] - 2022-06-20

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.5.0-dev.20221003",
"version": "0.5.0",
"description": "The lab for the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
6 changes: 5 additions & 1 deletion packages/eds-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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).

## [0.4.0] - 2022-10-03
## [0.4.0] - 2022-10-05

### Changed

- ⬆️ Upgrade to React 18 by @mimarz in https://github.com/equinor/design-system/pull/2510

## [0.3.0] - 2022-09-08

Expand Down
2 changes: 1 addition & 1 deletion packages/eds-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-utils",
"version": "0.4.0-dev.20221003",
"version": "0.4.0",
"description": "Utility functions and hooks for the Equinor Design System",
"sideEffects": false,
"main": "dist/eds-utils.cjs.js",
Expand Down

0 comments on commit 58959e2

Please sign in to comment.