From f0fddbf61dfac9c4435992ad5552a9eb51725779 Mon Sep 17 00:00:00 2001 From: Victor Nystad Date: Wed, 17 Jun 2020 08:40:21 +0200 Subject: [PATCH] update changelog, bump version (#371) --- 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 d5977c56e8..e9f818fd0e 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.3.1] - 2020-06-16 + +### Fixed + +- Fixed a bug where `` steals focus from interactive controls in tab panels. ([#369](https://github.com/equinor/design-system/issues/369)) + ## [0.3.0] - 2020-06-08 ### Added diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index 41fb53a20d..1ca55743c9 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.3.0", + "version": "0.3.1", "description": "The React implementation of the Equinor Design System", "main": "dist/core-react.cjs.js", "module": "dist/core-react.es.js",