Skip to content

Commit

Permalink
v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jun 19, 2021
1 parent 4fbb973 commit 0f9bdb3
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* combine lint and test workflows and clean them up ([#2261](https://github.com/node-serialport/node-serialport/issues/2261)) ([0461285](https://github.com/node-serialport/node-serialport/commit/0461285f04b93034008cf6c22ac566d0a1a09571))
* Pin version numbers for all monorepo packages ([#2275](https://github.com/node-serialport/node-serialport/issues/2275)) ([4fbb973](https://github.com/node-serialport/node-serialport/commit/4fbb973e9ea7de4dd00494b9293a428ac1c3a1e2))





# [9.1.0](https://github.com/node-serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)


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.1.0"
"version": "9.2.0"
}
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.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





# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)


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.1.0",
"version": "9.2.0",
"main": "lib",
"keywords": [
"serialport-binding"
Expand Down
11 changes: 11 additions & 0 deletions packages/list/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.

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


### Features

* Pin version numbers for all monorepo packages ([#2275](https://github.com/serialport/node-serialport/issues/2275)) ([4fbb973](https://github.com/serialport/node-serialport/commit/4fbb973e9ea7de4dd00494b9293a428ac1c3a1e2))





# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

**Note:** Version bump only for package @serialport/list
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.1.0",
"version": "9.2.0",
"main": "lib",
"bin": {
"serialport-list": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "9.1.0",
"@serialport/bindings": "^9.2.0",
"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.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





# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

**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.1.0",
"version": "9.2.0",
"main": "lib",
"bin": {
"serialport-repl": "./lib/index.js"
},
"dependencies": {
"promirepl": "^2.0.1",
"serialport": "^9.1.0"
"serialport": "^9.2.0"
},
"engines": {
"node": ">=10.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/serialport/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.

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


### Features

* Pin version numbers for all monorepo packages ([#2275](https://github.com/serialport/node-serialport/issues/2275)) ([4fbb973](https://github.com/serialport/node-serialport/commit/4fbb973e9ea7de4dd00494b9293a428ac1c3a1e2))





# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

**Note:** Version bump only for package serialport
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.1.0",
"version": "9.2.0",
"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.1.0",
"@serialport/bindings": "^9.2.0",
"@serialport/parser-byte-length": "9.0.7",
"@serialport/parser-cctalk": "9.0.7",
"@serialport/parser-delimiter": "9.0.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/terminal/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.

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


### Features

* Pin version numbers for all monorepo packages ([#2275](https://github.com/serialport/node-serialport/issues/2275)) ([4fbb973](https://github.com/serialport/node-serialport/commit/4fbb973e9ea7de4dd00494b9293a428ac1c3a1e2))





# [9.1.0](https://github.com/serialport/node-serialport/compare/v9.0.8...v9.1.0) (2021-05-28)

**Note:** Version bump only for package @serialport/terminal
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.1.0",
"version": "9.2.0",
"main": "lib",
"bin": {
"serialport-terminal": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "9.1.0",
"@serialport/bindings": "^9.2.0",
"@serialport/stream": "9.0.7",
"commander": "^7.1.0",
"enquirer": "^2.3.5"
Expand Down

0 comments on commit 0f9bdb3

Please sign in to comment.