Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @serialport/[email protected]
 - @serialport/[email protected]
 - @serialport/[email protected]
 - @serialport/[email protected]
 - [email protected]
 - @serialport/[email protected]
  • Loading branch information
reconbot committed Jan 24, 2019
1 parent cbb8e41 commit da63804
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 10 deletions.
8 changes: 8 additions & 0 deletions packages/bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.7](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-24)

**Note:** Version bump only for package @serialport/bindings





## [2.0.6](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/bindings",
"version": "2.0.6",
"version": "2.0.7",
"main": "lib",
"keywords": [
"serialport-binding"
Expand Down
8 changes: 8 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-24)

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





## [1.1.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)

**Note:** Version bump only for package @serialport/list
Expand Down
4 changes: 2 additions & 2 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/list",
"version": "1.1.3",
"version": "1.1.4",
"main": "lib/list.js",
"bin": {
"serialport-list": "./lib/list.js"
},
"dependencies": {
"@serialport/bindings": "^2.0.6",
"@serialport/bindings": "^2.0.7",
"commander": "^2.13.0"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/parser-inter-byte-timeout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-01-24)


### Features

* inter byte timeout parser ([#1779](https://github.com/node-serialport/node-serialport/issues/1779)) ([cbb8e41](https://github.com/node-serialport/node-serialport/commit/cbb8e41))
2 changes: 1 addition & 1 deletion packages/parser-inter-byte-timeout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/parser-inter-byte-timeout",
"version": "1.0.0",
"version": "1.1.0",
"main": "inter-byte-timeout.js",
"engines": {
"node": ">=6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-24)

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





## [1.1.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)

**Note:** Version bump only for package @serialport/repl
Expand Down
4 changes: 2 additions & 2 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@serialport/repl",
"version": "1.1.3",
"version": "1.1.4",
"main": "lib/repl.js",
"bin": {
"serialport-repl": "./lib/repl.js"
},
"dependencies": {
"promirepl": "^1.0.1",
"serialport": "^7.1.3"
"serialport": "^7.1.4"
},
"engines": {
"node": ">=6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/serialport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.4](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.4) (2019-01-24)

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





## [7.1.3](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.3) (2019-01-12)

**Note:** Version bump only for package serialport
Expand Down
4 changes: 2 additions & 2 deletions packages/serialport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "7.1.3",
"version": "7.1.4",
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"dependencies": {
"@serialport/binding-mock": "^2.0.4",
"@serialport/bindings": "^2.0.6",
"@serialport/bindings": "^2.0.7",
"@serialport/parser-byte-length": "^2.0.2",
"@serialport/parser-cctalk": "^2.0.2",
"@serialport/parser-delimiter": "^2.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-24)

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





## [1.1.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-12)

**Note:** Version bump only for package @serialport/terminal
Expand Down
4 changes: 2 additions & 2 deletions packages/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@serialport/terminal",
"version": "1.1.3",
"version": "1.1.4",
"main": "lib/terminal.js",
"bin": {
"serialport-terminal": "./lib/terminal.js"
},
"dependencies": {
"commander": "^2.13.0",
"prompt-list": "^3.2.0",
"serialport": "^7.1.3"
"serialport": "^7.1.4"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit da63804

Please sign in to comment.