From a4170d02ea89a915575fbad30ed7fff545cc706b Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Thu, 23 Jul 2020 04:28:46 +0000 Subject: [PATCH] "chore(release): version 0.11.1-rc.11 build 4379 [ci skip]" --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf58dc32..8476dee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.11.1-rc.11](https://github.com/SAP/fundamental-react/compare/v0.11.1-rc.10...v0.11.1-rc.11) (2020-07-23) + + +### Bug Fixes + +* [#1129](https://github.com/SAP/fundamental-react/issues/1129) Fixing error in showing + button for readOnly StepInput ([#1133](https://github.com/SAP/fundamental-react/issues/1133)) ([51fa2b9](https://github.com/SAP/fundamental-react/commit/51fa2b95459ca219c4938e146d8ae04aa5a613be)) + ### [0.11.1-rc.10](https://github.com/SAP/fundamental-react/compare/v0.11.1-rc.9...v0.11.1-rc.10) (2020-07-22) diff --git a/package-lock.json b/package-lock.json index 12bff28f6..ef202ca64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.11.1-rc.10", + "version": "0.11.1-rc.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dac3d50a8..f32df9bb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.11.1-rc.10", + "version": "0.11.1-rc.11", "private": false, "description": "SAP Fundamental Library, implemented in React", "license": "Apache-2.0",