From dc456f5bc0ff02b7c8d78e3c938a2b52f822777d Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Thu, 24 Sep 2020 23:34:35 +0000 Subject: [PATCH] chore(release): version 0.13.1-rc.4 build 4864 [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 b36a7a893..3e8b68d6e 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.13.1-rc.4](https://github.com/SAP/fundamental-react/compare/v0.13.1-rc.3...v0.13.1-rc.4) (2020-09-24) + + +### Bug Fixes + +* datepicker add list styles ([#1221](https://github.com/SAP/fundamental-react/issues/1221)) ([2e4b4e5](https://github.com/SAP/fundamental-react/commit/2e4b4e54788eb331c1b3108515471b02ab094da7)) + ### [0.13.1-rc.3](https://github.com/SAP/fundamental-react/compare/v0.13.1-rc.2...v0.13.1-rc.3) (2020-09-24) diff --git a/package-lock.json b/package-lock.json index ced99213b..9d967bf8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.13.1-rc.3", + "version": "0.13.1-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 112a679e6..089d3e1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.13.1-rc.3", + "version": "0.13.1-rc.4", "private": false, "description": "SAP Fundamental Library, implemented in React", "license": "Apache-2.0",