Skip to content

Commit 98d6fd6

Browse files
authored
fix(release): bump versions to 0.2.0 to bypass npm 24h block (#148)
Reverts failed release commit and bumps all packages to 0.2.0 to bypass npm's 24-hour republish policy after previous failed release attempts.
1 parent c792634 commit 98d6fd6

21 files changed

Lines changed: 74 additions & 202 deletions

File tree

package-lock.json

Lines changed: 27 additions & 41 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: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,13 @@
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.0 (2026-01-04)
6+
# [0.2.0](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/cli@0.1.0...@ya-modbus/cli@0.2.0) (2026-01-04)
77

88
### Bug Fixes
99

10-
- **cli:** address review feedback for implicit driver detection ([d8eb571](https://github.com/groupsky/ya-modbus/commit/d8eb5716972ef3fea3fda1c92d37d69c6b0c263a))
11-
- **driver-xymd1:** update valid baud rates to 9600, 14400, and 19200 ([#47](https://github.com/groupsky/ya-modbus/issues/47)) ([d4460ed](https://github.com/groupsky/ya-modbus/commit/d4460ed8dfbf8312cc87fee994a94e7b5a94bdbb))
12-
- enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
1310
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
14-
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
15-
16-
### Features
17-
18-
- **cli:** add cross-validation for driver DEFAULT_CONFIG vs SUPPORTED_CONFIG ([#77](https://github.com/groupsky/ya-modbus/issues/77)) ([b904299](https://github.com/groupsky/ya-modbus/commit/b90429994fdd7a4a81605f74069773e84372ebb9)), closes [#56](https://github.com/groupsky/ya-modbus/issues/56)
19-
- **cli:** add driver DEFAULT_CONFIG and SUPPORTED_CONFIG support ([#54](https://github.com/groupsky/ya-modbus/issues/54)) ([e6b4314](https://github.com/groupsky/ya-modbus/commit/e6b4314bf2b9339aeed9c94adedd8b2bcdfe89ea)), closes [#51](https://github.com/groupsky/ya-modbus/issues/51) [56-#60](https://github.com/56-/issues/60) [#51](https://github.com/groupsky/ya-modbus/issues/51)
20-
- **cli:** Add interactive CLI tool for testing Modbus device drivers ([#17](https://github.com/groupsky/ya-modbus/issues/17)) ([0d86dd3](https://github.com/groupsky/ya-modbus/commit/0d86dd3da8ab391bf3246d3b01dc1457846b6301))
21-
- **cli:** add Modbus RTU device discovery command ([#67](https://github.com/groupsky/ya-modbus/issues/67)) ([6ce339d](https://github.com/groupsky/ya-modbus/commit/6ce339d3d4d42a5af3502d4bb9754cae0b672940))
22-
- **cli:** improve help organization with option and command groups ([#70](https://github.com/groupsky/ya-modbus/issues/70)) ([63b0dc0](https://github.com/groupsky/ya-modbus/commit/63b0dc0eebcc4cb6ee6cf5d79fc0f8d64d138eda))
23-
- **cli:** unify driver loading with implicit local detection ([b3544d4](https://github.com/groupsky/ya-modbus/commit/b3544d4a83c58edba78a5e7440bdda410a72f52f)), closes [#76](https://github.com/groupsky/ya-modbus/issues/76)
24-
- **drivers:** add multi-device driver support ([#75](https://github.com/groupsky/ya-modbus/issues/75)) ([eed4ed9](https://github.com/groupsky/ya-modbus/commit/eed4ed9f226453c9a5e1a782d0b89a52f324b85b))
25-
- **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
26-
- **transport:** extract transport package for code reusability ([#102](https://github.com/groupsky/ya-modbus/issues/102)) ([b3153bf](https://github.com/groupsky/ya-modbus/commit/b3153bf7a05fdfcab41d896cfdac64fd2defe107)), closes [#107](https://github.com/groupsky/ya-modbus/issues/107) [#108](https://github.com/groupsky/ya-modbus/issues/108) [#109](https://github.com/groupsky/ya-modbus/issues/109) [#91](https://github.com/groupsky/ya-modbus/issues/91)
2711

2812
### Reverts
2913

14+
- Revert "chore(release): publish packages" ([b0b722e](https://github.com/groupsky/ya-modbus/commit/b0b722e686f0466b2e2c58df4b1539a634b0fe12))
3015
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CLI tool for testing and developing Modbus device drivers",
55
"type": "module",
66
"keywords": [
@@ -44,9 +44,9 @@
4444
"node": ">=20.0.0"
4545
},
4646
"dependencies": {
47-
"@ya-modbus/driver-loader": "^0.1.0",
48-
"@ya-modbus/driver-types": "^0.1.0",
49-
"@ya-modbus/transport": "^0.1.0",
47+
"@ya-modbus/driver-loader": "^0.2.0",
48+
"@ya-modbus/driver-types": "^0.2.0",
49+
"@ya-modbus/transport": "^0.2.0",
5050
"chalk": "^5.3.0",
5151
"cli-table3": "^0.6.3",
5252
"commander": "^14.0.2"

packages/device-profiler/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
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.0 (2026-01-04)
6+
# [0.2.0](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/device-profiler@0.1.0...@ya-modbus/device-profiler@0.2.0) (2026-01-04)
77

88
### Bug Fixes
99

1010
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
11-
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
12-
13-
### Features
14-
15-
- **device-profiler:** implement core register scanning functionality ([#128](https://github.com/groupsky/ya-modbus/issues/128)) ([4526824](https://github.com/groupsky/ya-modbus/commit/4526824b26823f58d5a99ae37dc32ac73360fc41)), closes [#117](https://github.com/groupsky/ya-modbus/issues/117)
1611

1712
### Reverts
1813

14+
- Revert "chore(release): publish packages" ([b0b722e](https://github.com/groupsky/ya-modbus/commit/b0b722e686f0466b2e2c58df4b1539a634b0fe12))
1915
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

packages/device-profiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/device-profiler",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Device profiler for discovering Modbus register maps",
55
"license": "GPL-3.0-or-later",
66
"type": "module",
@@ -44,8 +44,8 @@
4444
"node": ">=20.0.0"
4545
},
4646
"dependencies": {
47-
"@ya-modbus/driver-types": "^0.1.0",
48-
"@ya-modbus/transport": "^0.1.0",
47+
"@ya-modbus/driver-types": "^0.2.0",
48+
"@ya-modbus/transport": "^0.2.0",
4949
"chalk": "^5.3.0",
5050
"cli-table3": "^0.6.3",
5151
"commander": "^14.0.2"

packages/driver-loader/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
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.0 (2026-01-04)
6+
# [0.2.0](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-loader@0.1.0...@ya-modbus/driver-loader@0.2.0) (2026-01-04)
77

88
### Bug Fixes
99

10-
- enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
1110
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
12-
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
13-
14-
### Features
15-
16-
- **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
1711

1812
### Reverts
1913

14+
- Revert "chore(release): publish packages" ([b0b722e](https://github.com/groupsky/ya-modbus/commit/b0b722e686f0466b2e2c58df4b1539a634b0fe12))
2015
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

packages/driver-loader/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-loader",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Dynamic driver loader for ya-modbus device drivers",
55
"keywords": [
66
"modbus",
@@ -44,7 +44,7 @@
4444
"lint": "eslint ."
4545
},
4646
"dependencies": {
47-
"@ya-modbus/driver-types": "^0.1.0"
47+
"@ya-modbus/driver-types": "^0.2.0"
4848
},
4949
"peerDependencies": {
5050
"jest": ">=29.0.0"

packages/driver-sdk/CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,13 @@
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.0 (2026-01-04)
6+
# [0.2.0](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-sdk@0.1.0...@ya-modbus/driver-sdk@0.2.0) (2026-01-04)
77

88
### Bug Fixes
99

10-
- enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
1110
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
12-
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
13-
- use tsc --build and add composite to all packages ([03b9752](https://github.com/groupsky/ya-modbus/commit/03b9752a8dae38ef40878f68c8f7d085a562c830))
14-
15-
### Features
16-
17-
- add Dependabot with auto-merge and optimize dependencies ([5386e2d](https://github.com/groupsky/ya-modbus/commit/5386e2deda665ee5491f45b092d7d1eecf7be0ed))
18-
- add XYMD1 temperature/humidity sensor driver ([64404e9](https://github.com/groupsky/ya-modbus/commit/64404e9dd838aa6f6c4589c0997bfbd7bdd52ce1))
19-
- **driver-sdk:** add reusable utilities for driver development ([#82](https://github.com/groupsky/ya-modbus/issues/82)) ([c018007](https://github.com/groupsky/ya-modbus/commit/c018007aeb082941f60c5aac5cc36d9490a49758))
20-
- **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
21-
- **transport:** extract transport package for code reusability ([#102](https://github.com/groupsky/ya-modbus/issues/102)) ([b3153bf](https://github.com/groupsky/ya-modbus/commit/b3153bf7a05fdfcab41d896cfdac64fd2defe107)), closes [#107](https://github.com/groupsky/ya-modbus/issues/107) [#108](https://github.com/groupsky/ya-modbus/issues/108) [#109](https://github.com/groupsky/ya-modbus/issues/109) [#91](https://github.com/groupsky/ya-modbus/issues/91)
2211

2312
### Reverts
2413

14+
- Revert "chore(release): publish packages" ([b0b722e](https://github.com/groupsky/ya-modbus/commit/b0b722e686f0466b2e2c58df4b1539a634b0fe12))
2515
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

0 commit comments

Comments
 (0)