Skip to content

Commit

Permalink
changelogs and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Sep 26, 2023
1 parent cb6d5fc commit cb008b4
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
21 changes: 21 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ 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.33.0] - 2023-09-26

### Added

-`Tabs`: controlled mode for use with routers by @oddvernes in https://github.com/equinor/design-system/pull/3036
- 🚸 `Tabs`: added `conditionalRender` prop for `Tabs.Panels` by @oddvernes in https://github.com/equinor/design-system/pull/3062
- ⬆️ Support `Styled-components` v6 by @oddvernes in https://github.com/equinor/design-system/pull/3050

### Changed

- ⬆️ Updated `typescript` from 4.9.x to 5.1.x by @oddvernes in https://github.com/equinor/design-system/pull/3020
- 🚸 `Search`: removed "clear" button when component is disabled by @denektenina in https://github.com/equinor/design-system/pull/3054

### Fixed

- 💄 `Breadcrumbs`: fixed vertical alignment for icons by @oddvernes in https://github.com/equinor/design-system/pull/3023
- 💄 `Radio`/`Checbox`/`Switch` fixed z-index bug where component could show through overlaying content by @oddvernes in https://github.com/equinor/design-system/pull/3032
- 🔒️ Utils: Moved `babel-jest` to dev-dependencies by @oddvernes in https://github.com/equinor/design-system/pull/3055
- 🚸 `SideBar`: add `aria-label` to toggle button by @ingeridhellen in https://github.com/equinor/design-system/pull/3066
- 🐛 `Autocomplete` improved fix for "Maximum update depth exceeded" crash caused by merging refs by @oddvernes in https://github.com/equinor/design-system/pull/3069

## [0.32.4] - 2023-08-15

### 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.32.4",
"version": "0.33.0",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
7 changes: 7 additions & 0 deletions packages/eds-data-grid-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.1.0-beta.3] - 2023-09-26

### Added

- ⬆️ Support `Styled-components` v6 by @oddvernes in https://github.com/equinor/design-system/pull/3050

## [0.1.0-beta.2] - 2023-07-13

- ⬆️ Bump to [email protected] and added `^` semver range to `eds-core-react`, `eds-utils` and `eds-icons` dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-data-grid-react",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
"license": "MIT",
"types": "dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/eds-lab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.7.2] - 2023-09-26

### Added

- ⬆️ Support `Styled-components` v6 by @oddvernes in https://github.com/equinor/design-system/pull/3050

## [0.7.1] - 2023-07-13

### 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.1",
"version": "0.7.2",
"description": "The lab for the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
6 changes: 6 additions & 0 deletions packages/eds-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.8.2] - 2023-09-26

### Added

- ⬆️ Support `Styled-components` v6 by @oddvernes in https://github.com/equinor/design-system/pull/3050

## [0.8.1] - 2023-07-14

### Added
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.8.1",
"version": "0.8.2",
"description": "Utility functions and hooks for the Equinor Design System",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit cb008b4

Please sign in to comment.