Skip to content

Commit

Permalink
Dependency updates, Prepare v1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
crycode-de committed Apr 6, 2021
1 parent 77b79f9 commit 127c889
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 53 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c

## Changelog

### 1.1.2 (2021-04-06)
* (crycode-de) Added copy/paste function for message and parser configurations in admin

### 1.1.1 (2021-04-02)
* (crycode-de) Import bugfixes
* (crycode-de) Prevent wrong log warning if a parser returned undefined
Expand Down
2 changes: 1 addition & 1 deletion admin/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/build/index.js.map

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "canbus",
"version": "1.1.1",
"version": "1.1.2",
"news": {
"1.1.2": {
"en": "Added copy/paste function for message and parser configurations in admin",
"de": "Kopier- / Einfügefunktion für Nachrichten- und Parser-Konfigurationen in admin hinzugefügt",
"ru": "Добавлена функция копирования / вставки для сообщений и конфигураций парсера в админке.",
"pt": "Adicionada função copiar / colar para mensagens e configurações do analisador no administrador",
"nl": "Kopieer- / plakfunctie toegevoegd voor bericht- en parserconfiguraties in admin",
"fr": "Ajout de la fonction copier / coller pour les configurations de message et d'analyseur dans l'administrateur",
"it": "Aggiunta la funzione di copia / incolla per le configurazioni di messaggi e parser nell'amministratore",
"es": "Se agregó la función de copiar / pegar para configuraciones de mensajes y analizador en el administrador",
"pl": "Dodano funkcję kopiuj / wklej dla konfiguracji wiadomości i parsera w panelu administracyjnym",
"zh-cn": "为管理员中的消息和解析器配置添加了复制/粘贴功能"
},
"1.1.1": {
"en": "Bugfixes, Better error handling in admin",
"de": "Bugfixes, Bessere Fehlerbehandlung im Admin",
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.canbus",
"version": "1.1.1",
"version": "1.1.2",
"description": "CAN Bus integration",
"author": {
"name": "Peter Müller",
Expand All @@ -26,7 +26,7 @@
"@iobroker/adapter-core": "^2.4.0",
"core-decorators": "^0.20.0",
"socketcan": "^2.9.1",
"vm2": "^3.9.2"
"vm2": "^3.9.3"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
Expand All @@ -46,7 +46,7 @@
"@material-ui/lab": "^4.0.0-alpha.57",
"@sentry/integrations": "^6.2.5",
"@sentry/react": "^6.2.5",
"@types/chai": "^4.2.15",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/gulp": "^4.0.8",
"@types/iobroker": "^3.2.8",
Expand All @@ -59,8 +59,8 @@
"@types/react-dom": "^17.0.3",
"@types/sinon": "^9.0.11",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"axios": "^0.21.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
Expand All @@ -80,7 +80,7 @@
"sinon-chai": "^3.6.0",
"snarkdown": "^2.0.0",
"source-map-support": "^0.5.19",
"ts-json-schema-generator": "^0.89.1",
"ts-json-schema-generator": "^0.89.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
Expand Down

0 comments on commit 127c889

Please sign in to comment.