Skip to content

Commit

Permalink
chore: release v2.4.2
Browse files Browse the repository at this point in the history
* (bluefox) Preserved empty folders by renaming and moving of scenes
  • Loading branch information
GermanBluefox committed Feb 12, 2024
1 parent 6a360ee commit 0682fba
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 47 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The adapter will read all actual values for IDs defined in this scene and save i
-->

## Changelog
### __WORK IN PROGRESS__
### 2.4.2 (2024-02-12)
* (bluefox) Preserved empty folders by renaming and moving of scenes

### 2.4.0 (2022-12-23)
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.8ca6d00f.js",
"main.js": "./static/js/main.7ad0f87e.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.8ca6d00f.js.map": "./static/js/main.8ca6d00f.js.map"
"main.7ad0f87e.js.map": "./static/js/main.7ad0f87e.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.8ca6d00f.js"
"static/js/main.7ad0f87e.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.8ca6d00f.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.7ad0f87e.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": "2.4.1",
"version": "2.4.2",
"news": {
"2.4.2": {
"en": "Preserved empty folders by renaming and moving of scenes",
"de": "Leere Ordner durch Umbenennung und Bewegung von Szenen erhalten",
"ru": "Сохранившиеся пустые папки путем переименования и перемещения сцен",
"pt": "Preservado pastas vazias renomeando e movendo de cenas",
"nl": "Bewaarde lege mappen door het hernoemen en verplaatsen van scènes",
"fr": "Dossiers vides conservés par renommage et déplacement de scènes",
"it": "Preservato cartelle vuote rinominando e muovendo di scene",
"es": "Carpetas vacías conservadas renombrando y moviendo escenas",
"pl": "Zachowane puste foldery przez zmianę nazwy i przesuwania scen",
"uk": "Збережені порожні папки, перенаправлення та переміщення сцен",
"zh-cn": "通过重新命名和移动场景保存的空文件夹"
},
"2.4.0": {
"en": "prevent crash case reported by Sentry\nUpdated some GUI libraries",
"de": "verhindern Unfallfall gemeldet von Sentry\nEinige GUI-Bibliotheken aktualisiert",
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": "2.4.1",
"version": "2.4.2",
"description": "Scenes for ioBroker.",
"author": {
"name": "bluefox",
Expand Down
72 changes: 36 additions & 36 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "scenes-react",
"version": "2.4.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.9.7",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"@mui/icons-material": "^5.15.9",
"babel-eslint": "^10.1.0",
"@sentry/browser": "^7.100.1",
"@sentry/integrations": "^7.100.1",
"react-beautiful-dnd": "^13.1.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd": "^16.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-scripts": "^5.0.1",
"react-ace": "^10.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
"name": "scenes-react",
"version": "2.4.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.9.7",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"@mui/icons-material": "^5.15.9",
"babel-eslint": "^10.1.0",
"@sentry/browser": "^7.100.1",
"@sentry/integrations": "^7.100.1",
"react-beautiful-dnd": "^13.1.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd": "^16.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-scripts": "^5.0.1",
"react-ace": "^10.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}

0 comments on commit 0682fba

Please sign in to comment.