From cef687dc6962ace1b31bde7448ec160580e3cd1b Mon Sep 17 00:00:00 2001 From: Victor Nystad Date: Tue, 2 Jun 2020 12:06:32 +0200 Subject: [PATCH] prepare release of core-react 0.2.2 (#337) --- libraries/core-react/CHANGELOG.md | 6 ++++++ libraries/core-react/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md index 342daec3bf..e52c44155d 100644 --- a/libraries/core-react/CHANGELOG.md +++ b/libraries/core-react/CHANGELOG.md @@ -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.2.2] - 2020-06-02 + +### Fixed 🐛 + +- Fixed bug where `` component focused automatically on the active tab on render. ([#329](https://github.com/equinor/design-system/issues/329)) + ## [0.2.1] - 2020-05-29 ### Fixed 🐛 diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index f569f12ef1..04ec2b2254 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.2.1", + "version": "0.2.2", "description": "The React implementation of the Equinor Design System", "main": "dist/core-react.cjs.js", "module": "dist/core-react.es.js",