Skip to content

Commit

Permalink
chore(infra): release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenykochetkov committed Aug 17, 2018
1 parent 14a432e commit e0b9198
Show file tree
Hide file tree
Showing 26 changed files with 73 additions and 72 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.23.0"></a>
## 0.23.0 (2018-08-17)

### Features and enhancements

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"packages": [
"packages/*"
],
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion packages/holes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holes",
"version": "0.1.0",
"version": "0.23.0",
"scripts": {
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
"build": "bsb -make-world",
Expand Down
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.22.0",
"version": "0.23.0",
"description": "Utility to build and upload binaries on Arduino microcontrollers.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"serialport": "^4.0.7",
"tar": "^3.1.8",
"unbzip2-stream": "^1.2.5",
"xod-fs": "^0.22.0",
"xod-func-tools": "^0.21.0"
"xod-fs": "^0.23.0",
"xod-func-tools": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
10 changes: 5 additions & 5 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.22.0",
"version": "0.23.0",
"description": "XOD project: Arduino transpiler",
"scripts": {
"build:js": "babel src/ -d dist/ --source-maps",
Expand All @@ -24,16 +24,16 @@
"bs-platform": "^3.1.5",
"handlebars": "^4.0.6",
"hm-def": "^0.3.2",
"holes": "^0.23.0",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"sanctuary-def": "^0.14.0",
"holes": "^0.1.0",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0"
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"babel-plugin-inline-import": "^2.0.4",
"chai": "^4.1.2",
"xod-fs": "^0.22.0"
"xod-fs": "^0.23.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.22.0",
"version": "0.23.0",
"description": "XOD project: Command Line Interface",
"scripts": {
"build:workspace": "cpx \"../../workspace/__lib__/**\" \"./__lib__\"",
Expand Down Expand Up @@ -29,12 +29,12 @@
"sanctuary-def": "^0.14.0",
"source-map-support": "^0.4.15",
"swagger-client": "^3.4.3",
"xod-arduino": "^0.22.0",
"xod-fs": "^0.22.0",
"xod-func-tools": "^0.21.0",
"xod-pm": "^0.22.0",
"xod-project": "^0.22.0",
"xod-tabtest": "^0.22.0"
"xod-arduino": "^0.23.0",
"xod-fs": "^0.23.0",
"xod-func-tools": "^0.23.0",
"xod-pm": "^0.23.0",
"xod-project": "^0.23.0",
"xod-tabtest": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2",
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.22.0",
"version": "0.23.0",
"description": "XOD project: Client browser application",
"scripts": {
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
Expand All @@ -24,16 +24,16 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"url-parse": "^1.2.0",
"xod-arduino": "^0.22.0",
"xod-client": "^0.22.0",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0"
"xod-arduino": "^0.23.0",
"xod-client": "^0.23.0",
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2",
"node-static": "^0.7.10",
"why-did-you-update": "^0.1.0",
"xod-fs": "^0.22.0"
"xod-fs": "^0.23.0"
},
"author": "XOD Team <[email protected]>",
"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.22.0",
"version": "0.23.0",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
Expand Down Expand Up @@ -42,13 +42,13 @@
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"serialport": "^4.0.7",
"xod-arduino": "^0.22.0",
"xod-arduino-deploy": "^0.22.0",
"xod-client": "^0.22.0",
"xod-deploy": "^0.22.0",
"xod-fs": "^0.22.0",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0"
"xod-arduino": "^0.23.0",
"xod-arduino-deploy": "^0.23.0",
"xod-client": "^0.23.0",
"xod-deploy": "^0.23.0",
"xod-fs": "^0.23.0",
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
Expand Down
12 changes: 6 additions & 6 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.22.0",
"version": "0.23.0",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
Expand Down Expand Up @@ -59,11 +59,11 @@
"url-parse": "^1.1.9",
"url-search-params-polyfill": "^2.0.1",
"vec-la-fp": "^1.5.2",
"xod-arduino": "^0.22.0",
"xod-func-tools": "^0.21.0",
"xod-patch-search": "^0.22.0",
"xod-pm": "^0.22.0",
"xod-project": "^0.22.0"
"xod-arduino": "^0.23.0",
"xod-func-tools": "^0.23.0",
"xod-patch-search": "^0.23.0",
"xod-pm": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.17",
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.22.0",
"version": "0.23.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"tar": "^4.0.1",
"unbzip2-stream": "^1.2.5",
"ws": "^3.1.0",
"xod-fs": "^0.22.0",
"xod-func-tools": "^0.21.0"
"xod-fs": "^0.23.0",
"xod-func-tools": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2"
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.22.0",
"version": "0.23.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.14.0",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0"
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions 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.21.0",
"version": "0.23.0",
"description": "",
"keywords": [],
"author": "XOD Team <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"sanctuary-type-identifiers": "^2.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"bs-platform": "^3.1.5"
"bs-platform": "^3.1.5",
"chai": "^4.1.2"
}
}
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.22.0",
"version": "0.23.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -23,11 +23,11 @@
"fuse.js": "^3.0.5",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0"
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2",
"xod-fs": "^0.22.0"
"xod-fs": "^0.23.0"
}
}
6 changes: 3 additions & 3 deletions packages/xod-pm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-pm",
"version": "0.22.0",
"version": "0.23.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,8 +24,8 @@
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"swagger-client": "^3.4.3",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0"
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"chai": "^4.1.2"
Expand Down
6 changes: 3 additions & 3 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.22.0",
"version": "0.23.0",
"description": "API functions to work on XOD project state",
"keywords": [],
"license": "AGPL-3.0",
Expand All @@ -23,12 +23,12 @@
},
"dependencies": {
"hm-def": "^0.3.2",
"holes": "^0.23.0",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"sanctuary-def": "^0.14.0",
"shortid": "^2.2.6",
"holes": "^0.1.0",
"xod-func-tools": "^0.21.0"
"xod-func-tools": "^0.23.0"
},
"devDependencies": {
"bs-platform": "^3.1.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/xod-tabtest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-tabtest",
"version": "0.22.0",
"version": "0.23.0",
"scripts": {
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
"build": "bsb -make-world",
Expand All @@ -15,10 +15,10 @@
"license": "AGPL-3.0",
"main": "src/Tabtest_Js.bs.js",
"dependencies": {
"holes": "^0.1.0",
"xod-func-tools": "^0.21.0",
"xod-project": "^0.22.0",
"xod-arduino": "^0.22.0"
"holes": "^0.23.0",
"xod-arduino": "^0.23.0",
"xod-func-tools": "^0.23.0",
"xod-project": "^0.23.0"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/bits/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Low-level bits and bytes operations",
"license": "AGPL-3.0",
"name": "bits",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion 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.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion 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.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/gpio/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Nodes of XOD to deal with GPIO (hardware pins)",
"license": "AGPL-3.0",
"name": "gpio",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/i2c/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "I²C (aka I2C, IIC, TWI) bus interfacing",
"license": "AGPL-3.0",
"name": "i2c",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/math/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Nodes of XOD for basic mathematical operations",
"license": "AGPL-3.0",
"name": "math",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/net/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"license": "AGPL-3.0",
"name": "net",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/stream/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"license": "AGPL-3.0",
"name": "stream",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/uart/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Provides constructors and Nodes to interact with UARTs (Software, Hardware, USB) in XOD.",
"license": "AGPL-3.0",
"name": "uart",
"version": "0.22.0"
"version": "0.23.0"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/units/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Units of measurement conversions",
"license": "AGPL-3.0",
"name": "units",
"version": "0.22.0"
"version": "0.23.0"
}

0 comments on commit e0b9198

Please sign in to comment.