@squiz/dx-json-schema-lib 1.2.13-alpha.5 → 1.3.4-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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
+ ## [1.3.4-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.3.4-alpha.0) (2023-01-17)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.3.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.2...v1.3.3) (2023-01-17)
15
+
16
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.3.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.1...v1.3.2) (2023-01-17)
23
+
24
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.3.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.0...v1.3.1) (2023-01-17)
31
+
32
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
33
+
34
+
35
+
36
+
37
+
38
+ # [1.3.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.13-alpha.6...v1.3.0) (2023-01-17)
39
+
40
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
41
+
42
+
43
+
44
+
45
+
6
46
  ## [1.2.13-alpha.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.5) (2023-01-17)
7
47
 
8
48
  **Note:** Version bump only for package @squiz/dx-json-schema-lib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dx-json-schema-lib",
3
- "version": "1.2.13-alpha.5",
3
+ "version": "1.3.4-alpha.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -34,5 +34,5 @@
34
34
  "better-ajv-errors": "1.2.0",
35
35
  "json-schema-library": "7.4.4"
36
36
  },
37
- "gitHead": "8af3633fbd936c115299e5458ccc2f68e5102fb7"
37
+ "gitHead": "12041d8fcce4b406d9902c6304d2ee1c0fb1c73a"
38
38
  }