@iobroker/adapter-react-v5 4.4.6 → 4.4.7

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
@@ -667,8 +667,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
667
667
  -->
668
668
 
669
669
  ## Changelog
670
- ### 4.4.6 (2023-08-10)
670
+ ### 4.4.7 (2023-08-10)
671
671
  * (bluefox) Added `subscribeStateAsync` method to wait for answer
672
+ * (bluefox) Added support for arrays for un/subscriptions
672
673
 
673
674
  ### 4.4.5 (2023-08-01)
674
675
  * (bluefox) Updated packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "4.4.6",
3
+ "version": "4.4.7",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "bluefox",