Release 1.4.0

This commit is contained in:
2022-08-13 10:20:06 +02:00
parent 9bb72f0207
commit 5452306c72
162 changed files with 10015 additions and 4419 deletions

View File

@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.4.0'

View File

@@ -1,6 +1,6 @@
{
"name": "@bthlabs/homehub-iformicarium",
"version": "1.3.0",
"version": "1.4.0",
"description": "BTHLabs HomeHub - iFormicarium Integration",
"main": "lib/index.js",
"author": "BTHLabs <contact@bthlabs.pl>",
@@ -20,9 +20,9 @@
"registry": "https://nexus.bthlabs.pl/repository/npm-hosted/"
},
"peerDependencies": {
"@bthlabs/homehub-components": ">=1.3.0",
"@bthlabs/homehub-core": ">=1.3.0",
"@bthlabs/homehub-icons": ">=1.3.0",
"@bthlabs/homehub-components": ">=1.4.0,<2.0.0",
"@bthlabs/homehub-core": ">=1.4.0,<2.0.0",
"@bthlabs/homehub-icons": ">=1.4.0,<2.0.0",
"react": ">=16.11.0",
"react-bootstrap": "1.0.1",
"react-dom": ">=16.11.0"
@@ -34,9 +34,9 @@
"@babel/preset-env": "7.7.1",
"@babel/preset-react": "7.7.0",
"@bthlabs/eslint-config": "1.0.3",
"@bthlabs/homehub-components": ">=1.2.0",
"@bthlabs/homehub-core": ">=1.2.0",
"@bthlabs/homehub-icons": ">=1.2.0",
"@bthlabs/homehub-components": "1.4.0",
"@bthlabs/homehub-core": "1.4.0",
"@bthlabs/homehub-icons": "1.4.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"classnames": "2.2.6",
@@ -58,7 +58,6 @@
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"node-sass": "4.14.1",
"null-loader": "4.0.0",
"prop-types": "15.7.2",
"react": "16.11.0",
@@ -67,6 +66,7 @@
"react-svg-loader": "3.0.3",
"regenerator-runtime": "0.13.5",
"sass-loader": "8.0.2",
"sass": "^1.3.2",
"style-loader": "1.2.1",
"underscore": "1.9.1",
"webpack": "4.41.2",

View File

@@ -2,8 +2,8 @@
flake8==3.8.3
flake8-commas==2.0.0
pycodestyle==2.6.0
pytest==6.0.1
pytest-aiohttp==0.3.0
pytest-asyncio==0.14.0
pytest==7.1.2
pytest-aiohttp==1.0.4
pytest-asyncio==0.18.3
pytest-env==0.6.2
twine==2.0.0

View File

@@ -1,2 +1,2 @@
gmqtt==0.6.7
homehub_backend>=1.3.0
homehub_backend>=1.4.0

File diff suppressed because it is too large Load Diff