@socialgouv/modeles-social 4.86.13 → 4.86.22
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 +38 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.86.22](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.21...v4.86.22) (2022-11-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
9
|
+
|
|
10
|
+
## [4.86.21](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.20...v4.86.21) (2022-11-18)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
13
|
+
|
|
14
|
+
## [4.86.20](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.19...v4.86.20) (2022-11-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
17
|
+
|
|
18
|
+
## [4.86.19](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.18...v4.86.19) (2022-11-18)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **npm:** authentification and registration set ([22cd7b6](https://github.com/SocialGouv/code-du-travail-numerique/commit/22cd7b60e04a6450dca1d46bfae7738aa04d66f0))
|
|
23
|
+
|
|
24
|
+
## [4.86.18](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.17...v4.86.18) (2022-11-18)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
27
|
+
|
|
28
|
+
## [4.86.17](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.16...v4.86.17) (2022-11-18)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
31
|
+
|
|
32
|
+
## [4.86.16](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.15...v4.86.16) (2022-11-18)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
35
|
+
|
|
36
|
+
## [4.86.15](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.14...v4.86.15) (2022-11-18)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
39
|
+
|
|
40
|
+
## [4.86.14](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.13...v4.86.14) (2022-11-18)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
43
|
+
|
|
6
44
|
## [4.86.13](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.12...v4.86.13) (2022-11-18)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @socialgouv/modeles-social
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/modeles-social",
|
|
3
3
|
"publishConfig": {
|
|
4
|
-
"access": "public"
|
|
4
|
+
"access": "public",
|
|
5
|
+
"registry": "https://registry.npmjs.org/"
|
|
5
6
|
},
|
|
6
|
-
"version": "4.86.
|
|
7
|
+
"version": "4.86.22",
|
|
7
8
|
"description": "Les règles publicodes des simulateurs de code du travail numérique",
|
|
8
9
|
"main": "./lib/index.js",
|
|
9
10
|
"types": "./lib/index.d.ts",
|
|
@@ -45,5 +46,5 @@
|
|
|
45
46
|
"yarn lint --fix"
|
|
46
47
|
]
|
|
47
48
|
},
|
|
48
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "57b5667b691939ad9daa2cd112a4cd1b03ac405e"
|
|
49
50
|
}
|