chore(infra): release 0.17.1

This commit is contained in:
Victor Nakoryakov
2017-12-27 16:02:28 +03:00
parent 824e882083
commit f76ea90e6c
5 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,8 @@ 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.
## Not yet released
<a name="0.17.1"></a>
## 0.17.1 (2017-12-27)
### Bug fixes

View File

@@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "0.17.0"
"version": "0.17.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client-browser",
"version": "0.17.0",
"version": "0.17.1",
"description": "XOD project: Client browser application",
"scripts": {
"build:initial-project": "node ./tools/loadInitialProject.js",
@@ -22,7 +22,7 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"xod-arduino": "^0.17.0",
"xod-client": "^0.17.0",
"xod-client": "^0.17.1",
"xod-func-tools": "^0.17.0",
"xod-project": "^0.17.0"
},

View File

@@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"main": "src-babel/app/main.js",
"name": "xod-client-electron",
"version": "0.17.0",
"version": "0.17.1",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
@@ -39,7 +39,7 @@
"serialport": "^4.0.7",
"xod-arduino": "^0.17.0",
"xod-arduino-deploy": "^0.17.0",
"xod-client": "^0.17.0",
"xod-client": "^0.17.1",
"xod-deploy": "^0.17.0",
"xod-fs": "^0.17.0",
"xod-func-tools": "^0.17.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client",
"version": "0.17.0",
"version": "0.17.1",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",