Skip to content

Commit 589f6f2

Browse files
committed
build(release): release v3.83.4-alpha.0
Bug fixes: - [PATCH] fix: fix pre-release deps detection (● 1a76e0b; πŸ‘¬ zdm) Code refactoring: - [PATCH] refactor: refactor package dependencies (● 2a80f6a; πŸ‘¬ zdm) - [PATCH] refactor: update pre-release deps parser (● 5e891de; πŸ‘¬ zdm) - [PATCH] refactor: update stream pipeline (● 7fcee5e, 478599d; πŸ‘¬ zdm) Other changes: - build(deps): bump @softvisio/core 7.175.0-alpha.0 (● 3a2bad2; πŸ‘¬ zdm) - chore(deps): update locked dependencies (● 4306fd5, 34ad62a, 9f7d135, 6915b19, 9a8f93e, 7c96ca8; πŸ‘¬ zdm) Compare with the previous release: v3.83.3 <v3.83.3...v3.83.4-alpha.0>
1 parent 1a76e0b commit 589f6f2

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
### v3.83.4-alpha.0 (2025-07-11)
4+
5+
**Bug fixes:**
6+
7+
- \[PATCH] fix: fix pre-release deps detection (● [1a76e0b](https://github.com/softvisio-node/cli/commit/1a76e0b4); πŸ‘¬ zdm)
8+
9+
**Code refactoring:**
10+
11+
- \[PATCH] refactor: refactor package dependencies (● [2a80f6a](https://github.com/softvisio-node/cli/commit/2a80f6a9); πŸ‘¬ zdm)
12+
13+
- \[PATCH] refactor: update pre-release deps parser (● [5e891de](https://github.com/softvisio-node/cli/commit/5e891deb); πŸ‘¬ zdm)
14+
15+
- \[PATCH] refactor: update stream pipeline (● [7fcee5e](https://github.com/softvisio-node/cli/commit/7fcee5e4), [478599d](https://github.com/softvisio-node/cli/commit/478599d8); πŸ‘¬ zdm)
16+
17+
**Other changes:**
18+
19+
- build(deps): bump @softvisio/core 7.175.0-alpha.0 (● [3a2bad2](https://github.com/softvisio-node/cli/commit/3a2bad27); πŸ‘¬ zdm)
20+
21+
- chore(deps): update locked dependencies (● [4306fd5](https://github.com/softvisio-node/cli/commit/4306fd54), [34ad62a](https://github.com/softvisio-node/cli/commit/34ad62a7), [9f7d135](https://github.com/softvisio-node/cli/commit/9f7d1353), [6915b19](https://github.com/softvisio-node/cli/commit/6915b198), [9a8f93e](https://github.com/softvisio-node/cli/commit/9a8f93ec), [7c96ca8](https://github.com/softvisio-node/cli/commit/7c96ca81); πŸ‘¬ zdm)
22+
23+
Compare with the previous release: [v3.83.3](https://github.com/softvisio-node/cli/compare/v3.83.3...v3.83.4-alpha.0)
24+
325
### v3.83.3 (2025-07-04)
426

527
**Bug fixes:**

β€Žnpm-shrinkwrap.jsonβ€Ž

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

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softvisio/cli",
3-
"version": "3.83.3",
3+
"version": "3.83.4-alpha.0",
44
"description": "Softisio CLI Tool",
55
"keywords": [
66
"softvisio",

0 commit comments

Comments
Β (0)