chore(infra): release 0.37.3

This commit is contained in:
Evgeny Kochetkov
2021-02-17 17:31:01 +03:00
parent cfc4bed6e8
commit 0495593db3
38 changed files with 47 additions and 39 deletions

View File

@@ -2,6 +2,14 @@
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.37.3"></a>
## 0.37.3 (2021-02-17)
### Bug fixes
* [ide] Prevent toggling helpbox by "h" key when interacting with text inputs (#2101)
<a name="0.37.2"></a>
## 0.37.2 (2021-01-25)

View File

@@ -6,5 +6,5 @@
"packages": [
"packages/*"
],
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -1,6 +1,6 @@
{
"name": "xod-client-browser",
"version": "0.37.0",
"version": "0.37.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.37.0",
"xod-client": "^0.37.0",
"xod-client": "^0.37.3",
"xod-func-tools": "^0.34.0",
"xod-project": "^0.37.0"
},

View File

@@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"main": "src-babel/app/main.js",
"name": "xod-client-electron",
"version": "0.37.2",
"version": "0.37.3",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
@@ -44,7 +44,7 @@
"redux-thunk": "^2.1.0",
"serialport": "^9.0.4",
"xod-arduino": "^0.37.0",
"xod-client": "^0.37.0",
"xod-client": "^0.37.3",
"xod-deploy": "^0.37.0",
"xod-deploy-bin": "^0.37.0",
"xod-fs": "^0.37.0",

View File

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

View File

@@ -5,5 +5,5 @@
"description": "Nodes to get some basic data from the XOD Cloud API",
"license": "AGPL-3.0",
"name": "basics",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Nodes for communicating with the XOD Cloud Feeds service",
"license": "AGPL-3.0",
"name": "feeds",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes to work with DHT11 or DHT21 sensors, or compatible sensors: RHT01, DHT22, DHT33, DHT44, AM2301, HM2301, AM2302, AM2303, RHT02, RHT03, RHT04, RHT05.",
"license": "AGPL-3.0",
"name": "dht",
"version": "0.37.2"
"version": "0.37.3"
}

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.37.2"
"version": "0.37.3"
}

View File

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

View File

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

View File

@@ -2,5 +2,5 @@
"description": "Nodes to work with the HC-SR04 ultrasonic range meters.",
"license": "AGPL-3.0",
"name": "hc-sr04",
"version": "0.37.2"
"version": "0.37.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.37.2"
"version": "0.37.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Nodes to control RC hobby servos",
"license": "AGPL-3.0",
"name": "servo",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -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.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes to drive SD1306-based monochrome LCDs with I2C interface.",
"license": "AGPL-3.0",
"name": "ssd1306-display",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes to work with gyroscopes, accelerometers and barometers based on chips by STMicroelectronics: L3G4200, L3GD20H, LIS331DLH, LIS331HH, LIS3DH, LPS331.",
"license": "AGPL-3.0",
"name": "st-mems",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes to drive ST7735 based TFT LCD displays. This library supports 128x160 resolution displays which are connected through the hardware SPI interface. Physically, some displays based on the 7735 chip may differ from each other and have different sets of instructions for initialization. To solve this, the library contains several device nodes for different types of displays. These nodes are labeled \"B\", \"G\", \"RG\", and \"RR\".",
"license": "AGPL-3.0",
"name": "st7735-display",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes to drive a common text liquid crystal displays with I²C or parallel interfaces.",
"license": "AGPL-3.0",
"name": "text-lcd",
"version": "0.37.2"
"version": "0.37.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.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes to work with WS2812 (NeoPixel). The main difference from the other libraries that this library does not use a buffer to light up the LEDs. So it gives a possibility to light up a really long LED strip with a small microcontroller without a huge amount of RAM.",
"license": "AGPL-3.0",
"name": "ws2812",
"version": "0.37.2"
"version": "0.37.3"
}

View File

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

View File

@@ -5,5 +5,5 @@
"description": "Library to work with color",
"license": "AGPL-3.0",
"name": "color",
"version": "0.37.2"
"version": "0.37.3"
}

View File

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

View File

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

View File

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

View File

@@ -5,5 +5,5 @@
"description": "Debug nodes for XOD",
"license": "AGPL-3.0",
"name": "debug",
"version": "0.37.2"
"version": "0.37.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.37.2"
"version": "0.37.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Nodes to work with graphics in XOD",
"license": "AGPL-3.0",
"name": "graphics",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -1,5 +1,5 @@
{
"description": "My fork of \"xod/i2c\"",
"name": "i2c",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -2,5 +2,5 @@
"description": "Nodes for parsing JSON from a stream of characters",
"license": "AGPL-3.0",
"name": "json",
"version": "0.37.2"
"version": "0.37.3"
}

View File

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

View File

@@ -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.37.2"
"version": "0.37.3"
}

View File

@@ -5,5 +5,5 @@
"description": "General types and operations to manage network connections",
"license": "AGPL-3.0",
"name": "net",
"version": "0.37.2"
"version": "0.37.3"
}

View File

@@ -5,5 +5,5 @@
"description": "Nodes to process sequences of bytes one by one",
"license": "AGPL-3.0",
"name": "stream",
"version": "0.37.2"
"version": "0.37.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.37.2"
"version": "0.37.3"
}

View File

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

View File

@@ -5,5 +5,5 @@
"description": "A collection of nodes that generate wave signals",
"license": "AGPL",
"name": "waves",
"version": "0.37.2"
"version": "0.37.3"
}