iobroker.admin 7.6.10 → 7.6.11

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
@@ -87,7 +87,7 @@ The icons may not be reused in other projects without the proper flaticon licens
87
87
  <!--
88
88
  ### **WORK IN PROGRESS**
89
89
  -->
90
- ### 7.6.10 (2025-04-22)
90
+ ### 7.6.11 (2025-04-22)
91
91
 
92
92
  - (@GermanBluefox) Added the device type selector and icon to adapter-react-v5
93
93
  - (@GermanBluefox) Fixed authentication issues with oauth2
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "admin",
4
- "version": "7.6.10",
4
+ "version": "7.6.11",
5
5
  "titleLang": {
6
6
  "en": "Admin",
7
7
  "de": "Admin",
@@ -19,7 +19,7 @@
19
19
  "connectionType": "local",
20
20
  "dataSource": "push",
21
21
  "news": {
22
- "7.6.10": {
22
+ "7.6.11": {
23
23
  "en": "Added the device type selector and icon to adapter-react-v5\nFixed authentication issues with oauth2\nCorrected the device manager icon upload",
24
24
  "de": "Hinzufügen der Gerätetyp-Selektor und Icon zu adapter-react-v5\nBehobene Authentifizierungsprobleme mit oauth2\nKorrektur des Gerätemanager-Symbols Upload",
25
25
  "ru": "Добавлен селектор типа устройства и значок для адаптера-реакции-v5\nПроблемы аутентификации с oauth2\nИсправлена загрузка значка диспетчера устройств",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "iobroker.admin",
3
3
  "description": "The adapter opens a webserver for the ioBroker admin UI.",
4
- "version": "7.6.10",
4
+ "version": "7.6.11",
5
5
  "contributors": [
6
6
  "bluefox <dogafox@gmail.com>",
7
7
  "apollon77",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@iobroker/build-tools": "^2.0.15",
45
- "@iobroker/dm-gui-components": "7.6.10",
46
- "@iobroker/json-config": "7.6.10",
45
+ "@iobroker/dm-gui-components": "7.6.11",
46
+ "@iobroker/json-config": "7.6.11",
47
47
  "@iobroker/legacy-testing": "^2.0.2",
48
48
  "@iobroker/testing": "^5.0.4",
49
49
  "@types/archiver": "^6.0.3",
@@ -104,5 +104,5 @@
104
104
  "prettier": "prettier --write src/**/*.{ts,tsx,js,jsx,json,css,scss,md,html}"
105
105
  },
106
106
  "author": "bluefox <dogafox@gmail.com>",
107
- "gitHead": "061e0a388c4595e8c567011d5616c56d74ad2528"
107
+ "gitHead": "aa05d6712a79c364ba417924400d04f1018d2c6b"
108
108
  }