@iobroker/adapter-react-v5 3.1.23 → 3.1.24

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
@@ -642,6 +642,9 @@ If you still have questions, try to find an answer [here](https://mui.com/guides
642
642
  -->
643
643
 
644
644
  ## Changelog
645
+ ### 3.1.24 (2022-07-28)
646
+ * (bluefox) Updated file browser and object browser
647
+
645
648
  ### 3.1.23 (2022-07-25)
646
649
  * (bluefox) Extend custom filter for object selector
647
650
 
package/index.js CHANGED
@@ -8,6 +8,7 @@ export { default as Connection } from './Connection';
8
8
  export * from './Connection';
9
9
 
10
10
  export { default as i18n } from './i18n';
11
+ export { default as I18n } from './i18n';
11
12
  export * from './i18n';
12
13
 
13
14
  export { default as Prompt } from './Prompt';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "3.1.23",
3
+ "version": "3.1.24",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "bluefox",