diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8802e..8e9d9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# 0.1.0 (2021-03-02) +# [0.2.0](https://github.com/TelestionTeam/telestion-rocketsound-psc/compare/v0.1.0...v0.2.0) (2021-03-02) + + +### Features + +* **dashboard:** Add BaroData graphs ([45a2a60](https://github.com/TelestionTeam/telestion-rocketsound-psc/commit/45a2a6017c4d7beb043c02dc0ee9036caffe5954)) +* **widget:** In graph widget enable and disable state of tooltip is now possible ([e451b92](https://github.com/TelestionTeam/telestion-rocketsound-psc/commit/e451b929297979cc9fa30fde23229d3fa65c512e)) + + + +# [0.1.0](https://github.com/TelestionTeam/telestion-rocketsound-psc/compare/bf48d3371770e24e7dd04b0027f03307f0303c19...v0.1.0) (2021-03-02) ### Bug Fixes diff --git a/package.json b/package.json index a7a5aab..b7eb662 100644 --- a/package.json +++ b/package.json @@ -1,82 +1,82 @@ { - "name": "telestion-rocketsound-psc", - "description": "telestion-rocketsound-psc, a Telestion PSC generated using the telestion-client-cli", - "version": "0.1.0", - "homepage": ".", - "scripts": { - "start": "npm run start:electron", - "start:electron": "tc-cli start --electron", - "start:browser": "tc-cli start --browser", - "build": "tc-cli build", - "stats": "tc-cli stats", - "style": "prettier --write package.json '**/*{.ts,.tsx,.js,.jsx,.json,.html,.css,.scss,.sass,.yaml,.yml,.md}'", - "lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-pattern node_modules/ --no-error-on-unmatched-pattern src", - "ts": "tsc", - "clean": "rimraf build dist" - }, - "husky": { - "hooks": { - "pre-commit": "pretty-quick --staged" - } - }, - "private": true, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "dependencies": { - "@adobe/react-spectrum": "^3.8.0", - "@react-spectrum/table": "^3.0.0-alpha.9", - "@react-spectrum/tabs": "^3.0.0-alpha.4", - "@spectrum-icons/illustrations": "^3.2.1", - "@spectrum-icons/ui": "^3.2.0", - "@spectrum-icons/workflow": "^3.2.0", - "@wuespace/telestion-client-common": "^0.11.1", - "@wuespace/telestion-client-core": "^0.11.1", - "@wuespace/telestion-client-prop-types": "^0.11.1", - "@wuespace/vertx-mock-server": "^0.11.0", - "electron": "^11.3.0", - "leaflet": "^1.7.1", - "react": "^17.0.1", - "react-dom": "^17.0.1", - "react-leaflet": "^3.1.0", - "react-router-dom": "^5.2.0", - "react-virtualized-auto-sizer": "^1.0.4", - "recharts": "^2.0.8", - "zustand": "^3.3.2" - }, - "devDependencies": { - "@testing-library/jest-dom": "^5.11.9", - "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.7.3", - "@types/jest": "^26.0.20", - "@types/leaflet": "^1.5.23", - "@types/node": "^14.14.31", - "@types/react": "^17.0.2", - "@types/react-dom": "^17.0.1", - "@types/react-virtualized-auto-sizer": "^1.0.0", - "@types/recharts": "^1.8.19", - "@wuespace/telestion-client-cli": "^0.11.1", - "@wuespace/telestion-client-types": "^0.11.1", - "husky": "^4.3.8", - "prettier": "^2.2.1", - "pretty-quick": "^3.1.0", - "react-scripts": "^4.0.3", - "rimraf": "^3.0.2", - "typescript": "^4.2.2" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } -} + "name": "telestion-rocketsound-psc", + "description": "telestion-rocketsound-psc, a Telestion PSC generated using the telestion-client-cli", + "version": "0.2.0", + "homepage": ".", + "scripts": { + "start": "npm run start:electron", + "start:electron": "tc-cli start --electron", + "start:browser": "tc-cli start --browser", + "build": "tc-cli build", + "stats": "tc-cli stats", + "style": "prettier --write package.json '**/*{.ts,.tsx,.js,.jsx,.json,.html,.css,.scss,.sass,.yaml,.yml,.md}'", + "lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-pattern node_modules/ --no-error-on-unmatched-pattern src", + "ts": "tsc", + "clean": "rimraf build dist" + }, + "husky": { + "hooks": { + "pre-commit": "pretty-quick --staged" + } + }, + "private": true, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "dependencies": { + "@adobe/react-spectrum": "^3.8.0", + "@react-spectrum/table": "^3.0.0-alpha.9", + "@react-spectrum/tabs": "^3.0.0-alpha.4", + "@spectrum-icons/illustrations": "^3.2.1", + "@spectrum-icons/ui": "^3.2.0", + "@spectrum-icons/workflow": "^3.2.0", + "@wuespace/telestion-client-common": "^0.11.1", + "@wuespace/telestion-client-core": "^0.11.1", + "@wuespace/telestion-client-prop-types": "^0.11.1", + "@wuespace/vertx-mock-server": "^0.11.0", + "electron": "^11.3.0", + "leaflet": "^1.7.1", + "react": "^17.0.1", + "react-dom": "^17.0.1", + "react-leaflet": "^3.1.0", + "react-router-dom": "^5.2.0", + "react-virtualized-auto-sizer": "^1.0.4", + "recharts": "^2.0.8", + "zustand": "^3.3.2" + }, + "devDependencies": { + "@testing-library/jest-dom": "^5.11.9", + "@testing-library/react": "^11.2.5", + "@testing-library/user-event": "^12.7.3", + "@types/jest": "^26.0.20", + "@types/leaflet": "^1.5.23", + "@types/node": "^14.14.31", + "@types/react": "^17.0.2", + "@types/react-dom": "^17.0.1", + "@types/react-virtualized-auto-sizer": "^1.0.0", + "@types/recharts": "^1.8.19", + "@wuespace/telestion-client-cli": "^0.11.1", + "@wuespace/telestion-client-types": "^0.11.1", + "husky": "^4.3.8", + "prettier": "^2.2.1", + "pretty-quick": "^3.1.0", + "react-scripts": "^4.0.3", + "rimraf": "^3.0.2", + "typescript": "^4.2.2" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} \ No newline at end of file