Skip to content

Commit

Permalink
chore: release v3.2.1
Browse files Browse the repository at this point in the history
* (foxriver76) fixed issue that only valid JSON could be sent to app via message state
  • Loading branch information
foxriver76 committed Apr 11, 2024
1 parent 96320f8 commit 18ef821
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ setState('iot.0.app.message', JSON.stringify({
-->

## Changelog
### **WORK IN PROGRESS**
### 3.2.1 (2024-04-11)
* (foxriver76) fixed issue that only valid JSON could be sent to app via message state

### 3.2.0 (2024-04-10)
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.6a3df5ed.js",
"main.js": "./static/js/main.1efbe961.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.6a3df5ed.js.map": "./static/js/main.6a3df5ed.js.map"
"main.1efbe961.js.map": "./static/js/main.1efbe961.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.6a3df5ed.js"
"static/js/main.1efbe961.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.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"/><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" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.6a3df5ed.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"/><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" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.1efbe961.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>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "iot",
"version": "3.2.0",
"version": "3.2.1",
"news": {
"3.2.1": {
"en": "fixed issue that only valid JSON could be sent to app via message state",
"de": "festes Problem, dass nur gültig JSON per Nachrichtenzustand an die App gesendet werden konnte",
"ru": "фиксированный вопрос, который может быть отправлен только действительным JSON через состояние сообщения",
"pt": "problema fixo que só JSON válido poderia ser enviado para aplicativo via estado de mensagem",
"nl": "vast probleem dat alleen geldige JSON via berichtstatus naar de app kan worden verzonden",
"fr": "problème corrigé que seul JSON valide pourrait être envoyé à l'application via l'état du message",
"it": "problema fisso che solo valido JSON potrebbe essere inviato all'app tramite lo stato del messaggio",
"es": "emisión fija que sólo válida JSON podría ser enviado a la aplicación a través del estado del mensaje",
"pl": "stałe wydanie, że tylko poprawny JSON może być wysłany do aplikacji przez stan wiadomości",
"uk": "виправлено проблему, що тільки дійсний JSON може бути відправлений на додаток через стан повідомлень",
"zh-cn": "只能通过消息状态发送到应用程序的 JSON 的固定问题"
},
"3.2.0": {
"en": "implemented geofence with ioBroker Visu app",
"de": "geofence with ioBroker Visu app",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Wsparcie dla amazonki niebieskoskrzydłej v3\nPrzewiduje wsparcie dla cukru krwi",
"uk": "Додано підтримку amazon alexa v3\nВидалення підтримки цукрової крові",
"zh-cn": "增加对马纳区的支持a诉3\n消除对甘蔗表示的支持"
},
"1.14.6": {
"en": "Corrected translations",
"de": "Korrigierte Übersetzungen",
"ru": "Правильные переводы",
"pt": "Traduções corrigidas",
"nl": "Vertaling:",
"fr": "Traductions corrigées",
"it": "Traduzioni corrette",
"es": "Traducciones corregidas",
"pl": "Poprawione tłumaczenia",
"uk": "Виправлені переклади",
"zh-cn": "更正"
}
},
"title": "IoT Assistants",
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.iot",
"version": "3.2.0",
"version": "3.2.1",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.telegram.rules",
"private": true,
"version": "3.2.0",
"version": "3.2.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"old-start": "set PORT=4173 && react-scripts start",
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": "iot-admin",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.13.5",
Expand Down

0 comments on commit 18ef821

Please sign in to comment.