@ui5/cra-template-webcomponents-react
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.17.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.17.0...v0.17.1) (2021-07-16) | ||
### Bug Fixes | ||
* **cra-templates:** always use latest version of ui5-webcomponents-react ([#1829](https://github.com/SAP/ui5-webcomponents-react/issues/1829)) ([623dc51](https://github.com/SAP/ui5-webcomponents-react/commit/623dc51117551f28d1d4418722a27883effcea47)) | ||
# [0.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.6...v0.17.0) (2021-07-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ui5/cra-template-webcomponents-react", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "react", | ||
}, | ||
"gitHead": "5e47ea386ffae2a582c9b1c8b17fbecb641462fd" | ||
"gitHead": "b4a4d8de8b858894fa77bee88a3a8533d754bd2b" | ||
} |
@@ -7,3 +7,3 @@ { | ||
"@ui5/webcomponents-icons": "1.0.0-rc.14", | ||
"@ui5/webcomponents-react": "^0.16.2", | ||
"@ui5/webcomponents-react": "latest", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
@@ -10,0 +10,0 @@ "@testing-library/react": "^11.1.0", |
59195