fix: remove tag-version-prefix from .npmrc to correct version formatting in package.json

This commit is contained in:
Jiaxin Peng
2026-03-04 10:29:06 +00:00
parent 30e34e3f8c
commit 8502650033
2 changed files with 5 additions and 5 deletions

2
.npmrc
View File

@@ -1 +1 @@
tag-version-prefix="v" tag-version-prefix=""

View File

@@ -8,13 +8,13 @@
### Fixed ### Fixed
## v2.8.2 (2026-03-04) ## 2.8.2 (2026-03-04)
### Fixed ### Fixed
- Fixed version bump with `tag-version-prefix="v"` in `.npmrc` causing `v` to be included in the version number (e.g. `v2.8.2` instead of `2.8.2`) - Fixed version bump with `tag-version-prefix="v"` in `.npmrc` causing incorrect version format in `package.json` (e.g. `v2.8.1` instead of `2.8.1`)
## v2.8.1 (2026-03-04) ## 2.8.1 (2026-03-04)
### Added ### Added
@@ -28,7 +28,7 @@
- Auto-sync no longer shows "All blocks has been uploaded" (`BlockUploaded`) notice when success notices are disabled - Auto-sync no longer shows "All blocks has been uploaded" (`BlockUploaded`) notice when success notices are disabled
## v2.8.0 (2026-01-29) ## 2.8.0 (2026-01-29)
### Added ### Added