Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
* (bluefox) Added widget for vis-2
  • Loading branch information
GermanBluefox committed Feb 27, 2023
1 parent 7f88417 commit bf064f3
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The user should add devices to profile and all devices in profile will be set to
-->

## Changelog
### **WORK IN PROGRESS**
### 1.1.1 (2023-02-27)
* (bluefox) Added widget for vis-2

### 1.0.4 (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.83fa2641.css",
"main.js": "./static/js/main.9ad68b29.js",
"main.js": "./static/js/main.45a51128.js",
"static/media/day-night.jpg": "./static/media/day-night.d6f09cbf18746b70d451.jpg",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
Expand Down Expand Up @@ -124,10 +124,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.83fa2641.css.map": "./static/css/main.83fa2641.css.map",
"main.9ad68b29.js.map": "./static/js/main.9ad68b29.js.map"
"main.45a51128.js.map": "./static/js/main.45a51128.js.map"
},
"entrypoints": [
"static/css/main.83fa2641.css",
"static/js/main.9ad68b29.js"
"static/js/main.45a51128.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"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scheduler</title><script defer="defer" src="./static/js/main.9ad68b29.js"></script><link href="./static/css/main.83fa2641.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"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scheduler</title><script defer="defer" src="./static/js/main.45a51128.js"></script><link href="./static/css/main.83fa2641.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.

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": "scheduler",
"version": "1.1.0",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "Added widget for vis-2",
"de": "Widget für vis-2 hinzugefügt",
"ru": "Добавлен виджет для vis-2",
"pt": "Adicionado widget para vis-2",
"nl": "Gevoegd widget voor vis 2",
"fr": "Ajouté widget pour vis-2",
"it": "Aggiunto widget per vis-2",
"es": "Widget añadido para vis-2",
"pl": "Widgetowanie wizy 2",
"uk": "Додано віджет для vis-2",
"zh-cn": "增加对-2目标"
},
"1.0.4": {
"en": "Updated GUI packages",
"de": "Aktualisierte GUI-Pakete",
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.scheduler",
"version": "1.1.0",
"version": "1.1.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-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis-2-widgets-scheduler",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
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": "scheduler-admin",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.0.13",
Expand Down
2 changes: 1 addition & 1 deletion widgets/scheduler/customWidgets.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion widgets/scheduler/customWidgets.js.map

Large diffs are not rendered by default.

0 comments on commit bf064f3

Please sign in to comment.