Skip to content

Commit

Permalink
chore(infra): release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Dec 27, 2017
1 parent 824e882 commit f76ea90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "0.17.0"
"version": "0.17.1"
}
4 changes: 2 additions & 2 deletions packages/xod-client-browser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/xod-client-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/xod-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f76ea90

Please sign in to comment.