Skip to content

Commit

Permalink
πŸ”– Release eds-core-react@0.24.0, eds-icons@0.15.0, eds-lab-react@0.5.…
Browse files Browse the repository at this point in the history
…0, eds-tokens@0.8.0, eds-utils@0.5.0 (#2572)

* πŸ“ Updated changelogs

* πŸ”– Bumped versions

* πŸ“ Fixed changelog dates

* πŸ“ Updated release date

* πŸ”– Bumped lab version
  • Loading branch information
mimarz authored Oct 12, 2022
1 parent 2013191 commit 91d219b
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 10 deletions.
19 changes: 18 additions & 1 deletion packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@ 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.24.0] - 2022-10-06
## [0.24.0] - 2022-10-12

### Added

- ✨ Autocomplete: Support for toggling if input is cleared on selection by @mimarz in https://github.com/equinor/design-system/pull/2545
- ✨Polymorphic tabs by @oddvernes in https://github.com/equinor/design-system/pull/2556

### Changed

- ♻️ Autocomplete: Always show all options on re-open after selection by @mimarz in https://github.com/equinor/design-system/pull/2562
- ⬆️ upgraded floating-ui to v0.10.1 by @oddvernes in https://github.com/equinor/design-system/pull/2554
- πŸ”§ Conform packages build, test & linting by @mimarz in https://github.com/equinor/design-system/pull/2555

### Fixed

- πŸ› Accordion: prevent toggle from submitting form by @oddvernes in https://github.com/equinor/design-system/pull/2567

**Full Changelog**: https://github.com/equinor/design-system/compare/eds-core-react@0.23.0...eds-core-react@0.24.0

## [0.23.0] - 2022-10-05

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.24.0-dev.20221007",
"version": "0.24.0",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
10 changes: 9 additions & 1 deletion packages/eds-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ 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.15.0] - 2022-10-10
## [0.15.0] - 2022-10-12

### Added

- `in_progress`

### Removed

- πŸ”₯ Remove commonjs path for in eds-icons & eds-tokens by @mimarz in https://github.com/equinor/design-system/pull/2571

### Changed

- πŸ”§ Conform packages build, test & linting by @mimarz in https://github.com/equinor/design-system/pull/2555

## [0.14.0] - 2022-09-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-icons",
"version": "0.15.0-dev.20221005",
"version": "0.15.0",
"description": "Icons from the Equinor Design System",
"main": "dist/icons.cjs.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/eds-lab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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.5.0] - 2022-10-05
## [0.5.1] - 2022-10-12

### 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
- πŸ’„ Sidebar spacing by @oddvernes in https://github.com/equinor/design-system/pull/2543

## [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",
"version": "0.5.1",
"description": "The lab for the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
10 changes: 9 additions & 1 deletion packages/eds-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ 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.8.0] - 2022-10-05
## [0.8.0] - 2022-10-12

### Removed

- πŸ”₯ Remove commonjs path for in eds-icons & eds-tokens by @mimarz in https://github.com/equinor/design-system/pull/2571

### Changed

- πŸ”§ Conform packages build, test & linting by @mimarz in https://github.com/equinor/design-system/pull/2555

## [0.7.1] - 2022-06-09

Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-tokens",
"version": "0.8.0-dev.20221005",
"version": "0.8.0",
"description": "Design tokens for the Equinor Design System",
"main": "dist/tokens.cjs.js",
"module": "dist/esm/index.js",
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.5.0] - 2022-10-06
## [0.5.0] - 2022-10-12

### Changed

- πŸ”§ Conform packages build, test & linting by @mimarz in https://github.com/equinor/design-system/pull/2555

## [0.4.0] - 2022-10-05

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.5.0-dev.20221006",
"version": "0.5.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 91d219b

Please sign in to comment.