fcad-core-dragon 2.5.0-test.4 → 2.5.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/.gitlab-ci.yml CHANGED
@@ -1,4 +1,4 @@
1
- image: node:24.16.0
1
+ image: node:22
2
2
 
3
3
  stages:
4
4
  - install
@@ -79,6 +79,7 @@ run_components_test:
79
79
  #Deploy to npm
80
80
  publish_to_npm:
81
81
  stage: deploy
82
+ #image: node:22
82
83
  script:
83
84
  - echo " //registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
84
85
  - npm ci
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # [2.5.0-test.4](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/compare/v2.5.0-test.3...v2.5.0-test.4) (2026-06-17)
1
+ # [2.5.0](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/compare/v2.4.0...v2.5.0) (2026-06-17)
2
2
 
3
3
 
4
4
  ### Bug Fixes
@@ -7,28 +7,13 @@
7
7
  * **quiz:** correction ([2e45cd4](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/2e45cd4400abbf463dab2f5a86d87011959bd7a8))
8
8
  * **quiz:** correction enregistrer faute d'authographe ([c2d62cf](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/c2d62cf44c1adf15be8bb11808ef6412c5f94d72))
9
9
  * **quiz:** fix du quiz catégorie ([0732fd4](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/0732fd4fab65598506b871d98c6647aa193f8207))
10
-
11
- # [2.5.0-test.3](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/compare/v2.5.0-test.2...v2.5.0-test.3) (2026-06-15)
12
-
13
-
14
- ### Features
15
-
16
- * **fix:** correction du calcul du pourcentage de completion ([98b98ab](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/98b98ab6e55d15211d0bb58b7851cd63ce15ad25))
17
-
18
- # [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)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * **cicd:** setup trusted publishing to replace tokens ([f494991](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/f494991e8374e697b0857ffdfe20bbc735adf13d))
24
- * **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))
25
-
26
- # [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)
10
+ * **version:** correction realese version : 2.3.0-test.7 ([bdc59f6](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/bdc59f6366ee8814a2795136d627dc2f93b0a1ed))
27
11
 
28
12
 
29
13
  ### Features
30
14
 
31
15
  * **components:** Ajout nouveau composant categorieCheckBoxNx ([f8c64ce](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/f8c64ce9e001dd3e93d450b12715978db3dc04dc))
16
+ * **fix:** correction du calcul du pourcentage de completion ([98b98ab](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/commit/98b98ab6e55d15211d0bb58b7851cd63ce15ad25))
32
17
 
33
18
  ## [2.4.1-test.1](https://git.crosemont.qc.ca/fcad/core/fcad-core-2/compare/v2.4.0...v2.4.1-test.1) (2026-06-08)
34
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fcad-core-dragon",
3
- "version": "2.5.0-test.4",
3
+ "version": "2.5.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/main.js",