@swagger-api/apidom-parser-adapter-json-schema-json-2020-12 1.0.2 → 1.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 +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.1.0](https://github.com/swagger-api/apidom/compare/v1.0.2...v1.1.0) (2025-12-19)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-json-2020-12
9
+
6
10
  ## [1.0.2](https://github.com/swagger-api/apidom/compare/v1.0.1...v1.0.2) (2025-12-16)
7
11
 
8
12
  ### Reverts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-parser-adapter-json-schema-json-2020-12",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Parser adapter for parsing JSON documents into JSON Schema 2020-12 namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -38,9 +38,9 @@
38
38
  "license": "Apache-2.0",
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "^7.26.10",
41
- "@swagger-api/apidom-core": "^1.0.2",
42
- "@swagger-api/apidom-ns-json-schema-2020-12": "^1.0.2",
43
- "@swagger-api/apidom-parser-adapter-json": "^1.0.2",
41
+ "@swagger-api/apidom-core": "^1.1.0",
42
+ "@swagger-api/apidom-ns-json-schema-2020-12": "^1.1.0",
43
+ "@swagger-api/apidom-parser-adapter-json": "^1.1.0",
44
44
  "@types/ramda": "~0.30.0",
45
45
  "ramda": "~0.30.0",
46
46
  "ramda-adjunct": "^5.0.0"
@@ -55,5 +55,5 @@
55
55
  "README.md",
56
56
  "CHANGELOG.md"
57
57
  ],
58
- "gitHead": "bf222645d2d18aa4aa161ab650a1ef13027ab7e6"
58
+ "gitHead": "b8fcc23c7b82e06a2dd3e121d551438b07028ee8"
59
59
  }