mirror of
https://github.com/xodio/xod.git
synced 2026-03-08 01:36:50 +01:00
chore(infra): release 0.17.1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.17.0"
|
||||
"version": "0.17.1"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user