@ui5/cra-template-webcomponents-react
Advanced tools
Comparing version 0.14.0 to 0.14.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.14.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.14.1...v0.14.2) (2021-02-24) | ||
### Bug Fixes | ||
* **cra-template:** add asset imports ([#1322](https://github.com/SAP/ui5-webcomponents-react/issues/1322)) ([0dc453f](https://github.com/SAP/ui5-webcomponents-react/commit/0dc453f12d6df0f2c39f77bffea1838f69cfb59c)) | ||
# [0.14.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.14.0-rc.0...v0.14.0) (2021-02-18) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ui5/cra-template-webcomponents-react", | ||
"version": "0.14.0", | ||
"version": "0.14.2", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "react", | ||
}, | ||
"gitHead": "becaee6d75a75ac1577967b3a5d4e5ecac5f4274" | ||
"gitHead": "99e3ef168e373c3270bec7d1f8adbb7cd5cb520f" | ||
} |
@@ -0,1 +1,4 @@ | ||
import '@ui5/webcomponents/dist/Assets.js'; | ||
import '@ui5/webcomponents-fiori/dist/Assets.js'; | ||
import '@ui5/webcomponents-react/dist/Assets'; | ||
import React from 'react'; | ||
@@ -2,0 +5,0 @@ import ReactDOM from 'react-dom'; |
56801
286