Skip to content

Commit 2d16964

Browse files
committed
chore: release v3.2.3
* (bluefox) Packages updated
1 parent 4542c98 commit 2d16964

File tree

9 files changed

+26
-28
lines changed

9 files changed

+26
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ sendTo(
152152
-->
153153

154154
## Changelog
155-
### **WORK IN PROGRESS**
155+
### 3.2.3 (2024-08-26)
156156
* (bluefox) Packages updated
157157

158158
### 3.2.1 (2024-06-21)

admin/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.96b3c861.css",
4-
"main.js": "./static/js/main.d6aca0b4.js",
4+
"main.js": "./static/js/main.7039bd22.js",
55
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
66
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
77
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
@@ -122,10 +122,10 @@
122122
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
123123
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
124124
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
125-
"main.d6aca0b4.js.map": "./static/js/main.d6aca0b4.js.map"
125+
"main.7039bd22.js.map": "./static/js/main.7039bd22.js.map"
126126
},
127127
"entrypoints": [
128128
"static/css/main.96b3c861.css",
129-
"static/js/main.d6aca0b4.js"
129+
"static/js/main.7039bd22.js"
130130
]
131131
}
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.d6aca0b4.js.LICENSE.txt renamed to admin/static/js/main.7039bd22.js.LICENSE.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
* see: http://github.com/jrburke/requirejs for details
77
*/
88

9-
/*
10-
object-assign
11-
(c) Sindre Sorhus
12-
@license MIT
13-
*/
14-
159
/*!
1610
* Cropper.js v1.5.13
1711
* https://fengyuanchen.github.io/cropperjs
@@ -106,12 +100,3 @@ PERFORMANCE OF THIS SOFTWARE.
106100
* This source code is licensed under the MIT license found in the
107101
* LICENSE file in the root directory of this source tree.
108102
*/
109-
110-
/** @license React v17.0.2
111-
* react.production.min.js
112-
*
113-
* Copyright (c) Facebook, Inc. and its affiliates.
114-
*
115-
* This source code is licensed under the MIT license found in the
116-
* LICENSE file in the root directory of this source tree.
117-
*/
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><link rel="stylesheet" href="./style.css"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scenes [ioBroker]</title><script defer="defer" src="./static/js/main.d6aca0b4.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><link rel="stylesheet" href="./style.css"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scenes [ioBroker]</title><script defer="defer" src="./static/js/main.7039bd22.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "scenes",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"news": {
6+
"3.2.3": {
7+
"en": "Packages updated",
8+
"de": "Pakete aktualisiert",
9+
"ru": "Обновленные пакеты",
10+
"pt": "Pacotes atualizados",
11+
"nl": "Pakketten bijgewerkt",
12+
"fr": "Mise à jour des paquets",
13+
"it": "Pacchetti aggiornati",
14+
"es": "Paquetes actualizados",
15+
"pl": "Aktualizacja pakietów",
16+
"uk": "Пакети оновлені",
17+
"zh-cn": "更新软件包"
18+
},
619
"3.2.1": {
720
"en": "(bluefox) GUI migrated for the new `adapter-react` library",
821
"de": "(bluefox) GUI migriert für die neue `adapter-react` Bibliothek",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.scenes",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Scenes for ioBroker.",
55
"author": {
66
"name": "bluefox",

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scenes-react",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"private": true,
55
"dependencies": {
66
"@iobroker/adapter-react-v5": "^6.1.9",
@@ -35,4 +35,4 @@
3535
"not ie <= 11",
3636
"not op_mini all"
3737
]
38-
}
38+
}

0 commit comments

Comments
 (0)