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
HipsterBrown committed Jan 8, 2019
1 parent d92208b commit 8fc58a4
Show file tree
Hide file tree
Showing 16 changed files with 87 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.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





## [2.0.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)

**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.3",
"version": "2.0.4",
"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.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





## [2.0.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)

**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.3",
"version": "2.0.4",
"main": "binding-mock.js",
"keywords": [
"serialport-binding"
],
"dependencies": {
"@serialport/binding-abstract": "^2.0.3",
"@serialport/binding-abstract": "^2.0.4",
"debug": "^4.1.0"
},
"engines": {
Expand Down
13 changes: 13 additions & 0 deletions packages/bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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-01-08)


### Bug Fixes

* prebuild on mojave ([#1759](https://github.com/node-serialport/node-serialport/issues/1759)) ([d4f5128](https://github.com/node-serialport/node-serialport/commit/d4f5128)), closes [/github.com/nodejs/node/pull/23685#issuecomment-430408541](https://github.com//github.com/nodejs/node/pull/23685/issues/issuecomment-430408541)
* propagate async context in callbacks ([#1765](https://github.com/node-serialport/node-serialport/issues/1765)) ([9b5dbdb](https://github.com/node-serialport/node-serialport/commit/9b5dbdb)), closes [#1751](https://github.com/node-serialport/node-serialport/issues/1751)
* use correct casts to/from HANDLE/int ([#1766](https://github.com/node-serialport/node-serialport/issues/1766)) ([ce503b3](https://github.com/node-serialport/node-serialport/commit/ce503b3))





## [2.0.4](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)


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.4",
"version": "2.0.5",
"main": "lib",
"keywords": [
"serialport-binding"
],
"dependencies": {
"@serialport/binding-abstract": "^2.0.3",
"@serialport/binding-abstract": "^2.0.4",
"@serialport/parser-readline": "^2.0.2",
"bindings": "^1.3.0",
"debug": "^4.1.0",
"nan": "^2.12.1",
"prebuild-install": "^5.2.1"
},
"devDependencies": {
"@serialport/binding-mock": "^2.0.3"
"@serialport/binding-mock": "^2.0.4"
},
"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.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)

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





## [1.1.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)

**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.1",
"version": "1.1.2",
"main": "lib/list.js",
"bin": {
"serialport-list": "./lib/list.js"
},
"dependencies": {
"@serialport/bindings": "^2.0.4",
"@serialport/bindings": "^2.0.5",
"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.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)

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





## [1.1.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)

**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.1",
"version": "1.1.2",
"main": "lib/repl.js",
"bin": {
"serialport-repl": "./lib/repl.js"
},
"dependencies": {
"promirepl": "^1.0.1",
"serialport": "^7.1.1"
"serialport": "^7.1.2"
},
"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.2](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.2) (2019-01-08)

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





## [7.1.1](https://github.com/node-serialport/node-serialport/compare/[email protected]@7.1.1) (2018-12-19)

**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.1",
"version": "7.1.2",
"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.3",
"@serialport/bindings": "^2.0.4",
"@serialport/binding-mock": "^2.0.4",
"@serialport/bindings": "^2.0.5",
"@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.3",
"@serialport/stream": "^2.0.4",
"debug": "^4.1.0"
},
"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.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





## [2.0.3](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)

**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.3",
"version": "2.0.4",
"main": "stream.js",
"dependencies": {
"@serialport/binding-mock": "^2.0.3",
"@serialport/binding-mock": "^2.0.4",
"debug": "^4.1.0"
},
"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.2](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2019-01-08)

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





## [1.1.1](https://github.com/node-serialport/node-serialport/compare/@serialport/[email protected]...@serialport/[email protected]) (2018-12-19)

**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.1",
"version": "1.1.2",
"main": "lib/terminal.js",
"bin": {
"serialport-terminal": "./lib/terminal.js"
},
"dependencies": {
"commander": "^2.13.0",
"prompt-list": "^3.2.0",
"serialport": "^7.1.1"
"serialport": "^7.1.2"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 8fc58a4

Please sign in to comment.