From 818f6f94bad04df0d649acfb49a6d0289d39fc21 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Tue, 20 Oct 2020 03:21:51 +0000 Subject: [PATCH] chore(release): version 0.14.0-rc.1 build 4998 [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 77a6ea55d..f1c00519c 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.14.0-rc.1](https://github.com/SAP/fundamental-react/compare/v0.14.0-rc.0...v0.14.0-rc.1) (2020-10-20) + + +### Features + +* upgrade fundamental-styles to 13.0-rc.5 ([#1243](https://github.com/SAP/fundamental-react/issues/1243)) ([f39eecc](https://github.com/SAP/fundamental-react/commit/f39eecc099dedccbe07229e5d6fa3c305d260239)) + ## [0.14.0-rc.0](https://github.com/SAP/fundamental-react/compare/v0.13.1...v0.14.0-rc.0) (2020-10-19) diff --git a/package-lock.json b/package-lock.json index 97a73b318..75cd21aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.14.0-rc.0", + "version": "0.14.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bff568585..39001dbd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.14.0-rc.0", + "version": "0.14.0-rc.1", "private": false, "description": "SAP Fundamental Library, implemented in React", "license": "Apache-2.0",