Skip to content

Commit

Permalink
Merge branch 'master' into fix/modal
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot authored Jan 2, 2020
2 parents 0ca26da + 93de658 commit 0fda458
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 17 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.

<a name="0.8.0-rc.9"></a>
# [0.8.0-rc.9](https://github.com/SAP/fundamental-react/compare/v0.8.0-rc.8...v0.8.0-rc.9) (2020-01-02)


### Bug Fixes

* rebuild datepicker with input group ([#825](https://github.com/SAP/fundamental-react/issues/825)) ([b5ade4c](https://github.com/SAP/fundamental-react/commit/b5ade4c))
* use momentjs for calendar and datepicker ([#817](https://github.com/SAP/fundamental-react/issues/817)) ([8f5f738](https://github.com/SAP/fundamental-react/commit/8f5f738))



<a name="0.8.0-rc.8"></a>
# [0.8.0-rc.8](https://github.com/SAP/fundamental-react/compare/v0.8.0-rc.7...v0.8.0-rc.8) (2019-12-10)

Expand Down
49 changes: 34 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
"version": "0.8.0-rc.8",
"version": "0.8.0-rc.9",
"private": false,
"description": "SAP Fundamental Library, implemented in React",
"license": "Apache-2.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"coveralls": "^3.0.2",
"cross-env": "^6.0.3",
"css-loader": "3.2.0",
"dotenv": "8.1.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
Expand Down

0 comments on commit 0fda458

Please sign in to comment.