From 9d51bd179e04aa53b7a8438cc9ed756de210a9bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Jan 2023 12:48:14 +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 ([d3a73fd](https://github.com/swagger-api/swagger-js/commit/d3a73fd9a5ce0efcd6cdffd1af265cbdea10dd56)), 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)) ([945bf92](https://github.com/swagger-api/swagger-js/commit/945bf928fa3507709ef91a1863f3e55459f02ed9)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **normalization:** introduce normalization for OpenAPI 3.1.0 ([58981e4](https://github.com/swagger-api/swagger-js/commit/58981e45be41c0c131069b659ec857d721f718e6)), 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)) ([a4e6e52](https://github.com/swagger-api/swagger-js/commit/a4e6e52768ed75deecb66aee0b09df8c6b7563d6)), 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 ([dc5b833](https://github.com/swagger-api/swagger-js/commit/dc5b8337196ab5f708423f51386e88584a052ad6)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolve:** add ApiDOM OpenAPI 3.1.0 YAML 1.2 parser ([77504ec](https://github.com/swagger-api/swagger-js/commit/77504ecc07d70389282fb0d7259459d9041d2e52)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolve:** add ApiDOM resolver based on SwaggerClient HTTP client ([485bb01](https://github.com/swagger-api/swagger-js/commit/485bb019c875ebef90087101eaddd7e96252810e)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolve:** add ApiDOM YAML 1.2 parser ([db4737f](https://github.com/swagger-api/swagger-js/commit/db4737fa3bfac36cfa2bd3e6d344de2c1bb4dfa2)), closes [#2717](https://github.com/swagger-api/swagger-js/issues/2717) * **resolver:** add support for mode resolver option ([5e9cf3d](https://github.com/swagger-api/swagger-js/commit/5e9cf3d886d7c3feef0ec8030d26789070406c34)), closes [#2750](https://github.com/swagger-api/swagger-js/issues/2750) * **resolver:** add support for modelPropertyMacro option ([4f3ceda](https://github.com/swagger-api/swagger-js/commit/4f3ceda9997666b7f4064e5ab546ea946692d099)), closes [#2749](https://github.com/swagger-api/swagger-js/issues/2749) * **resolver:** add support for OpenAPI 3.1.0 resolution ([e04ead9](https://github.com/swagger-api/swagger-js/commit/e04ead9f2bd09313a21ea806065a9138db971638)), closes [#2744](https://github.com/swagger-api/swagger-js/issues/2744) * **resolver:** add support for parameterMacro option ([34f8a4b](https://github.com/swagger-api/swagger-js/commit/34f8a4b7e6082275576e9eaec4b423a222836a70)), closes [#2748](https://github.com/swagger-api/swagger-js/issues/2748) * **resolver:** add support for pathDiscriminator option ([e71c989](https://github.com/swagger-api/swagger-js/commit/e71c989e23eed1b90bd8d91c8f95650c3fc09ca4)), closes [#2753](https://github.com/swagger-api/swagger-js/issues/2753) * **resolver:** limit depth of dereference to max 100 ([09c589a](https://github.com/swagger-api/swagger-js/commit/09c589aaea144b8d75e873fe11ca7f39fb10a442)) * **subtree-resolver:** adapt to support OpenAPI 3.1.0 ([75083b6](https://github.com/swagger-api/swagger-js/commit/75083b66e15f29f149036af2bd9f86f17bbc957f)), closes [#2738](https://github.com/swagger-api/swagger-js/issues/2738) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 854f9808bd..3b28200d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swagger-client", - "version": "3.18.5", + "version": "3.19.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swagger-client", - "version": "3.18.5", + "version": "3.19.0-alpha.1", "bundleDependencies": [ "@swagger-api/apidom-core", "@swagger-api/apidom-reference", diff --git a/package.json b/package.json index 8ff044c636..4ebcab2915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-client", - "version": "3.18.5", + "version": "3.19.0-alpha.1", "description": "SwaggerJS - a collection of interfaces for OAI specs", "browser": { "./src/http/fold-formdata-to-request.node.js": "./src/http/fold-formdata-to-request.browser.js",