From aec64a0bd97d2377809e76a647de635b953a838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oddbj=C3=B8rn=20=C3=98vernes?= Date: Thu, 21 Oct 2021 15:31:58 +0200 Subject: [PATCH] Release eds-core-react@0.14.2 (#1646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 Updated changelog * 🔖 Updated version --- libraries/core-react/CHANGELOG.md | 8 ++++++++ libraries/core-react/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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": {