Skip to content

Commit

Permalink
chore: release v2.6.3
Browse files Browse the repository at this point in the history
Bugfix: Changed the role of RGB states to `level.color.rgb`
  • Loading branch information
AlCalzone committed Jun 1, 2020
1 parent 08ab31f commit 9eaf9e0
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 138 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The result object `ret` looks as follows:
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 2.6.3 (2020-06-01)
* Bugfix: Changed the role of RGB states to `level.color.rgb`

### 2.6.2 (2020-04-29)
Expand Down
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": "tradfri",
"version": "2.6.2",
"version": "2.6.3",
"news": {
"2.6.3": {
"en": "Bugfix: Changed the role of RGB states to `level.color.rgb`",
"de": "Bugfix: Die Rolle der RGB-Zustände wurde in \"level.color.rgb\" geändert",
"ru": "Исправлено: изменена роль состояний RGB на `level.color.rgb`",
"pt": "Correção de bug: Alterada a função dos estados RGB para `level.color.rgb`",
"nl": "Bugfix: de rol van RGB-staten gewijzigd in `level.color.rgb`",
"fr": "Bugfix: Changé le rôle des états RVB en `level.color.rgb`",
"it": "Bugfix: modificato il ruolo degli stati RGB in `level.color.rgb`",
"es": "Corrección de errores: se cambió la función de los estados RGB a `level.color.rgb`",
"pl": "Bugfix: Zmieniono rolę stanów RGB na `level.color.rgb`",
"zh-cn": "错误修正:将RGB状态的角色更改为`level.color.rgb`"
},
"2.6.2": {
"en": "* Bugfix: The unhandled error handler should now correctly log the error even if `adapter` is not defined",
"de": "* Bugfix: Der nicht behandelte Fehlerbehandler sollte den Fehler jetzt korrekt protokollieren, auch wenn \"Adapter\" nicht definiert ist",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

270 changes: 135 additions & 135 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,135 +1,135 @@
{
"name": "iobroker.tradfri",
"version": "2.6.2",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/AlCalzone/ioBroker.tradfri/issues"
},
"contributors": [
{
"name": "AlCalzone",
"email": "[email protected]"
}
],
"files": [
"build/",
"admin/build/",
"admin/icons/",
"admin/*.{html,css,js,png}",
"LICENSE",
"io-package.json"
],
"dependencies": {
"@iobroker/adapter-core": "^2.1.0",
"alcalzone-shared": "^2.0.0",
"node-tradfri-client": "^2.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^1.4.1",
"@babel/core": "^7.2.2",
"@iobroker/testing": "^2.0.0",
"@types/chai": "^4.1.3",
"@types/chai-as-promised": "^7.1.0",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jquery": "^3.3.22",
"@types/materialize-css": "^1.0.3",
"@types/mocha": "^7.0.1",
"@types/node": "^13.1.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.0.5",
"@types/sinon": "^7.0.11",
"axios": "^0.19.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cpx": "^1.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.15.2",
"gulp": "^4.0.0",
"iobroker-react-components": "^1.0.0",
"jquery": "^3.5.0",
"jsdom": "^16.2.2",
"mocha": "^7.0.0",
"node-ssh": "^8.0.0",
"nyc": "^15.0.1",
"parcel-bundler": "^1.12.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-test-renderer": "^16.3.2",
"rexreplace": "^5.1.5",
"rimraf": "^3.0.0",
"semver": "^7.3.2",
"sinon": "^9.0.2",
"source-map-support": "^0.5.19",
"ts-loader": "^6.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.11.0",
"tslint-react": "^4.0.0",
"typescript": "^3.1.6"
},
"homepage": "https://github.com/AlCalzone/ioBroker.tradfri",
"keywords": [
"ioBroker",
"tradfri",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "build/main.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/AlCalzone/ioBroker.tradfri"
},
"scripts": {
"restoreBuildDirectoryStructure": "cpx \"build/src/**/*.*\" build && rimraf build/src && rimraf build/{io-,}package.{json,d.ts}",
"fixSourceMaps": "rexreplace \"\\\"sources\\\"\\:\\[\\\"../../\" \"\\\"sources\\\"\\:\\[\\\"../\" \"{build/**,build}/*.map\"",
"prebuild:ts": "rimraf ./build",
"build:ts": "tsc -p src/tsconfig.json",
"check:ts": "tsc -p src/tsconfig.json --noEmit",
"postbuild:ts": "npm run restoreBuildDirectoryStructure && npm run fixSourceMaps",
"build:parcel": "parcel build admin/src/index.tsx -d admin/build",
"build": "npm run build:ts && npm run build:parcel",
"watch:parcel": "parcel admin/src/index.tsx -d admin/build",
"watch": "tsc -p src/tsconfig.json --watch",
"test:unit": "mocha test/unit --exit",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test:ts": "node node_modules/mocha/bin/mocha --require ts-node/register --require source-map-support/register src/**/*.test.ts",
"test:tsx": "node node_modules/mocha/bin/mocha --require test/setupJSDom.js --require ts-node/register --require source-map-support/register **/src/**/*.test.tsx",
"test": "npm run test:ts && npm run test:tsx",
"prepublishOnly": "npm run test:package",
"coverage": "node node_modules/nyc/bin/nyc npm run test",
"lint:ts": "tslint",
"lint": "npm run lint:ts \"src/**/*.ts\"",
"deploy_local": "node --require ts-node/register maintenance/deploy_local.ts",
"release": "release-script"
},
"nyc": {
"include": [
"src/**/*.ts",
"admin/src/**/*.ts*"
],
"exclude": [
"src/**/*.test.ts*",
"admin/src/**/*.test.ts*"
],
"extension": [
".ts",
".tsx"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
}
}
{
"name": "iobroker.tradfri",
"version": "2.6.3",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/AlCalzone/ioBroker.tradfri/issues"
},
"contributors": [
{
"name": "AlCalzone",
"email": "[email protected]"
}
],
"files": [
"build/",
"admin/build/",
"admin/icons/",
"admin/*.{html,css,js,png}",
"LICENSE",
"io-package.json"
],
"dependencies": {
"@iobroker/adapter-core": "^2.1.0",
"alcalzone-shared": "^2.0.0",
"node-tradfri-client": "^2.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^1.4.1",
"@babel/core": "^7.2.2",
"@iobroker/testing": "^2.0.0",
"@types/chai": "^4.1.3",
"@types/chai-as-promised": "^7.1.0",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jquery": "^3.3.22",
"@types/materialize-css": "^1.0.3",
"@types/mocha": "^7.0.1",
"@types/node": "^13.1.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.0.5",
"@types/sinon": "^7.0.11",
"axios": "^0.19.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cpx": "^1.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.15.2",
"gulp": "^4.0.0",
"iobroker-react-components": "^1.0.0",
"jquery": "^3.5.0",
"jsdom": "^16.2.2",
"mocha": "^7.0.0",
"node-ssh": "^8.0.0",
"nyc": "^15.0.1",
"parcel-bundler": "^1.12.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-test-renderer": "^16.3.2",
"rexreplace": "^5.1.5",
"rimraf": "^3.0.0",
"semver": "^7.3.2",
"sinon": "^9.0.2",
"source-map-support": "^0.5.19",
"ts-loader": "^6.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.11.0",
"tslint-react": "^4.0.0",
"typescript": "^3.1.6"
},
"homepage": "https://github.com/AlCalzone/ioBroker.tradfri",
"keywords": [
"ioBroker",
"tradfri",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "build/main.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/AlCalzone/ioBroker.tradfri"
},
"scripts": {
"restoreBuildDirectoryStructure": "cpx \"build/src/**/*.*\" build && rimraf build/src && rimraf build/{io-,}package.{json,d.ts}",
"fixSourceMaps": "rexreplace \"\\\"sources\\\"\\:\\[\\\"../../\" \"\\\"sources\\\"\\:\\[\\\"../\" \"{build/**,build}/*.map\"",
"prebuild:ts": "rimraf ./build",
"build:ts": "tsc -p src/tsconfig.json",
"check:ts": "tsc -p src/tsconfig.json --noEmit",
"postbuild:ts": "npm run restoreBuildDirectoryStructure && npm run fixSourceMaps",
"build:parcel": "parcel build admin/src/index.tsx -d admin/build",
"build": "npm run build:ts && npm run build:parcel",
"watch:parcel": "parcel admin/src/index.tsx -d admin/build",
"watch": "tsc -p src/tsconfig.json --watch",
"test:unit": "mocha test/unit --exit",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test:ts": "node node_modules/mocha/bin/mocha --require ts-node/register --require source-map-support/register src/**/*.test.ts",
"test:tsx": "node node_modules/mocha/bin/mocha --require test/setupJSDom.js --require ts-node/register --require source-map-support/register **/src/**/*.test.tsx",
"test": "npm run test:ts && npm run test:tsx",
"prepublishOnly": "npm run test:package",
"coverage": "node node_modules/nyc/bin/nyc npm run test",
"lint:ts": "tslint",
"lint": "npm run lint:ts \"src/**/*.ts\"",
"deploy_local": "node --require ts-node/register maintenance/deploy_local.ts",
"release": "release-script"
},
"nyc": {
"include": [
"src/**/*.ts",
"admin/src/**/*.ts*"
],
"exclude": [
"src/**/*.test.ts*",
"admin/src/**/*.test.ts*"
],
"extension": [
".ts",
".tsx"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
}
}

0 comments on commit 9eaf9e0

Please sign in to comment.