@squiz/dx-json-schema-lib 1.5.1-alpha.1 → 1.5.1-alpha.2

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.5.1-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.2) (2023-01-30)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.5.1-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.1) (2023-01-24)
7
15
 
8
16
  **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.5.1-alpha.1",
3
+ "version": "1.5.1-alpha.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "better-ajv-errors": "1.2.0",
36
36
  "json-schema-library": "7.4.4"
37
37
  },
38
- "gitHead": "c13280d14eb309774d081880dcd4d062e39d7c40"
38
+ "gitHead": "82eb67a6ed9fc16f7a81f8c18fdbbcfbdda71b59"
39
39
  }