@iobroker/adapter-react-v5 3.2.2 → 3.2.3

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
@@ -643,6 +643,9 @@ If you still have questions, try to find an answer [here](https://mui.com/guides
643
643
  -->
644
644
 
645
645
  ## Changelog
646
+ ### 3.2.3 (2022-10-26)
647
+ * (bluefox) Corrected expert mode for object browser
648
+
646
649
  ### 3.2.2 (2022-10-25)
647
650
  * (bluefox) Added support of prefixes for translations
648
651
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "bluefox",