mirror of
https://github.com/xodio/xod.git
synced 2026-03-07 01:06:53 +01:00
chore(infra): release 0.29.0
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
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.29.0"></a>
|
||||
|
||||
## 0.29.0 (2019-04-16)
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.28.2"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "belt-holes",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"scripts": {
|
||||
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
|
||||
"build": "bsb -make-world",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-arduino",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "XOD project: Arduino transpiler",
|
||||
"scripts": {
|
||||
"build:js": "babel src/ -d dist/ --source-maps",
|
||||
@@ -21,20 +21,20 @@
|
||||
"main": "dist/index.js",
|
||||
"dependencies": {
|
||||
"@glennsl/bs-revamp": "^0.1.1",
|
||||
"belt-holes": "^0.28.0",
|
||||
"belt-holes": "^0.29.0",
|
||||
"bs-platform": "5.0.0",
|
||||
"handlebars": "^4.0.6",
|
||||
"hm-def": "^0.3.2",
|
||||
"ramda": "^0.24.1",
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"sanctuary-def": "^0.14.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-inline-import": "^2.0.4",
|
||||
"chai": "^4.1.2",
|
||||
"xod-fs": "^0.28.0"
|
||||
"xod-fs": "^0.29.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-cli",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "XOD project: Command Line Interface",
|
||||
"author": "XOD Team <dev@xod.io>",
|
||||
"bin": {
|
||||
@@ -24,12 +24,12 @@
|
||||
"node-fetch": "^2.3.0",
|
||||
"ramda": "^0.24.1",
|
||||
"source-map-support": "^0.5.9",
|
||||
"xod-arduino": "^0.28.0",
|
||||
"xod-deploy-bin": "^0.28.0",
|
||||
"xod-fs": "^0.28.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0",
|
||||
"xod-tabtest": "^0.28.0"
|
||||
"xod-arduino": "^0.29.0",
|
||||
"xod-deploy-bin": "^0.29.0",
|
||||
"xod-fs": "^0.29.0",
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0",
|
||||
"xod-tabtest": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@oclif/dev-cli": "^1.19.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-client-browser",
|
||||
"version": "0.28.1",
|
||||
"version": "0.29.0",
|
||||
"description": "XOD project: Client browser application",
|
||||
"scripts": {
|
||||
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
|
||||
@@ -24,16 +24,16 @@
|
||||
"redux": "^3.0.5",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"url-parse": "^1.2.0",
|
||||
"xod-arduino": "^0.28.0",
|
||||
"xod-client": "^0.28.1",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"xod-arduino": "^0.29.0",
|
||||
"xod-client": "^0.29.0",
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"node-static": "^0.7.10",
|
||||
"why-did-you-update": "^0.1.0",
|
||||
"xod-fs": "^0.28.0"
|
||||
"xod-fs": "^0.29.0"
|
||||
},
|
||||
"author": "XOD Team <dev@xod.io>",
|
||||
"license": "AGPL-3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "AGPL-3.0",
|
||||
"main": "src-babel/app/main.js",
|
||||
"name": "xod-client-electron",
|
||||
"version": "0.28.2",
|
||||
"version": "0.29.0",
|
||||
"scripts": {
|
||||
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
|
||||
"build:gui": "webpack --colors",
|
||||
@@ -43,13 +43,13 @@
|
||||
"redux": "^3.0.5",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"serialport": "^7.0.2",
|
||||
"xod-arduino": "^0.28.0",
|
||||
"xod-client": "^0.28.1",
|
||||
"xod-deploy": "^0.28.0",
|
||||
"xod-deploy-bin": "^0.28.0",
|
||||
"xod-fs": "^0.28.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"xod-arduino": "^0.29.0",
|
||||
"xod-client": "^0.29.0",
|
||||
"xod-deploy": "^0.29.0",
|
||||
"xod-deploy-bin": "^0.29.0",
|
||||
"xod-fs": "^0.29.0",
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.16.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-client",
|
||||
"version": "0.28.1",
|
||||
"version": "0.29.0",
|
||||
"description": "XOD project: Client application",
|
||||
"scripts": {
|
||||
"build": "babel src/ -d dist/ --source-maps",
|
||||
@@ -63,13 +63,13 @@
|
||||
"url-search-params-polyfill": "^2.0.1",
|
||||
"vec-la-fp": "^1.5.2",
|
||||
"wait-for-element": "^1.0.2",
|
||||
"xod-arduino": "^0.28.0",
|
||||
"xod-cloud-compile": "^0.28.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-patch-search": "^0.28.0",
|
||||
"xod-pm": "^0.28.0",
|
||||
"xod-project": "^0.28.0",
|
||||
"xod-tabtest": "^0.28.0"
|
||||
"xod-arduino": "^0.29.0",
|
||||
"xod-cloud-compile": "^0.29.0",
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-patch-search": "^0.29.0",
|
||||
"xod-pm": "^0.29.0",
|
||||
"xod-project": "^0.29.0",
|
||||
"xod-tabtest": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "^3.2.17",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-cloud-compile",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -20,12 +20,12 @@
|
||||
"node-fetch": "^2.3.0",
|
||||
"ramda": "^0.24.1",
|
||||
"string-to-arraybuffer": "^1.0.2",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-tabtest": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-tabtest": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-inline-import": "^2.0.4",
|
||||
"chai": "^4.1.2",
|
||||
"xod-fs": "^0.28.0"
|
||||
"xod-fs": "^0.29.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-deploy-bin",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "XOD wrapper over arduino-cli wrapper",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"fs-extra": "^7.0.1",
|
||||
"ramda": "0.24.1",
|
||||
"which": "^1.3.1",
|
||||
"xod-func-tools": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-deploy",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -32,8 +32,8 @@
|
||||
"tar": "^4.0.1",
|
||||
"unbzip2-stream": "^1.2.5",
|
||||
"ws": "^3.1.0",
|
||||
"xod-fs": "^0.28.0",
|
||||
"xod-func-tools": "^0.28.0"
|
||||
"xod-fs": "^0.29.0",
|
||||
"xod-func-tools": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-fs",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -19,8 +19,8 @@
|
||||
"recursive-copy": "^2.0.6",
|
||||
"recursive-readdir": "^2.1.0",
|
||||
"sanctuary-def": "^0.14.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-func-tools",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "XOD Team <dev@xod.io>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-patch-search",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -23,11 +23,11 @@
|
||||
"fuse.js": "^3.0.5",
|
||||
"ramda": "^0.24.1",
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"xod-fs": "^0.28.0"
|
||||
"xod-fs": "^0.29.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-pm",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -24,8 +24,8 @@
|
||||
"ramda": "^0.24.1",
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"swagger-client": "^3.4.3",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-project",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"description": "API functions to work on XOD project state",
|
||||
"keywords": [],
|
||||
"license": "AGPL-3.0",
|
||||
@@ -22,13 +22,13 @@
|
||||
"test:watch": "yarn run test --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"belt-holes": "^0.28.0",
|
||||
"belt-holes": "^0.29.0",
|
||||
"hm-def": "^0.3.2",
|
||||
"ramda": "^0.24.1",
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"sanctuary-def": "^0.14.0",
|
||||
"shortid": "^2.2.6",
|
||||
"xod-func-tools": "^0.28.0"
|
||||
"xod-func-tools": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bs-platform": "5.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xod-tabtest",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"scripts": {
|
||||
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
|
||||
"build:lib": "node ./tools/loadTabtestLibPatches.js",
|
||||
@@ -17,16 +17,16 @@
|
||||
"license": "AGPL-3.0",
|
||||
"main": "src/Tabtest_Js.bs.js",
|
||||
"dependencies": {
|
||||
"belt-holes": "^0.28.0",
|
||||
"xod-arduino": "^0.28.0",
|
||||
"xod-func-tools": "^0.28.0",
|
||||
"xod-project": "^0.28.0"
|
||||
"belt-holes": "^0.29.0",
|
||||
"xod-arduino": "^0.29.0",
|
||||
"xod-func-tools": "^0.29.0",
|
||||
"xod-project": "^0.29.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@glennsl/bs-jest": "^0.4.8",
|
||||
"bs-platform": "5.0.0",
|
||||
"ramda": "^0.24.1",
|
||||
"xod-fs": "^0.28.0"
|
||||
"xod-fs": "^0.29.0"
|
||||
},
|
||||
"jest": {
|
||||
"testMatch": [
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "This library operates DS1302/DS1307/DS3231 based breakout RTC boards",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "ds-rtc",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Support for ESP8266-based MCUs.",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "esp8266-mcu",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Support for ESP8266 as a slave module",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "esp8266",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"description": "Support for RFID/NFC modules based on a PN532 chip.",
|
||||
"license": "MIT",
|
||||
"name": "pn532-nfc",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"license": "AGPL-3.0",
|
||||
"name": "servo"
|
||||
"name": "servo",
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Nodes to read analog infrared range meters by Sharp (GP2Y0A) and convert the signal to distance values.",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "sharp-irm",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Support for ethernet shields that use Wiznet W5500 chipset.",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "w5500",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Low-level bits and bytes operations",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "bits",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Library to work with color",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "color",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Hardware drivers for popular and simple peripherals",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "common-hardware",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "The very basic nodes of XOD",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "core",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Date and timestamp operations",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "datetime",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Debug nodes for XOD",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "debug",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Nodes of XOD to deal with GPIO (hardware pins)",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "gpio",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "I²C (aka I2C, IIC, TWI) bus interfacing",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "i2c",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Nodes of XOD for basic mathematical operations",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "math",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"license": "AGPL-3.0",
|
||||
"name": "mutex"
|
||||
"name": "mutex",
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
"name": "net",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
"name": "stream",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -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.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Units of measurement conversions",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "units",
|
||||
"version": "0.28.1"
|
||||
"version": "0.29.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user