mirror of
https://github.com/xodio/xod.git
synced 2026-03-25 01:56:54 +01:00
@@ -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
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.25.2"
|
||||
"version": "0.25.3"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Date and timestamp operations",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "datetime",
|
||||
"version": "0.25.2"
|
||||
"version": "0.25.3"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
"name": "net",
|
||||
"version": "0.25.2"
|
||||
"version": "0.25.3"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
"name": "stream",
|
||||
"version": "0.25.2"
|
||||
"version": "0.25.3"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"description": "Units of measurement conversions",
|
||||
"license": "AGPL-3.0",
|
||||
"name": "units",
|
||||
"version": "0.25.2"
|
||||
"version": "0.25.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user