chore(release): 1.0.0

This commit is contained in:
László Monda
2017-06-05 23:44:16 +02:00
parent 29ef50047b
commit e4a905d2e1
2 changed files with 104 additions and 94 deletions

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.0"></a>
# 1.0.0 (2017-06-05)
### Bug Fixes
* First macro opening ([#123](https://github.com/UltimateHackingKeyboard/agent/issues/123)) ([aca22f9](https://github.com/UltimateHackingKeyboard/agent/commit/aca22f9)), closes [#121](https://github.com/UltimateHackingKeyboard/agent/issues/121)
<a name="1.0.0-alpha.1"></a>
# 1.0.0-alpha.1 (2017-06-01)

View File

@@ -1,96 +1,96 @@
{
"name": "uhk-agent",
"main": "electron/dist/electron-main.js",
"version": "1.0.0-alpha.1",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
"repository": {
"type": "git",
"url": "git@github.com:UltimateHackingKeyboard/agent.git"
},
"license": "GPL-3.0",
"engines": {
"node": ">=6.9.5 <7.0.0",
"npm": ">=3.10.7 <4.0.0"
},
"devDependencies": {
"@ngrx/store-devtools": "3.2.4",
"@ngrx/store-log-monitor": "3.0.2",
"@types/core-js": "0.9.35",
"@types/electron": "^1.4.37",
"@types/file-saver": "0.0.0",
"@types/jquery": "^2.0.40",
"@types/node": "^6.0.70",
"@types/usb": "^1.1.3",
"angular2-template-loader": "0.6.2",
"copy-webpack-plugin": "^4.0.1",
"electron": "1.6.5",
"electron-builder": "^18.3.0",
"electron-rebuild": "^1.5.7",
"expose-loader": "^0.7.1",
"html-loader": "0.4.5",
"node-sass": "^4.5.2",
"npm-run-all": "4.0.2",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"standard-version": "^4.0.0",
"stylelint": "^7.10.1",
"ts-loader": "^2.0.3",
"tslint": "~5.1.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4",
"webpack-svgstore-plugin": "4.0.0"
},
"dependencies": {
"@angular/animations": "4.0.3",
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.3",
"@ngrx/store": "2.2.2",
"bootstrap": "^3.3.7",
"browser-stdout": "^1.3.0",
"buffer": "^5.0.6",
"core-js": "2.4.1",
"dragula": "^3.7.2",
"filesaver.js": "^0.2.0",
"font-awesome": "^4.6.3",
"jquery": "3.2.1",
"json-loader": "^0.5.4",
"ng2-dragula": "1.3.1",
"ng2-select2": "1.0.0-beta.10",
"rxjs": "5.3.0",
"select2": "^4.0.3",
"sudo-prompt": "^7.0.0",
"typescript": "2.2.2",
"usb": "git+https://github.com/aktary/node-usb.git",
"xml-loader": "1.2.1",
"zone.js": "0.8.5"
},
"scripts": {
"postinstall": "run-p build:usb \"symlink -- -i\" ",
"test": "cd ./test-serializer && node ./test-serializer.js",
"lint": "run-s -scn lint:ts lint:style",
"lint:ts": "tslint \"electron/**/*.ts\" \"web/**/*.ts\" \"shared/**/*.ts\" \"test-serializer/**/*.ts\"",
"lint:style": "stylelint \"electron/**/*.scss\" \"web/**/*.scss\" \"shared/**/*.scss\" --syntax scss",
"build": "run-p build:web build:electron",
"build:web": "webpack --config \"web/src/webpack.config.js\"",
"build:electron": "run-s -scn build:electron:main build:electron:app",
"build:electron:main": "webpack --config \"electron/src/webpack.config.electron-main.js\"",
"build:electron:app": "webpack --config \"electron/src/webpack.config.js\"",
"build:usb": "electron-rebuild -w usb -p",
"build:test": "webpack --config \"test-serializer/webpack.config.js\"",
"server:web": "webpack-dev-server --config \"web/src/webpack.config.js\" --content-base \"./web/dist\"",
"server:electron": "webpack --config \"electron/src/webpack.config.js\" --watch",
"electron": "electron electron/dist/electron-main.js",
"symlink": "node ./tools/symlinker",
"standard-version": "standard-version",
"pack": "node ./scripts/release.js",
"release": "node ./scripts/release.js"
}
"name": "uhk-agent",
"main": "electron/dist/electron-main.js",
"version": "1.0.0",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
"repository": {
"type": "git",
"url": "git@github.com:UltimateHackingKeyboard/agent.git"
},
"license": "GPL-3.0",
"engines": {
"node": ">=6.9.5 <7.0.0",
"npm": ">=3.10.7 <4.0.0"
},
"devDependencies": {
"@ngrx/store-devtools": "3.2.4",
"@ngrx/store-log-monitor": "3.0.2",
"@types/core-js": "0.9.35",
"@types/electron": "^1.4.37",
"@types/file-saver": "0.0.0",
"@types/jquery": "^2.0.40",
"@types/node": "^6.0.70",
"@types/usb": "^1.1.3",
"angular2-template-loader": "0.6.2",
"copy-webpack-plugin": "^4.0.1",
"electron": "1.6.5",
"electron-builder": "^18.3.0",
"electron-rebuild": "^1.5.7",
"expose-loader": "^0.7.1",
"html-loader": "0.4.5",
"node-sass": "^4.5.2",
"npm-run-all": "4.0.2",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"standard-version": "^4.0.0",
"stylelint": "^7.10.1",
"ts-loader": "^2.0.3",
"tslint": "~5.1.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4",
"webpack-svgstore-plugin": "4.0.0"
},
"dependencies": {
"@angular/animations": "4.0.3",
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.3",
"@ngrx/store": "2.2.2",
"bootstrap": "^3.3.7",
"browser-stdout": "^1.3.0",
"buffer": "^5.0.6",
"core-js": "2.4.1",
"dragula": "^3.7.2",
"filesaver.js": "^0.2.0",
"font-awesome": "^4.6.3",
"jquery": "3.2.1",
"json-loader": "^0.5.4",
"ng2-dragula": "1.3.1",
"ng2-select2": "1.0.0-beta.10",
"rxjs": "5.3.0",
"select2": "^4.0.3",
"sudo-prompt": "^7.0.0",
"typescript": "2.2.2",
"usb": "git+https://github.com/aktary/node-usb.git",
"xml-loader": "1.2.1",
"zone.js": "0.8.5"
},
"scripts": {
"postinstall": "run-p build:usb \"symlink -- -i\" ",
"test": "cd ./test-serializer && node ./test-serializer.js",
"lint": "run-s -scn lint:ts lint:style",
"lint:ts": "tslint \"electron/**/*.ts\" \"web/**/*.ts\" \"shared/**/*.ts\" \"test-serializer/**/*.ts\"",
"lint:style": "stylelint \"electron/**/*.scss\" \"web/**/*.scss\" \"shared/**/*.scss\" --syntax scss",
"build": "run-p build:web build:electron",
"build:web": "webpack --config \"web/src/webpack.config.js\"",
"build:electron": "run-s -scn build:electron:main build:electron:app",
"build:electron:main": "webpack --config \"electron/src/webpack.config.electron-main.js\"",
"build:electron:app": "webpack --config \"electron/src/webpack.config.js\"",
"build:usb": "electron-rebuild -w usb -p",
"build:test": "webpack --config \"test-serializer/webpack.config.js\"",
"server:web": "webpack-dev-server --config \"web/src/webpack.config.js\" --content-base \"./web/dist\"",
"server:electron": "webpack --config \"electron/src/webpack.config.js\" --watch",
"electron": "electron electron/dist/electron-main.js",
"symlink": "node ./tools/symlinker",
"standard-version": "standard-version",
"pack": "node ./scripts/release.js",
"release": "node ./scripts/release.js"
}
}