Skip to content

Commit

Permalink
chore(infra): release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Oct 4, 2017
1 parent 78ecfea commit 08bd83f
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 49 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.14.0"></a>
## 0.14.0 (2017-10-04)

### Features and enhancements

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.0.0-rc.4",
"npmClient": "yarn",
"version": "0.13.0"
"version": "0.14.0"
}
6 changes: 3 additions & 3 deletions packages/xod-arduino-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-arduino-deploy",
"version": "0.13.0",
"version": "0.14.0",
"description": "Utility to build and upload binaries on Arduino microcontrollers.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
"serialport": "^4.0.7",
"tar": "^3.1.8",
"unbzip2-stream": "^1.2.5",
"xod-fs": "^0.13.0",
"xod-func-tools": "^0.13.0"
"xod-fs": "^0.14.0",
"xod-func-tools": "^0.14.0"
},
"devDependencies": {
"chai": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/xod-arduino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-arduino",
"version": "0.13.0",
"version": "0.14.0",
"description": "XOD project: Arduino transpiler",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
Expand All @@ -20,13 +20,13 @@
"ramda": "^0.24.1",
"ramda-fantasy": "^0.7.0",
"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.13.0",
"xod-project": "^0.13.0"
"xod-func-tools": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"babel-plugin-inline-import": "^2.0.4",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"xod-fs": "^0.13.0"
"xod-fs": "^0.14.0"
}
}
10 changes: 5 additions & 5 deletions packages/xod-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-cli",
"version": "0.13.0",
"version": "0.14.0",
"description": "XOD project: Command Line Interface",
"scripts": {
"build": "babel src/ -d bin/ --source-maps",
Expand All @@ -25,10 +25,10 @@
"sanctuary-def": "^0.12.1",
"source-map-support": "^0.4.15",
"swagger-client": "^3.0.13",
"xod-arduino": "^0.13.0",
"xod-fs": "^0.13.0",
"xod-func-tools": "^0.13.0",
"xod-project": "^0.13.0"
"xod-arduino": "^0.14.0",
"xod-fs": "^0.14.0",
"xod-func-tools": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"chai": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 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.13.0",
"version": "0.14.0",
"description": "XOD project: Client browser application",
"scripts": {
"build:initial-project": "node ./tools/loadInitialProject.js",
Expand All @@ -20,12 +20,12 @@
"react-skylight": "git+https://github.com/xodio/react-skylight.git",
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"xod-arduino": "^0.13.0",
"xod-client": "^0.13.0",
"xod-project": "^0.13.0"
"xod-arduino": "^0.14.0",
"xod-client": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"xod-fs": "^0.13.0"
"xod-fs": "^0.14.0"
},
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0"
Expand Down
16 changes: 8 additions & 8 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.13.0",
"version": "0.14.0",
"scripts": {
"copy-workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
Expand Down Expand Up @@ -39,13 +39,13 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"serialport": "^4.0.7",
"xod-arduino": "^0.13.0",
"xod-arduino-deploy": "^0.13.0",
"xod-deploy": "^0.13.0",
"xod-client": "^0.13.0",
"xod-fs": "^0.13.0",
"xod-func-tools": "^0.13.0",
"xod-project": "^0.13.0"
"xod-arduino": "^0.14.0",
"xod-arduino-deploy": "^0.14.0",
"xod-client": "^0.14.0",
"xod-deploy": "^0.14.0",
"xod-fs": "^0.14.0",
"xod-func-tools": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/xod-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-client",
"version": "0.13.0",
"version": "0.14.0",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
Expand Down Expand Up @@ -53,10 +53,10 @@
"sanctuary-def": "^0.9.0",
"shortid": "^2.2.8",
"url-parse": "^1.1.9",
"xod-arduino": "^0.13.0",
"xod-func-tools": "^0.13.0",
"xod-patch-search": "^0.13.0",
"xod-project": "^0.13.0"
"xod-arduino": "^0.14.0",
"xod-func-tools": "^0.14.0",
"xod-patch-search": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/xod-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-deploy",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"tar": "^4.0.1",
"unbzip2-stream": "^1.2.5",
"ws": "^3.1.0",
"xod-fs": "^0.13.0",
"xod-func-tools": "^0.13.0"
"xod-fs": "^0.14.0",
"xod-func-tools": "^0.14.0"
},
"devDependencies": {
"chai": "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/xod-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-fs",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"recursive-copy": "^2.0.6",
"recursive-readdir": "^2.1.0",
"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.13.0",
"xod-project": "^0.13.0"
"xod-func-tools": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xod-func-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-func-tools",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"keywords": [],
"author": "XOD Team <dev@xod.io>",
Expand Down
8 changes: 4 additions & 4 deletions packages/xod-patch-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-patch-search",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,11 +20,11 @@
"dependencies": {
"fuse.js": "^3.0.5",
"ramda": "^0.24.1",
"xod-func-tools": "^0.13.0",
"xod-project": "^0.13.0"
"xod-func-tools": "^0.14.0",
"xod-project": "^0.14.0"
},
"devDependencies": {
"chai": "^4.1.1",
"xod-fs": "^0.13.0"
"xod-fs": "^0.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/xod-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-project",
"version": "0.13.0",
"version": "0.14.0",
"description": "API functions to work on XOD project state",
"keywords": [],
"license": "AGPL-3.0",
Expand All @@ -20,7 +20,7 @@
"ramda-fantasy": "^0.7.0",
"sanctuary-def": "^0.9.0",
"shortid": "^2.2.6",
"xod-func-tools": "^0.13.0"
"xod-func-tools": "^0.14.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions workspace/lib/xod/common-hardware/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Hardware drivers for popular and simple peripherals",
"license": "AGPL-3.0",
"name": "common-hardware",
"version": "0.13.0"
}
"version": "0.14.0"
}
4 changes: 2 additions & 2 deletions workspace/lib/xod/core/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "The very basic nodes of XOD",
"license": "AGPL-3.0",
"name": "core",
"version": "0.13.0"
}
"version": "0.14.0"
}

0 comments on commit 08bd83f

Please sign in to comment.