chore(infra): release 0.11.0

This commit is contained in:
Victor Nakoryakov
2017-07-24 18:49:28 +03:00
parent ebe1be6e8b
commit 3d98fedd04
15 changed files with 49 additions and 48 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.11.0"></a>
## 0.11.0 (2017-07-24)
### Features and enhancements

View File

@@ -1,5 +1,5 @@
{
"lerna": "2.0.0-rc.4",
"npmClient": "yarn",
"version": "0.11.0-dev"
"version": "0.11.0"
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-arduino-builder",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Arduino Builder",
"main": "dist/index.js",
"scripts": {
@@ -26,8 +26,8 @@
"rest": "^2.0.0",
"sanctuary-def": "^0.9.0",
"serialport": "^4.0.7",
"xod-fs": "^0.11.0-dev",
"xod-func-tools": "^0.11.0-dev"
"xod-fs": "^0.11.0",
"xod-func-tools": "^0.11.0"
},
"devDependencies": {
"chai": "^4.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-arduino",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Arduino transpiler",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
@@ -20,13 +20,13 @@
"ramda": "^0.23.0",
"ramda-fantasy": "^0.7.0",
"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-func-tools": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"babel-plugin-inline-import": "^2.0.4",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"xod-fs": "^0.11.0-dev"
"xod-fs": "^0.11.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-cli",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Command Line Interface",
"scripts": {
"build": "babel src/ -d bin/ --source-maps",
@@ -25,12 +25,12 @@
"sanctuary-def": "^0.12.1",
"source-map-support": "^0.4.15",
"swagger-client": "^3.0.13",
"xod-arduino": "^0.11.0-dev",
"xod-arduino-builder": "^0.11.0-dev",
"xod-fs": "^0.11.0-dev",
"xod-func-tools": "^0.11.0-dev",
"xod-js": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-arduino": "^0.11.0",
"xod-arduino-builder": "^0.11.0",
"xod-fs": "^0.11.0",
"xod-func-tools": "^0.11.0",
"xod-js": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"chai": "^4.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client-browser",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Client browser application",
"scripts": {
"build:initial-project": "node ./tools/loadInitialProject.js",
@@ -20,13 +20,13 @@
"react-skylight": "git+https://github.com/xodio/react-skylight.git",
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"xod-arduino": "^0.11.0-dev",
"xod-client": "^0.11.0-dev",
"xod-js": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-arduino": "^0.11.0",
"xod-client": "^0.11.0",
"xod-js": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"xod-fs": "^0.11.0-dev"
"xod-fs": "^0.11.0"
},
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0"

View File

@@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"main": "src-babel/app/main.js",
"name": "xod-client-electron",
"version": "0.11.0-dev",
"version": "0.11.0",
"scripts": {
"copy-workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
@@ -38,14 +38,14 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"serialport": "^4.0.7",
"xod-arduino": "^0.11.0-dev",
"xod-arduino-builder": "^0.11.0-dev",
"xod-client": "^0.11.0-dev",
"xod-espruino-upload": "^0.11.0-dev",
"xod-fs": "^0.11.0-dev",
"xod-func-tools": "^0.11.0-dev",
"xod-js": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-arduino": "^0.11.0",
"xod-arduino-builder": "^0.11.0",
"xod-client": "^0.11.0",
"xod-espruino-upload": "^0.11.0",
"xod-fs": "^0.11.0",
"xod-func-tools": "^0.11.0",
"xod-js": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
@@ -45,10 +45,10 @@
"reselect": "^2.5.4",
"sanctuary-def": "^0.9.0",
"url-parse": "^1.1.9",
"xod-arduino": "^0.11.0-dev",
"xod-func-tools": "^0.11.0-dev",
"xod-js": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-arduino": "^0.11.0",
"xod-func-tools": "^0.11.0",
"xod-js": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-espruino-upload",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Espruino serial uploader",
"scripts": {
"build": "webpack --colors",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-fs",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -18,8 +18,8 @@
"recursive-copy": "^2.0.6",
"recursive-readdir": "^2.1.0",
"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-func-tools": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"chai": "^3.5.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-func-tools",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "",
"keywords": [],
"author": "XOD Team <dev@xod.io>",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-js",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "XOD project: Espruino runtime",
"scripts": {
"build": "webpack --colors",
@@ -16,8 +16,8 @@
"hm-def": "^0.2.0",
"ramda": "^0.23.0",
"ramda-fantasy": "^0.7.0",
"xod-func-tools": "^0.11.0-dev",
"xod-project": "^0.11.0-dev"
"xod-func-tools": "^0.11.0",
"xod-project": "^0.11.0"
},
"devDependencies": {
"chai": "^3.5.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-project",
"version": "0.11.0-dev",
"version": "0.11.0",
"description": "API functions to work on XOD project state",
"keywords": [],
"license": "AGPL-3.0",
@@ -20,7 +20,7 @@
"ramda-fantasy": "^0.7.0",
"sanctuary-def": "^0.9.0",
"shortid": "^2.2.6",
"xod-func-tools": "^0.11.0-dev"
"xod-func-tools": "^0.11.0"
},
"devDependencies": {
"chai": "^3.5.0",

View File

@@ -5,5 +5,5 @@
"description": "Hardware drivers for popular and simple peripherals",
"license": "",
"name": "common-hardware",
"version": "0.0.1"
"version": "0.11.0"
}

View File

@@ -5,5 +5,5 @@
"description": "The very basic nodes of XOD",
"license": "MIT",
"name": "core",
"version": "0.0.5"
"version": "0.11.0"
}