Skip to content

Commit 5f02d90

Browse files
chore(release): publish packages
- @ya-modbus/cli@0.9.0 - @ya-modbus/driver-ex9em@0.5.3 - @ya-modbus/driver-or-we-516@0.1.3 - @ya-modbus/driver-xymd1@0.5.3
1 parent 85beba8 commit 5f02d90

9 files changed

Lines changed: 32 additions & 14 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/cli@0.8.0...@ya-modbus/cli@0.9.0) (2026-02-08)
7+
8+
### Features
9+
10+
- **cli:** add --parity and --baud-rate filters to discover command ([#332](https://github.com/groupsky/ya-modbus/issues/332)) ([85beba8](https://github.com/groupsky/ya-modbus/commit/85beba8de2db2eb65e10905c2d8e8e3efe44150d))
11+
612
# [0.8.0](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/cli@0.7.1...@ya-modbus/cli@0.8.0) (2026-02-08)
713

814
### Features

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "CLI tool for testing and developing Modbus device drivers",
55
"type": "module",
66
"keywords": [

packages/driver-ex9em/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.3](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-ex9em@0.5.2...@ya-modbus/driver-ex9em@0.5.3) (2026-02-08)
7+
8+
**Note:** Version bump only for package @ya-modbus/driver-ex9em
9+
610
## [0.5.2](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-ex9em@0.5.1...@ya-modbus/driver-ex9em@0.5.2) (2026-02-08)
711

812
**Note:** Version bump only for package @ya-modbus/driver-ex9em

packages/driver-ex9em/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/driver-ex9em",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "NOARK Ex9EM Energy Meter driver for ya-modbus",
55
"keywords": [
66
"modbus",
@@ -49,7 +49,7 @@
4949
"@ya-modbus/driver-types": "^0.7.1"
5050
},
5151
"devDependencies": {
52-
"@ya-modbus/cli": "^0.8.0"
52+
"@ya-modbus/cli": "^0.9.0"
5353
},
5454
"engines": {
5555
"node": ">=20.0.0"

packages/driver-or-we-516/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-or-we-516@0.1.2...@ya-modbus/driver-or-we-516@0.1.3) (2026-02-08)
7+
8+
**Note:** Version bump only for package @ya-modbus/driver-or-we-516
9+
610
## [0.1.2](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-or-we-516@0.1.1...@ya-modbus/driver-or-we-516@0.1.2) (2026-02-08)
711

812
**Note:** Version bump only for package @ya-modbus/driver-or-we-516

packages/driver-or-we-516/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/driver-or-we-516",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "ORNO OR-WE-516 3-phase energy meter driver for ya-modbus",
55
"keywords": [
66
"modbus",
@@ -49,7 +49,7 @@
4949
"@ya-modbus/driver-types": "^0.7.1"
5050
},
5151
"devDependencies": {
52-
"@ya-modbus/cli": "^0.8.0"
52+
"@ya-modbus/cli": "^0.9.0"
5353
},
5454
"engines": {
5555
"node": ">=20.0.0"

packages/driver-xymd1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.3](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-xymd1@0.5.2...@ya-modbus/driver-xymd1@0.5.3) (2026-02-08)
7+
8+
**Note:** Version bump only for package @ya-modbus/driver-xymd1
9+
610
## [0.5.2](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-xymd1@0.5.1...@ya-modbus/driver-xymd1@0.5.2) (2026-02-08)
711

812
**Note:** Version bump only for package @ya-modbus/driver-xymd1

packages/driver-xymd1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/driver-xymd1",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "XYMD1 Temperature and Humidity Sensor driver for ya-modbus",
55
"keywords": [
66
"modbus",
@@ -47,7 +47,7 @@
4747
"@ya-modbus/driver-types": "^0.7.1"
4848
},
4949
"devDependencies": {
50-
"@ya-modbus/cli": "^0.8.0"
50+
"@ya-modbus/cli": "^0.9.0"
5151
},
5252
"engines": {
5353
"node": ">=20.0.0"

0 commit comments

Comments
 (0)