From 1aeda5e1a2382e4d1d2191befb8d72f5ae60ec3d Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Thu, 6 May 2021 15:22:03 +0200 Subject: [PATCH] Release core react@0.11.1 (#1335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔖 Updated changelog & version * Update libraries/core-react/CHANGELOG.md Co-authored-by: Frida Erdal <31915755+pomfrida@users.noreply.github.com> Co-authored-by: Frida Erdal <31915755+pomfrida@users.noreply.github.com> --- 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 f519e35764..711ef4d1e9 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.11.1] - 2021-05-06 + +### Fixed 🐛 + +- Missing border on "outlined" `Button` ([#1332](https://github.com/equinor/design-system/issues/1332)) + ## [0.11.0] - 2021-05-05 ### Added diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index c169603a06..453245fa05 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.11.0", + "version": "0.11.1", "description": "The React implementation of the Equinor Design System", "main": "src/index.ts", "publishConfig": {