Skip to content

Commit

Permalink
chore: release v3.2.1
Browse files Browse the repository at this point in the history
* (bluefox) GUI migrated for the new `adapter-react` library
  • Loading branch information
GermanBluefox committed Jun 21, 2024
1 parent 9bb8b8d commit 4340340
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sendTo(
-->

## Changelog
### **WORK IN PROGRESS**
### 3.2.1 (2024-06-21)
* (bluefox) GUI migrated for the new `adapter-react` library

### 3.1.1 (2024-06-21)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.901f29eb.js",
"main.js": "./static/js/main.cedfc83c.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -123,10 +123,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.901f29eb.js.map": "./static/js/main.901f29eb.js.map"
"main.cedfc83c.js.map": "./static/js/main.cedfc83c.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.901f29eb.js"
"static/js/main.cedfc83c.js"
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html
Original file line number Diff line number Diff line change
@@ -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.901f29eb.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>
<!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.cedfc83c.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>
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "scenes",
"version": "3.2.0",
"version": "3.2.1",
"news": {
"3.2.1": {
"en": "(bluefox) GUI migrated for the new `adapter-react` library",
"de": "(bluefox) GUI migriert für die neue `adapter-react` Bibliothek",
"ru": "(bluefox) GUI мигрировал в новую библиотеку `adapter-react'",
"pt": "(bluefox) GUI migrado para a nova biblioteca `adapter-react`",
"nl": "(bluefox) GUI is gemigreerd voor de nieuwe \"adapter-reageren\" bibliotheek",
"fr": "(Bluefox) GUI migré pour la nouvelle bibliothèque `adaptation-réaction`",
"it": "(bluefox) GUI migrata per la nuova libreria `adapter-react`",
"es": "(bluefox) GUI migrated for the new `adapter-react` library",
"pl": "(bluefox) GUI wyemigrował do nowej biblioteki 'adapter-response'",
"uk": "(bluefox) GUI мігрантував нову бібліотеку `adapter-react`",
"zh-cn": "(bluefox) GUI 迁移到新的“适应器反应”库"
},
"3.1.1": {
"en": "(bluefox) Packages updated\n(bluefox) Prepared for js-controller 6",
"de": "(bluefox) Pakete aktualisiert\n(bluefox) Bereitgestellt für js-controller 6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.scenes",
"version": "3.2.0",
"version": "3.2.1",
"description": "Scenes for ioBroker.",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scenes-react",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^6.0.3",
Expand Down

0 comments on commit 4340340

Please sign in to comment.