@finnair/v-validation-moment 3.0.0 → 3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -50
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,15 +3,7 @@
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
- # [3.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
7
-
8
- **Note:** Version bump only for package @finnair/v-validation-moment
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-alpha.2](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.2) (2022-09-28)
6
+ # [3.1.0](https://github.com/finnair/v-validation/compare/v3.0.0...v3.1.0) (2022-10-24)
15
7
 
16
8
  **Note:** Version bump only for package @finnair/v-validation-moment
17
9
 
@@ -19,73 +11,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
11
 
20
12
 
21
13
 
22
- # [3.0.0-alpha.1](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.1) (2022-09-26)
23
-
24
- **Note:** Version bump only for package @finnair/v-validation-moment
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-alpha.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.0) (2022-09-26)
31
-
32
- **Note:** Version bump only for package @finnair/v-validation-moment
33
-
34
-
14
+ # [3.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
35
15
 
16
+ ### Features
36
17
 
18
+ - Use Object.freeze to ensure Validator immutability.
37
19
 
38
20
  # [2.0.0](https://github.com/finnair/v-validation/compare/v1.1.0...v2.0.0) (2022-09-08)
39
21
 
40
22
  **Note:** Version bump only for package @finnair/v-validation-moment
41
23
 
42
-
43
-
44
-
45
-
46
24
  # [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)
47
25
 
48
-
49
26
  ### Features
50
27
 
51
- * Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
52
-
53
-
54
-
55
-
28
+ - Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
56
29
 
57
30
  # [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)
58
31
 
59
-
60
32
  ### Features
61
33
 
62
- * Support for Luxon ([00d0a8e](https://github.com/finnair/v-validation/commit/00d0a8e8c8de46bfeb3502f51bb8cd5a3627070e))
63
-
64
-
65
-
66
-
34
+ - Support for Luxon ([00d0a8e](https://github.com/finnair/v-validation/commit/00d0a8e8c8de46bfeb3502f51bb8cd5a3627070e))
67
35
 
68
36
  # [1.1.0-alpha.5](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.5) (2022-08-16)
69
37
 
70
-
71
38
  ### Features
72
39
 
73
- * Support for Luxon ([6a243f0](https://github.com/finnair/v-validation/commit/6a243f043db2ca6700180eb758a08d8edfe1e538))
74
-
75
-
76
-
77
-
40
+ - Support for Luxon ([6a243f0](https://github.com/finnair/v-validation/commit/6a243f043db2ca6700180eb758a08d8edfe1e538))
78
41
 
79
42
  # [1.1.0-alpha.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.0) (2022-08-12)
80
43
 
81
-
82
44
  ### Features
83
45
 
84
- * Support for Luxon ([6f982df](https://github.com/finnair/v-validation/commit/6f982df9b55395e953069914c93fef677dec171e))
85
-
86
-
87
-
88
-
46
+ - Support for Luxon ([6f982df](https://github.com/finnair/v-validation/commit/6f982df9b55395e953069914c93fef677dec171e))
89
47
 
90
48
  ## [1.0.1](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.1) (2022-01-20)
91
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finnair/v-validation-moment",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "private": false,
5
5
  "description": "Moment validators",
6
6
  "main": "dist/index.js",
@@ -25,11 +25,11 @@
25
25
  "build": "tsc -b ."
26
26
  },
27
27
  "dependencies": {
28
- "@finnair/path": "^3.0.0",
29
- "@finnair/v-validation": "^3.0.0"
28
+ "@finnair/path": "^3.1.0",
29
+ "@finnair/v-validation": "^3.1.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "moment": "^2.29.1"
33
33
  },
34
- "gitHead": "597b85f1fcef99722bccf47c6d30260973d6d88c"
34
+ "gitHead": "5182a63fa61cc1f5c8991e1482c5bbffe14798c3"
35
35
  }