fcad-core-dragon 2.5.0-test.1 → 2.5.0-test.2
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/.gitlab-ci.yml +1 -2
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/.gitlab-ci.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
image: node:
|
|
1
|
+
image: node:24.16.0
|
|
2
2
|
|
|
3
3
|
stages:
|
|
4
4
|
- install
|
|
@@ -79,7 +79,6 @@ run_components_test:
|
|
|
79
79
|
#Deploy to npm
|
|
80
80
|
publish_to_npm:
|
|
81
81
|
stage: deploy
|
|
82
|
-
#image: node:22
|
|
83
82
|
script:
|
|
84
83
|
- echo " //registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
|
85
84
|
- npm ci
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [2.5.0-test.2](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/compare/v2.5.0-test.1...v2.5.0-test.2) (2026-06-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **cicd:** setup trusted publishing to replace tokens ([f494991](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/f494991e8374e697b0857ffdfe20bbc735adf13d))
|
|
7
|
+
* **cicd:** setup trusted publishing to replace tokens + update node image in CICD ([588ee4e](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/588ee4e96d5f72c1bb3a5c2e6e17528d6422ae9a))
|
|
8
|
+
|
|
1
9
|
# [2.5.0-test.1](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/compare/v2.4.1-test.1...v2.5.0-test.1) (2026-06-08)
|
|
2
10
|
|
|
3
11
|
|