Skip to content

Commit 9367240

Browse files
committed
build(release): release v3.83.0-alpha.1
Bug fixes: - [PATCH] fix: fix deps locks commit (● b68fe2e; πŸ‘¬ zdm) - [PATCH] fix: fix outdated dependency detection (● e0061d1; πŸ‘¬ zdm) - [PATCH] fix: remove useless log (● dd8e3ac; πŸ‘¬ zdm) Code refactoring: - [PATCH] refactor: add cli negated shorts (● a6fd76a; πŸ‘¬ zdm) Other changes: - chore(deps): update locked dependencies (● f35bd90, 184f009, edd42ee, 0237ae6, c0dfe31, c417758; πŸ‘¬ zdm) Compare with the previous release: v3.83.0-alpha.0 <v3.83.0-alpha.0...v3.83.0-alpha.1>
1 parent f35bd90 commit 9367240

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

3+
### v3.83.0-alpha.1 (2025-07-02)
4+
5+
**Bug fixes:**
6+
7+
- \[PATCH] fix: fix deps locks commit (● [b68fe2e](https://github.com/softvisio-node/cli/commit/b68fe2e7); πŸ‘¬ zdm)
8+
9+
- \[PATCH] fix: fix outdated dependency detection (● [e0061d1](https://github.com/softvisio-node/cli/commit/e0061d17); πŸ‘¬ zdm)
10+
11+
- \[PATCH] fix: remove useless log (● [dd8e3ac](https://github.com/softvisio-node/cli/commit/dd8e3acb); πŸ‘¬ zdm)
12+
13+
**Code refactoring:**
14+
15+
- \[PATCH] refactor: add cli negated shorts (● [a6fd76a](https://github.com/softvisio-node/cli/commit/a6fd76a0); πŸ‘¬ zdm)
16+
17+
**Other changes:**
18+
19+
- chore(deps): update locked dependencies (● [f35bd90](https://github.com/softvisio-node/cli/commit/f35bd909), [184f009](https://github.com/softvisio-node/cli/commit/184f009c), [edd42ee](https://github.com/softvisio-node/cli/commit/edd42eeb), [0237ae6](https://github.com/softvisio-node/cli/commit/0237ae6c), [c0dfe31](https://github.com/softvisio-node/cli/commit/c0dfe31a), [c417758](https://github.com/softvisio-node/cli/commit/c417758d); πŸ‘¬ zdm)
20+
21+
Compare with the previous release: [v3.83.0-alpha.0](https://github.com/softvisio-node/cli/compare/v3.83.0-alpha.0...v3.83.0-alpha.1)
22+
323
### v3.83.0-alpha.0 (2025-06-30)
424

525
**New features:**

β€Ž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.0-alpha.0",
3+
"version": "3.83.0-alpha.1",
44
"description": "Softisio CLI Tool",
55
"keywords": [
66
"softvisio",

0 commit comments

Comments
Β (0)