Merge pull request #1566 from xodio/release-0.25.3

Release 0.25.3
This commit is contained in:
Evgeny Kochetkov
2018-11-22 18:48:36 +03:00
committed by GitHub
21 changed files with 24 additions and 23 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.25.3"></a>
## 0.25.3 (2018-11-22)
### Bug fixes

View File

@@ -6,5 +6,5 @@
"packages": [
"packages/*"
],
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client-browser",
"version": "0.25.2",
"version": "0.25.3",
"description": "XOD project: Client browser application",
"scripts": {
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
@@ -25,7 +25,7 @@
"redux-thunk": "^2.1.0",
"url-parse": "^1.2.0",
"xod-arduino": "^0.25.2",
"xod-client": "^0.25.2",
"xod-client": "^0.25.3",
"xod-func-tools": "^0.25.0",
"xod-project": "^0.25.2"
},

View File

@@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"main": "src-babel/app/main.js",
"name": "xod-client-electron",
"version": "0.25.2",
"version": "0.25.3",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
@@ -46,7 +46,7 @@
"serialport": "^7.0.2",
"which": "^1.3.1",
"xod-arduino": "^0.25.2",
"xod-client": "^0.25.2",
"xod-client": "^0.25.3",
"xod-deploy": "^0.25.2",
"xod-fs": "^0.25.2",
"xod-func-tools": "^0.25.0",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client",
"version": "0.25.2",
"version": "0.25.3",
"description": "XOD project: Client application",
"scripts": {
"build": "babel src/ -d dist/ --source-maps",

View File

@@ -5,5 +5,5 @@
"description": "This library operates DS1302/DS1307/DS3231 based breakout RTC boards",
"license": "AGPL-3.0",
"name": "ds-rtc",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Support for ESP8266-based MCUs.",
"license": "AGPL-3.0",
"name": "esp8266-mcu",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Support for ESP8266 as a slave module",
"license": "AGPL-3.0",
"name": "esp8266",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Support for RFID/NFC modules based on a PN532 chip.",
"license": "MIT",
"name": "pn532-nfc",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Support for ethernet shields that use Wiznet W5500 chipset.",
"license": "AGPL-3.0",
"name": "w5500",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Low-level bits and bytes operations",
"license": "AGPL-3.0",
"name": "bits",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Hardware drivers for popular and simple peripherals",
"license": "AGPL-3.0",
"name": "common-hardware",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "The very basic nodes of XOD",
"license": "AGPL-3.0",
"name": "core",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Date and timestamp operations",
"license": "AGPL-3.0",
"name": "datetime",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Nodes of XOD to deal with GPIO (hardware pins)",
"license": "AGPL-3.0",
"name": "gpio",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "I²C (aka I2C, IIC, TWI) bus interfacing",
"license": "AGPL-3.0",
"name": "i2c",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Nodes of XOD for basic mathematical operations",
"license": "AGPL-3.0",
"name": "math",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -4,5 +4,5 @@
],
"license": "AGPL-3.0",
"name": "net",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -4,5 +4,5 @@
],
"license": "AGPL-3.0",
"name": "stream",
"version": "0.25.2"
"version": "0.25.3"
}

View File

@@ -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.25.2"
"version": "0.25.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Units of measurement conversions",
"license": "AGPL-3.0",
"name": "units",
"version": "0.25.2"
"version": "0.25.3"
}