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]
 - @serialport/[email protected]
 - [email protected]
 - @serialport/[email protected]
 - @serialport/[email protected]
  • Loading branch information
reconbot committed Apr 27, 2019
1 parent ec04e90 commit 4c723cc
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 18 deletions.
8 changes: 8 additions & 0 deletions packages/binding-abstract/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.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)

**Note:** Version bump only for package @serialport/binding-abstract





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

**Note:** Version bump only for package @serialport/binding-abstract
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serialport/binding-abstract",
"version": "2.0.4",
"version": "2.0.5",
"main": "binding-abstract.js",
"keywords": [
"serialport-binding"
Expand Down
8 changes: 8 additions & 0 deletions packages/binding-mock/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.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)

**Note:** Version bump only for package @serialport/binding-mock





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

**Note:** Version bump only for package @serialport/binding-mock
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/binding-mock",
"version": "2.0.4",
"version": "2.0.5",
"main": "binding-mock.js",
"keywords": [
"serialport-binding"
],
"dependencies": {
"@serialport/binding-abstract": "^2.0.4",
"@serialport/binding-abstract": "^2.0.5",
"debug": "^4.1.1"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.8](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)


### Bug Fixes

* make node 12 work! ([00dc272](https://github.com/node-serialport/node-serialport/commit/00dc272))





## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@serialport/bindings",
"version": "2.0.7",
"version": "2.0.8",
"main": "lib",
"keywords": [
"serialport-binding"
],
"dependencies": {
"@serialport/binding-abstract": "^2.0.4",
"@serialport/binding-abstract": "^2.0.5",
"@serialport/parser-readline": "^2.0.2",
"bindings": "^1.3.0",
"debug": "^4.1.1",
"nan": "^2.13.2",
"prebuild-install": "^5.2.1"
},
"devDependencies": {
"@serialport/binding-mock": "^2.0.4"
"@serialport/binding-mock": "^2.0.5"
},
"engines": {
"node": ">=6.0.0"
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.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)

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





## [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
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.4",
"version": "1.1.5",
"main": "lib/list.js",
"bin": {
"serialport-list": "./lib/list.js"
},
"dependencies": {
"@serialport/bindings": "^2.0.7",
"@serialport/bindings": "^2.0.8",
"commander": "^2.13.0"
},
"engines": {
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.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)

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





## [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
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.4",
"version": "1.1.5",
"main": "lib/repl.js",
"bin": {
"serialport-repl": "./lib/repl.js"
},
"dependencies": {
"promirepl": "^2.0.1",
"serialport": "^7.1.4"
"serialport": "^7.1.5"
},
"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.5](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.5) (2019-04-27)

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





## [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
Expand Down
8 changes: 4 additions & 4 deletions packages/serialport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "7.1.4",
"version": "7.1.5",
"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 @@ -40,15 +40,15 @@
}
],
"dependencies": {
"@serialport/binding-mock": "^2.0.4",
"@serialport/bindings": "^2.0.7",
"@serialport/binding-mock": "^2.0.5",
"@serialport/bindings": "^2.0.8",
"@serialport/parser-byte-length": "^2.0.2",
"@serialport/parser-cctalk": "^2.0.2",
"@serialport/parser-delimiter": "^2.0.2",
"@serialport/parser-readline": "^2.0.2",
"@serialport/parser-ready": "^2.0.2",
"@serialport/parser-regex": "^2.0.2",
"@serialport/stream": "^2.0.4",
"@serialport/stream": "^2.0.5",
"debug": "^4.1.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stream/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.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)

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





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

**Note:** Version bump only for package @serialport/stream
Expand Down
4 changes: 2 additions & 2 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@serialport/stream",
"version": "2.0.4",
"version": "2.0.5",
"main": "stream.js",
"dependencies": {
"@serialport/binding-mock": "^2.0.4",
"@serialport/binding-mock": "^2.0.5",
"debug": "^4.1.1"
},
"engines": {
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.5](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-04-27)

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





## [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
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.4",
"version": "1.1.5",
"main": "lib/terminal.js",
"bin": {
"serialport-terminal": "./lib/terminal.js"
},
"dependencies": {
"commander": "^2.13.0",
"prompt-list": "^3.2.0",
"serialport": "^7.1.4"
"serialport": "^7.1.5"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 4c723cc

Please sign in to comment.