From cc4a77b4dba6deba7d67fc89411defe28f66794a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Jan 2023 17:34:30 +0000 Subject: [PATCH] chore(release): cut the 3.19.0-alpha.1 release [skip ci] # [3.19.0-alpha.1](https://github.com/swagger-api/swagger-js/compare/v3.18.5...v3.19.0-alpha.1) (2023-01-23) ### Bug Fixes * **resolver:** fix useCircularStructure option support in OpenAPI 3.1 ([f89a60f](https://github.com/swagger-api/swagger-js/commit/f89a60f37edeac1776d2c6102e7bcdcfa64d60c1)), closes [#2755](https://github.com/swagger-api/swagger-js/issues/2755) ### Features * add OpenAPI 3.1.0 dereference strategy ([#2740](https://github.com/swagger-api/swagger-js/issues/2740)) ([62b4745](https://github.com/swagger-api/swagger-js/commit/62b47456cf48bebad9c5678f2791f78fdd00971b)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * bundle ApiDOM dependencies ([85d234f](https://github.com/swagger-api/swagger-js/commit/85d234f9b1d6e0e3da6b28fab6c808e7e0ec47a6)) * **normalization:** introduce normalization for OpenAPI 3.1.0 ([35e53d5](https://github.com/swagger-api/swagger-js/commit/35e53d572bf55c83e27984637debbe2b65fa9017)), closes [#2743](https://github.com/swagger-api/swagger-js/issues/2743) * **resolve:** add ApiDOM JSON parser ([#2739](https://github.com/swagger-api/swagger-js/issues/2739)) ([0ce91cc](https://github.com/swagger-api/swagger-js/commit/0ce91cc902484a0aaff7dc498e8fd5e731eb9319)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) [#2718](https://github.com/swagger-api/swagger-js/issues/2718) * **resolve:** add ApiDOM OpenAPI 3.1.0 JSON parser ([f231a61](https://github.com/swagger-api/swagger-js/commit/f231a61e6fea7ad318223db47cd51a5a9a782194)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolve:** add ApiDOM OpenAPI 3.1.0 YAML 1.2 parser ([48340c6](https://github.com/swagger-api/swagger-js/commit/48340c62c254221eb8e403f7a81c95e5599a2616)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolve:** add ApiDOM resolver based on SwaggerClient HTTP client ([551c101](https://github.com/swagger-api/swagger-js/commit/551c1010f76d42c500cbc6523ecc6ec44cb13487)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolve:** add ApiDOM YAML 1.2 parser ([f9f9222](https://github.com/swagger-api/swagger-js/commit/f9f9222c52fb6870fd702b38c41aef682075b1f0)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolver:** add support for mode resolver option ([5dfaca4](https://github.com/swagger-api/swagger-js/commit/5dfaca4b1648ca1d126204a039eefdfd430e74bb)), closes [#2750](https://github.com/swagger-api/swagger-js/issues/2750) * **resolver:** add support for modelPropertyMacro option ([5b76f37](https://github.com/swagger-api/swagger-js/commit/5b76f370ae6d34b51e2339ece3932df478ecea6c)), closes [#2749](https://github.com/swagger-api/swagger-js/issues/2749) * **resolver:** add support for OpenAPI 3.1.0 resolution ([19ecbe4](https://github.com/swagger-api/swagger-js/commit/19ecbe432e9880063e14331694f3a1883c51cf50)), closes [#2744](https://github.com/swagger-api/swagger-js/issues/2744) * **resolver:** add support for parameterMacro option ([965ca7a](https://github.com/swagger-api/swagger-js/commit/965ca7a891a627979450976fb3f0f3ca9de53968)), closes [#2748](https://github.com/swagger-api/swagger-js/issues/2748) * **resolver:** add support for pathDiscriminator option ([bf6c109](https://github.com/swagger-api/swagger-js/commit/bf6c1099f4f607d729376553ba06673654a94c28)), closes [#2753](https://github.com/swagger-api/swagger-js/issues/2753) * **resolver:** limit depth of dereference to max 100 ([e1aaf54](https://github.com/swagger-api/swagger-js/commit/e1aaf549dccc5da9bc9137ba69948083be631a88)) * **subtree-resolver:** adapt to support OpenAPI 3.1.0 ([c20b526](https://github.com/swagger-api/swagger-js/commit/c20b5264fb5f5091ff2a13ea0194138cf115ab9a)), closes [#2738](https://github.com/swagger-api/swagger-js/issues/2738) --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index d48af91bf7..12617db125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "swagger-client", - "version": "3.18.5", + "version": "3.19.0-alpha.1", "bundleDependencies": [ "@swagger-api/apidom-core", "@swagger-api/apidom-reference",