diff --git a/README.md b/README.md
index 92748ad8d..daa525151 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
Fundamental-react is a set of [React.JS](https://reactjs.org/) components implementation of [SAP Fiori Fundamentals library](https://sap.github.io/fundamental/).
**[Component Documentation](https://sap.github.io/fundamental-react/)**
@@ -6,17 +5,17 @@ Fundamental-react is a set of [React.JS](https://reactjs.org/) components implem
## Current Version
```
-0.0.8-beta
+0.0.12-beta
```
## Build Status
+
[](https://travis-ci.org/SAP/fundamental-react)
## Description
Fundamental-react is a set of [React.JS](https://reactjs.org/) components implementation of [SAP Fiori Fundamentals library](https://sap.github.io/fundamental/). SAP Fiori Fundamentals library is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. This will allow you to stay/use React for your application and get SAP look and feel.
-
## Requirements
To download and use Fundamental-react library, you first need to install the node package manager.
@@ -47,18 +46,16 @@ $fd-icons-path: "~fiori-fundamentals/scss/icons/";
$fd-fonts-path: "~fiori-fundamentals/scss/fonts/";
@import '../node_modules/fiori-fundamentals/scss/all.scss';
```
-
-You can now use the [Component Documentation](https://sap.github.io/fundamental-react/) to browse the components currently available with Fundamental Vue. To use a Fundamental-react component, paste the desired code snippet from the Component Documentation and configure it as necessarry:
-
+You can now use the [Component Documentation](https://sap.github.io/fundamental-react/) to browse the components currently available with Fundamental Vue. To use a Fundamental-react component, paste the desired code snippet from the Component Documentation and configure it as necessarry:
+
...
-
+
...
-
-
-## Available Scripts
+
+## Available Scripts
`npm start`
@@ -102,6 +99,6 @@ Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](https://github.com/SAP/fundamental-react/blob/master/LICENSE.txt)
## Similar Projects
-- [GitHub repo of Angular implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-ngx)
-- [GitHub repo of Vue implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-vue)
+- [GitHub repo of Angular implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-ngx)
+- [GitHub repo of Vue implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-vue)
diff --git a/package-lock.json b/package-lock.json
index 12c39ba79..eabaefaa5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
- "version": "0.0.6-beta",
+ "version": "0.0.11-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 11b6c440a..f905a31bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
- "version": "0.0.11-beta",
+ "version": "0.0.12-beta",
"private": false,
"license": "Apache-2.0",
"homepage": "http://sap.github.io/fundamental-react",
@@ -75,7 +75,7 @@
"terser-webpack-plugin": "1.1.0",
"url-loader": "1.1.1",
"webpack": "4.19.1",
- "webpack-dev-server": "3.1.14",
+ "webpack-dev-server": "3.1.9",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3"
},