Skip to content

Commit

Permalink
chore(infra): release 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenykochetkov committed Sep 17, 2018
1 parent 4b7b2d4 commit 0b0beed
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.24.1"></a>
## 0.24.1 (2018-09-17)

### Bug fixes

* [ide] Fixed a bug that caused bundled Arduino libraries to be unreachable by build tools. (#1449)

<a name="0.24.0"></a>
## 0.24.0 (2018-09-13)

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.24.0"
"version": "0.24.1"
}
2 changes: 1 addition & 1 deletion 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.24.0",
"version": "0.24.1",
"scripts": {
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
"build:gui": "webpack --colors",
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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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 @@ -4,5 +4,5 @@
],
"license": "AGPL-3.0",
"name": "net",
"version": "0.24.0"
"version": "0.24.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 @@ -4,5 +4,5 @@
],
"license": "AGPL-3.0",
"name": "stream",
"version": "0.24.0"
"version": "0.24.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.24.0"
"version": "0.24.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.24.0"
"version": "0.24.1"
}

0 comments on commit 0b0beed

Please sign in to comment.