From c1f53907848ac73f00533e68032bf2cf1874c293 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Mar 2024 09:06:41 +0000 Subject: [PATCH] chore(release): cut the 5.0.0-alpha.89 release # [5.0.0-alpha.89](https://github.com/swagger-api/swagger-editor/compare/v5.0.0-alpha.88...v5.0.0-alpha.89) (2024-03-25) ### Bug Fixes * **monaco-language-apidom:** fix validation issues related to dereferencing ([#4847](https://github.com/swagger-api/swagger-editor/issues/4847)) ([b246122](https://github.com/swagger-api/swagger-editor/commit/b2461226448b5810594b7f92af3f42b4d468a41c)), closes [#4828](https://github.com/swagger-api/swagger-editor/issues/4828) * use @asyncapi/react-component@1.0.0-next.48 ([#4846](https://github.com/swagger-api/swagger-editor/issues/4846)) ([bf95220](https://github.com/swagger-api/swagger-editor/commit/bf95220bed6a0e79bfb2b34630d17ebf642b8c16)), closes [#4845](https://github.com/swagger-api/swagger-editor/issues/4845) ### Performance Improvements * **language-apidom:** improve performance of reference validation ([#4849](https://github.com/swagger-api/swagger-editor/issues/4849)) ([1ef9b96](https://github.com/swagger-api/swagger-editor/commit/1ef9b967abc51bc142c5f16d08a46dc1ea3c1efd)), closes [#4828](https://github.com/swagger-api/swagger-editor/issues/4828) --- 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 fc108a6736e..832e0b5037a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swagger-editor", - "version": "5.0.0-alpha.88", + "version": "5.0.0-alpha.89", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swagger-editor", - "version": "5.0.0-alpha.88", + "version": "5.0.0-alpha.89", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d099e9aac5d..5c93fc6f661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-editor", - "version": "5.0.0-alpha.88", + "version": "5.0.0-alpha.89", "contributors": [ "(in alphabetical order)", "Francesco Tumanischvili",