Skip to content

Commit

Permalink
chore(infra): release 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenykochetkov committed Jul 19, 2019
1 parent 35ce540 commit 72e3d85
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 27 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

<a name="0.30.1"></a>

## 0.30.1 (2019-07-19)

### Bug fixes

* [nodes] Ensure that `error`, `if-error` and `has-error` work correctly with pulse data type (#1825)
* [ide] Fix library publishing process (#1827)

<a name="0.30.0"></a>

## 0.30.0 (2019-07-17)
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.30.0"
"version": "0.30.1"
}
4 changes: 2 additions & 2 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.30.0",
"version": "0.30.1",
"description": "XOD project: Client browser application",
"scripts": {
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
Expand All @@ -25,7 +25,7 @@
"redux-thunk": "^2.1.0",
"url-parse": "^1.2.0",
"xod-arduino": "^0.30.0",
"xod-client": "^0.30.0",
"xod-client": "^0.30.1",
"xod-func-tools": "^0.30.0",
"xod-project": "^0.30.0"
},
Expand Down
4 changes: 2 additions & 2 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.30.0",
"version": "0.30.1",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
Expand Down Expand Up @@ -45,7 +45,7 @@
"redux-thunk": "^2.1.0",
"serialport": "^7.0.2",
"xod-arduino": "^0.30.0",
"xod-client": "^0.30.0",
"xod-client": "^0.30.1",
"xod-deploy": "^0.30.0",
"xod-deploy-bin": "^0.30.0",
"xod-fs": "^0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xod-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xod-client",
"version": "0.30.0",
"version": "0.30.1",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",
Expand Down
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/ds-rtc/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "This library operates DS1302/DS1307/DS3231 based breakout RTC boards",
"license": "AGPL-3.0",
"name": "ds-rtc",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/esp8266-mcu/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Support for ESP8266-based MCUs.",
"license": "AGPL-3.0",
"name": "esp8266-mcu",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/esp8266/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Support for ESP8266 as a slave module",
"license": "AGPL-3.0",
"name": "esp8266",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/pn532-nfc/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"description": "Support for RFID/NFC modules based on a PN532 chip.",
"license": "MIT",
"name": "pn532-nfc",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/servo/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Nodes to control RC hobby servos",
"license": "AGPL-3.0",
"name": "servo",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/sharp-irm/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod-dev/w5500/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Support for ethernet shields that use Wiznet W5500 chipset.",
"license": "AGPL-3.0",
"name": "w5500",
"version": "0.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/color/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Library to work with color",
"license": "AGPL-3.0",
"name": "color",
"version": "0.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/datetime/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Date and timestamp operations",
"license": "AGPL-3.0",
"name": "datetime",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/debug/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Debug nodes for XOD",
"license": "AGPL-3.0",
"name": "debug",
"version": "0.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/mutex/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Library to work with mutually exclusive resources. Useful to avoid conflicts between nodes controlling long-running processes.",
"license": "AGPL-3.0",
"name": "mutex",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/net/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "General types and operations to manage network connections",
"license": "AGPL-3.0",
"name": "net",
"version": "0.30.0"
"version": "0.30.1"
}
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/stream/project.xod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Nodes to process sequences of bytes one by one",
"license": "AGPL-3.0",
"name": "stream",
"version": "0.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}
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.30.0"
"version": "0.30.1"
}

0 comments on commit 72e3d85

Please sign in to comment.