Skip to content

Commit

Permalink
v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Sep 3, 2021
1 parent c8ca2fc commit 76317d2
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 15 deletions.
8 changes: 8 additions & 0 deletions 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.

## [9.2.1](https://github.com/node-serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)

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





# [9.2.0](https://github.com/node-serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "9.2.0"
"version": "9.2.1"
}
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.

## [9.2.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)

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





# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)

**Note:** Version bump only for package @serialport/bindings
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.2.0",
"version": "9.2.1",
"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.

## [9.2.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)

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





# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.2.0",
"version": "9.2.1",
"main": "lib",
"bin": {
"serialport-list": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "^9.2.0",
"@serialport/bindings": "9.2.1",
"commander": "^7.1.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.

## [9.2.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)

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





# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)

**Note:** Version bump only for package @serialport/repl
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.2.0",
"version": "9.2.1",
"main": "lib",
"bin": {
"serialport-repl": "./lib/index.js"
},
"dependencies": {
"promirepl": "^2.0.1",
"serialport": "^9.2.0"
"serialport": "9.2.1"
},
"engines": {
"node": ">=10.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.

## [9.2.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)

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





# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/serialport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.2.0",
"version": "9.2.1",
"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 @@ -46,7 +46,7 @@
],
"dependencies": {
"@serialport/binding-mock": "9.0.7",
"@serialport/bindings": "^9.2.0",
"@serialport/bindings": "9.2.1",
"@serialport/parser-byte-length": "9.0.7",
"@serialport/parser-cctalk": "9.0.7",
"@serialport/parser-delimiter": "9.0.7",
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.

## [9.2.1](https://github.com/serialport/node-serialport/compare/v9.2.0...v9.2.1) (2021-09-03)

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





# [9.2.0](https://github.com/serialport/node-serialport/compare/v9.1.0...v9.2.0) (2021-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@serialport/terminal",
"version": "9.2.0",
"version": "9.2.1",
"main": "lib",
"bin": {
"serialport-terminal": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "^9.2.0",
"@serialport/bindings": "9.2.1",
"@serialport/stream": "9.0.7",
"commander": "^7.1.0",
"enquirer": "^2.3.5"
Expand Down

0 comments on commit 76317d2

Please sign in to comment.