@equinor/fusion-framework-cli 11.1.3 → 11.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 11.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3356](https://github.com/equinor/fusion-framework/pull/3356) [`2e47652`](https://github.com/equinor/fusion-framework/commit/2e47652aba8ab14dea62307953666d8f136d7ca0) Thanks [@odinr](https://github.com/odinr)! - Fix SemVer 2.0 compliance issue where build metadata was stripped from package versions.
|
|
8
|
+
|
|
9
|
+
- Disabled built-in normalization in `read-package-up` to preserve version build metadata
|
|
10
|
+
- Added manual package data normalization using `normalize-package-data` library
|
|
11
|
+
- Preserves original version with build metadata (e.g., `11.8.0+commit`) in app manifests
|
|
12
|
+
- Maintains backward compatibility with existing version formats
|
|
13
|
+
- Resolves issue where `+` build metadata was being stripped from versions in `app-manifest.json`
|
|
14
|
+
|
|
15
|
+
This fix enables proper SemVer 2.0 compliant versioning for applications built with the CLI.
|
|
16
|
+
|
|
17
|
+
Fixes https://github.com/equinor/fusion/issues/657
|
|
18
|
+
|
|
19
|
+
Thanks to [@v3gard](https://github.com/v3gard) for identifying and reporting this SemVer compliance issue.
|
|
20
|
+
|
|
3
21
|
## 11.1.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|