@equinor/fusion-framework-cli 14.0.3 → 14.1.0
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 +11 -0
- package/bin/build/bin.mjs +1 -1
- package/dist/esm/lib/utils/resolve-annotations.js +22 -3
- package/dist/esm/lib/utils/resolve-annotations.js.map +1 -1
- package/dist/esm/lib/utils/resolve-git-branch.js +18 -0
- package/dist/esm/lib/utils/resolve-git-branch.js.map +1 -0
- package/dist/esm/lib/utils/tests/resolve-annotations.test.js +153 -0
- package/dist/esm/lib/utils/tests/resolve-annotations.test.js.map +1 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/lib/utils/resolve-git-branch.d.ts +8 -0
- package/dist/types/lib/utils/tests/resolve-annotations.test.d.ts +1 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d63c376: Add branch annotations to generated manifests for local builds and GitHub Actions push events.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [ffe9b06]
|
|
12
|
+
- @equinor/fusion-framework-dev-portal@5.1.0
|
|
13
|
+
|
|
3
14
|
## 14.0.3
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|