@iobroker/json-config 9.0.7 → 9.0.9

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1822,6 +1822,9 @@ The schema is used here: https://github.com/SchemaStore/schemastore/blob/6da29cd
1822
1822
  ### **WORK IN PROGRESS**
1823
1823
  -->
1824
1824
  ## Changelog
1825
+ ### 9.0.9 (2026-07-30)
1826
+ - (@GermanBluefox) Improvement of I18n
1827
+
1825
1828
  ### 9.0.7 (2026-07-26)
1826
1829
  - (@GermanBluefox) Breaking: React 19 + MUI 9 + TS 6
1827
1830
  - (@GermanBluefox) Added loading of the new custom components
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iobroker/json-config",
3
3
  "description": "This package contains the ioBroker JSON config UI components",
4
- "version": "9.0.7",
4
+ "version": "9.0.9",
5
5
  "author": {
6
6
  "name": "bluefox",
7
7
  "email": "dogafox@gmail.com"
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@emotion/react": "^11.14.0",
39
39
  "@emotion/styled": "^11.14.1",
40
- "@iobroker/gui-components": "^10.0.4",
40
+ "@iobroker/gui-components": "^10.0.6",
41
41
  "@module-federation/runtime": "^2.8.0",
42
42
  "@mui/icons-material": "^9.2.0",
43
43
  "@mui/material": "^9.2.0",