Skip to content

Commit

Permalink
Merge pull request #626 from xodio/bump-version-to-0.10.0
Browse files Browse the repository at this point in the history
Bump package versions to 0.10.0
  • Loading branch information
brusherru authored Jun 28, 2017
2 parents 808d93c + 06ef445 commit 021248e
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 45 deletions.
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.1.4"
"version": "0.10.0"
}
6 changes: 3 additions & 3 deletions packages/xod-arduino-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-arduino-builder",
"version": "0.1.4",
"version": "0.10.0",
"description": "XOD project: Arduino Builder",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"rest": "^2.0.0",
"sanctuary-def": "^0.9.0",
"serialport": "^4.0.7",
"xod-fs": "^0.1.4",
"xod-func-tools": "^0.1.4"
"xod-fs": "^0.10.0",
"xod-func-tools": "^0.10.0"
},
"babel": {
"presets": [
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.1.4",
"version": "0.10.0",
"description": "XOD project: Arduino transpiler",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
Expand All @@ -19,13 +19,13 @@
"hm-def": "^0.2.0",
"ramda": "^0.23.0",
"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.1.4",
"xod-project": "^0.1.4"
"xod-func-tools": "^0.10.0",
"xod-project": "^0.10.0"
},
"devDependencies": {
"babel-plugin-inline-import": "^2.0.4",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"xod-fs": "^0.1.4"
"xod-fs": "^0.10.0"
}
}
14 changes: 7 additions & 7 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.1.4",
"version": "0.10.0",
"description": "XOD project: Command Line Interface",
"scripts": {
"build": "babel src/ -d bin/ --source-maps",
Expand All @@ -24,12 +24,12 @@
"sanctuary-def": "^0.12.1",
"source-map-support": "^0.4.15",
"swagger-client": "^3.0.13",
"xod-arduino": "^0.1.4",
"xod-arduino-builder": "^0.1.4",
"xod-fs": "^0.1.4",
"xod-func-tools": "^0.1.4",
"xod-js": "^0.1.4",
"xod-project": "^0.1.4"
"xod-arduino": "^0.10.0",
"xod-arduino-builder": "^0.10.0",
"xod-fs": "^0.10.0",
"xod-func-tools": "^0.10.0",
"xod-js": "^0.10.0",
"xod-project": "^0.10.0"
},
"babel": {
"presets": [
Expand Down
12 changes: 6 additions & 6 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.1.4",
"version": "0.10.0",
"description": "XOD project: Client browser application",
"scripts": {
"build:initial-project": "node ./tools/loadInitialProject.js",
Expand All @@ -19,13 +19,13 @@
"react-skylight": "git+https://github.com/xodio/react-skylight.git",
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"xod-arduino": "^0.1.4",
"xod-client": "^0.1.4",
"xod-js": "^0.1.4",
"xod-project": "^0.1.4"
"xod-arduino": "^0.10.0",
"xod-client": "^0.10.0",
"xod-js": "^0.10.0",
"xod-project": "^0.10.0"
},
"devDependencies": {
"xod-fs": "^0.1.4"
"xod-fs": "^0.10.0"
},
"author": "XOD Team <[email protected]>",
"license": "AGPL-3.0"
Expand Down
18 changes: 9 additions & 9 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.1.4",
"version": "0.10.0",
"scripts": {
"copy-workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
Expand Down Expand Up @@ -34,14 +34,14 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"serialport": "^4.0.7",
"xod-arduino": "^0.1.4",
"xod-arduino-builder": "^0.1.4",
"xod-client": "^0.1.4",
"xod-espruino-upload": "^0.1.4",
"xod-fs": "^0.1.4",
"xod-func-tools": "^0.1.4",
"xod-js": "^0.1.4",
"xod-project": "^0.1.4"
"xod-arduino": "^0.10.0",
"xod-arduino-builder": "^0.10.0",
"xod-client": "^0.10.0",
"xod-espruino-upload": "^0.10.0",
"xod-fs": "^0.10.0",
"xod-func-tools": "^0.10.0",
"xod-js": "^0.10.0",
"xod-project": "^0.10.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.1.4",
"version": "0.10.0",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
Expand Down Expand Up @@ -43,10 +43,10 @@
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"sanctuary-def": "^0.9.0",
"xod-arduino": "^0.1.4",
"xod-func-tools": "^0.1.4",
"xod-js": "^0.1.4",
"xod-project": "^0.1.4"
"xod-arduino": "^0.10.0",
"xod-func-tools": "^0.10.0",
"xod-js": "^0.10.0",
"xod-project": "^0.10.0"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/xod-espruino-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-espruino-upload",
"version": "0.1.4",
"version": "0.10.0",
"description": "XOD project: Espruino serial uploader",
"scripts": {
"build": "webpack --colors",
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.1.4",
"version": "0.10.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"ramda": "^0.23.0",
"recursive-readdir": "^2.1.0",
"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.1.4",
"xod-project": "^0.1.4"
"xod-func-tools": "^0.10.0",
"xod-project": "^0.10.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.1.4",
"version": "0.10.0",
"description": "",
"keywords": [],
"author": "XOD Team <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/xod-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-js",
"version": "0.1.4",
"version": "0.10.0",
"description": "XOD project: Espruino runtime",
"scripts": {
"build": "webpack --colors",
Expand All @@ -16,8 +16,8 @@
"hm-def": "^0.2.0",
"ramda": "^0.23.0",
"ramda-fantasy": "^0.7.0",
"xod-func-tools": "^0.1.4",
"xod-project": "^0.1.4"
"xod-func-tools": "^0.10.0",
"xod-project": "^0.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
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.1.4",
"version": "0.10.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.1.4"
"xod-func-tools": "^0.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 021248e

Please sign in to comment.