Skip to content

Commit d59fe44

Browse files
committed
Publish
- @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - [email protected] - @serialport/[email protected] - @serialport/[email protected] - @serialport/website@null
1 parent f6a800e commit d59fe44

File tree

32 files changed

+190
-38
lines changed

32 files changed

+190
-38
lines changed

packages/binding-abstract/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-11-27)
7+
8+
**Note:** Version bump only for package @serialport/binding-abstract
9+
10+
11+
12+
13+
614
<a name="2.0.1"></a>
715
## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-08-29)
816

packages/binding-abstract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serialport/binding-abstract",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "binding-abstract.js",
55
"keywords": [
66
"serialport-binding"

packages/binding-mock/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-11-27)
7+
8+
**Note:** Version bump only for package @serialport/binding-mock
9+
10+
11+
12+
13+
614
<a name="2.0.1"></a>
715
## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-08-29)
816

packages/binding-mock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@serialport/binding-mock",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "binding-mock.js",
55
"keywords": [
66
"serialport-binding"
77
],
88
"dependencies": {
9-
"@serialport/binding-abstract": "^2.0.1",
9+
"@serialport/binding-abstract": "^2.0.2",
1010
"debug": "^4.1.0"
1111
},
1212
"engines": {

packages/bindings/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **packages/bindings#write:** do not call native binding for empty buffers ([d347f3b](https://github.com/node-serialport/node-serialport/commit/d347f3b))
12+
13+
14+
15+
16+
617
<a name="2.0.2"></a>
718
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-08-29)
819

packages/bindings/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@serialport/bindings",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "lib",
5-
"keywords": [
6-
"serialport-binding"
7-
],
5+
"keywords": [
6+
"serialport-binding"
7+
],
88
"dependencies": {
9-
"@serialport/binding-abstract": "^2.0.1",
10-
"@serialport/parser-readline": "^2.0.1",
9+
"@serialport/binding-abstract": "^2.0.2",
10+
"@serialport/parser-readline": "^2.0.2",
1111
"bindings": "^1.3.0",
1212
"debug": "^4.1.0",
1313
"nan": "^2.11.0",
1414
"prebuild-install": "^5.2.1"
1515
},
1616
"devDependencies": {
17-
"@serialport/binding-mock": "^2.0.1"
17+
"@serialport/binding-mock": "^2.0.2"
1818
},
1919
"engines": {
2020
"node": ">=6.0.0"

packages/list/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2018-11-27)
7+
8+
9+
### Features
10+
11+
* move cli tools to their own packages ([#1664](https://github.com/node-serialport/node-serialport/issues/1664)) ([103498e](https://github.com/node-serialport/node-serialport/commit/103498e)), closes [#1659](https://github.com/node-serialport/node-serialport/issues/1659)

packages/list/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@serialport/list",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "lib/list.js",
55
"bin": {
66
"serialport-list": "./lib/list.js"
77
},
88
"dependencies": {
9-
"commander": "^2.13.0",
10-
"@serialport/bindings": "^2.0.2"
9+
"@serialport/bindings": "^2.0.3",
10+
"commander": "^2.13.0"
1111
},
1212
"engines": {
1313
"node": ">=6.0.0"

packages/parser-byte-length/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-11-27)
7+
8+
**Note:** Version bump only for package @serialport/parser-byte-length
9+
10+
11+
12+
13+
614
<a name="2.0.1"></a>
715
## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-08-29)
816

packages/parser-byte-length/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serialport/parser-byte-length",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "byte-length.js",
55
"engines": {
66
"node": ">=6.0.0"

0 commit comments

Comments
 (0)