diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md index 363d59507b..132cc722d0 100644 --- a/libraries/core-react/CHANGELOG.md +++ b/libraries/core-react/CHANGELOG.md @@ -5,6 +5,14 @@ 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.14.2] - 2021-10-21 + +### Fixed +- `Switch` hover effect broke in the previous release, this is now fixed ([#1641](https://github.com/equinor/design-system/issues/1641)) + +### Changed +- `Radio`, `Checkbox`: Removed extra padding between input clickbounds and label ([#1640](https://github.com/equinor/design-system/issues/1640)) + ## [0.14.1] - 2021-10-19 ### Added diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index 0e3858e68c..344eb5d95f 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.14.1", + "version": "0.14.2", "description": "The React implementation of the Equinor Design System", "main": "src/index.ts", "publishConfig": {