@iobroker/dm-gui-components 9.0.1 → 9.0.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,7 +23,7 @@ render() {
23
23
  -->
24
24
 
25
25
  ## Changelog
26
- ### 9.0.1 (2026-03-01)
26
+ ### 9.0.2 (2026-03-03)
27
27
  - (@UncleSamSwiss) Implemented v3 protocol: added support to use states and objects as values
28
28
 
29
29
  ### 8.0.9 (2026-01-28)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-gui-components",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "ReactJS components to develop admin interface for ioBroker device manager.",
5
5
  "author": {
6
6
  "name": "Jey Cee",
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "homepage": "https://github.com/ioBroker/dm-gui-components#readme",
54
54
  "dependencies": {
55
- "@iobroker/adapter-react-v5": "^8.0.21",
56
- "@iobroker/json-config": "^8.1.11"
55
+ "@iobroker/adapter-react-v5": "^8.1.1",
56
+ "@iobroker/json-config": "^8.2.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@alcalzone/release-script": "^5.1.1",