Skip to content

Commit

Permalink
"chore(release): version 0.13.0-rc.1 build 4596 [ci skip]"
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot committed Aug 19, 2020
1 parent bd49054 commit 391cee7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0-rc.1](https://github.com/SAP/fundamental-react/compare/v0.13.0-rc.0...v0.13.0-rc.1) (2020-08-19)


### ⚠ BREAKING CHANGES

* Checkbox component now sets the `className` value on the `FormItem` component that wraps the `input`; instead of on the `input` itself. This is consistent with the behavior in other Form components.

### Bug Fixes

* Checkbox classname ([#1170](https://github.com/SAP/fundamental-react/issues/1170)) ([bd49054](https://github.com/SAP/fundamental-react/commit/bd49054478d997920d0bcf9a9268f9e375bff251))

## [0.13.0-rc.0](https://github.com/SAP/fundamental-react/compare/v0.12.1-rc.0...v0.13.0-rc.0) (2020-08-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
"version": "0.13.0-rc.0",
"version": "0.13.0-rc.1",
"private": false,
"description": "SAP Fundamental Library, implemented in React",
"license": "Apache-2.0",
Expand Down

0 comments on commit 391cee7

Please sign in to comment.