@squiz/dx-json-schema-lib 1.2.13-alpha.0 → 1.2.13-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.2.13-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.2) (2023-01-13)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+ ## [1.2.13-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.1) (2023-01-13)
11
+
12
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
13
+
6
14
  ## [1.2.13-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.0) (2023-01-13)
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.2.13-alpha.0",
3
+ "version": "1.2.13-alpha.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -32,5 +32,5 @@
32
32
  "ajv-formats": "2.1.1",
33
33
  "better-ajv-errors": "1.2.0"
34
34
  },
35
- "gitHead": "811fbf59292dd00a2051036f1115cba5781828dd"
35
+ "gitHead": "f93643bf518d1d92d7ea3b44bd9114ca43358bf3"
36
36
  }