Skip to content

Commit c247c43

Browse files
chore(release): publish packages
- @ya-modbus/cli@0.9.2 - @ya-modbus/device-profiler@0.7.3 - @ya-modbus/driver-ex9em@0.5.5 - @ya-modbus/driver-or-we-516@0.1.5 - @ya-modbus/driver-xymd1@0.5.5 - @ya-modbus/mqtt-bridge@0.8.3 - @ya-modbus/transport@0.7.2
1 parent 7259914 commit c247c43

15 files changed

Lines changed: 56 additions & 26 deletions

File tree

package-lock.json

Lines changed: 13 additions & 13 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: 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.9.2](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/cli@0.9.1...@ya-modbus/cli@0.9.2) (2026-02-11)
7+
8+
**Note:** Version bump only for package @ya-modbus/cli
9+
610
## [0.9.1](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/cli@0.9.0...@ya-modbus/cli@0.9.1) (2026-02-11)
711

812
### Bug Fixes

packages/cli/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/cli",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "CLI tool for testing and developing Modbus device drivers",
55
"type": "module",
66
"keywords": [
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@ya-modbus/driver-loader": "^0.7.1",
6767
"@ya-modbus/driver-types": "^0.7.1",
68-
"@ya-modbus/transport": "^0.7.1",
68+
"@ya-modbus/transport": "^0.7.2",
6969
"chalk": "^5.3.0",
7070
"cli-table3": "^0.6.3",
7171
"commander": "^14.0.2"

packages/device-profiler/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.7.3](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/device-profiler@0.7.2...@ya-modbus/device-profiler@0.7.3) (2026-02-11)
7+
8+
**Note:** Version bump only for package @ya-modbus/device-profiler
9+
610
## [0.7.2](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/device-profiler@0.7.1...@ya-modbus/device-profiler@0.7.2) (2026-02-11)
711

812
### Bug Fixes

packages/device-profiler/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/device-profiler",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "Device profiler for discovering Modbus register maps",
55
"license": "GPL-3.0-or-later",
66
"type": "module",
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@ya-modbus/driver-types": "^0.7.1",
54-
"@ya-modbus/transport": "^0.7.1",
54+
"@ya-modbus/transport": "^0.7.2",
5555
"chalk": "^5.3.0",
5656
"cli-table3": "^0.6.3",
5757
"commander": "^14.0.2"

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.5](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-ex9em@0.5.4...@ya-modbus/driver-ex9em@0.5.5) (2026-02-11)
7+
8+
**Note:** Version bump only for package @ya-modbus/driver-ex9em
9+
610
## [0.5.4](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-ex9em@0.5.3...@ya-modbus/driver-ex9em@0.5.4) (2026-02-11)
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.4",
3+
"version": "0.5.5",
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.9.1"
52+
"@ya-modbus/cli": "^0.9.2"
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.5](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-or-we-516@0.1.4...@ya-modbus/driver-or-we-516@0.1.5) (2026-02-11)
7+
8+
**Note:** Version bump only for package @ya-modbus/driver-or-we-516
9+
610
## [0.1.4](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-or-we-516@0.1.3...@ya-modbus/driver-or-we-516@0.1.4) (2026-02-11)
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.4",
3+
"version": "0.1.5",
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.9.1"
52+
"@ya-modbus/cli": "^0.9.2"
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.5](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-xymd1@0.5.4...@ya-modbus/driver-xymd1@0.5.5) (2026-02-11)
7+
8+
**Note:** Version bump only for package @ya-modbus/driver-xymd1
9+
610
## [0.5.4](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-xymd1@0.5.3...@ya-modbus/driver-xymd1@0.5.4) (2026-02-11)
711

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

0 commit comments

Comments
 (0)