@iobroker/adapter-react-v5 0.0.4 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -637,6 +637,9 @@ If you still have questions, try to find an answer [here](https://mui.com/guides
637
637
  -->
638
638
 
639
639
  ## Changelog
640
+ ### 0.1.0 (2022-03-23)
641
+ * (bluefox) Fixed theme errors
642
+
640
643
  ### 0.0.4 (2022-03-22)
641
644
  * (bluefox) Fixed eslint warnings
642
645
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "0.0.4",
3
+ "version": "0.1.0",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "bluefox",