Skip to content

Commit 30141ab

Browse files
committed
Publish
- @serialport/[email protected] - @serialport/[email protected] - @serialport/[email protected] - [email protected] - @serialport/[email protected]
1 parent 415891c commit 30141ab

File tree

10 files changed

+49
-9
lines changed

10 files changed

+49
-9
lines changed

packages/bindings/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.6](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)
7+
8+
**Note:** Version bump only for package @serialport/bindings
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)
715

816

packages/bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serialport/bindings",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"main": "lib",
55
"keywords": [
66
"serialport-binding"

packages/list/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+
## [1.1.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)
7+
8+
**Note:** Version bump only for package @serialport/list
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)
715

816
**Note:** Version bump only for package @serialport/list

packages/list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@serialport/list",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "lib/list.js",
55
"bin": {
66
"serialport-list": "./lib/list.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "^2.0.5",
9+
"@serialport/bindings": "^2.0.6",
1010
"commander": "^2.13.0"
1111
},
1212
"engines": {

packages/repl/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+
## [1.1.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)
7+
8+
**Note:** Version bump only for package @serialport/repl
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)
715

816
**Note:** Version bump only for package @serialport/repl

packages/repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@serialport/repl",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "lib/repl.js",
55
"bin": {
66
"serialport-repl": "./lib/repl.js"
77
},
88
"dependencies": {
99
"promirepl": "^1.0.1",
10-
"serialport": "^7.1.2"
10+
"serialport": "^7.1.3"
1111
},
1212
"engines": {
1313
"node": ">=6.0.0"

packages/serialport/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+
## [7.1.3](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.3) (2019-01-12)
7+
8+
**Note:** Version bump only for package serialport
9+
10+
11+
12+
13+
614
## [7.1.2](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.2) (2019-01-08)
715

816
**Note:** Version bump only for package serialport

packages/serialport/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
55
"main": "lib",
66
"repository": {
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@serialport/binding-mock": "^2.0.4",
44-
"@serialport/bindings": "^2.0.5",
44+
"@serialport/bindings": "^2.0.6",
4545
"@serialport/parser-byte-length": "^2.0.2",
4646
"@serialport/parser-cctalk": "^2.0.2",
4747
"@serialport/parser-delimiter": "^2.0.2",

packages/terminal/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+
## [1.1.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)
7+
8+
**Note:** Version bump only for package @serialport/terminal
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)
715

816
**Note:** Version bump only for package @serialport/terminal

packages/terminal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@serialport/terminal",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "lib/terminal.js",
55
"bin": {
66
"serialport-terminal": "./lib/terminal.js"
77
},
88
"dependencies": {
99
"commander": "^2.13.0",
1010
"prompt-list": "^3.2.0",
11-
"serialport": "^7.1.2"
11+
"serialport": "^7.1.3"
1212
},
1313
"engines": {
1414
"node": ">=6.0.0"

0 commit comments

Comments
 (0)