From 5fc29df3347fa5713055147e82e2960fd35d6368 Mon Sep 17 00:00:00 2001 From: Mohan Kumar <121867882+ItshMoh@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:04:33 +0530 Subject: [PATCH 1/2] fix: external link will open in the same window (#1060) Co-authored-by: Cody's Dad <40604284+AceTheCreator@users.noreply.github.com>%0ACo-authored-by: asyncapi-bot --- library/src/components/Href.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/components/Href.tsx b/library/src/components/Href.tsx index fd5c3aff5..2b9ad33c0 100644 --- a/library/src/components/Href.tsx +++ b/library/src/components/Href.tsx @@ -15,7 +15,7 @@ export const Href: React.FunctionComponent = ({ }) => ( Date: Wed, 16 Oct 2024 14:50:14 +0200 Subject: [PATCH 2/2] chore(release): v2.3.4 (#1094) --- library/package.json | 2 +- package-lock.json | 6 +++--- web-component/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/package.json b/library/package.json index cb6227d68..db806d8e2 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/react-component", - "version": "2.3.3", + "version": "2.3.4", "private": false, "description": "A React component for AsyncAPI specification.", "repository": { diff --git a/package-lock.json b/package-lock.json index a974ab968..dab9318b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "library": { "name": "@asyncapi/react-component", - "version": "2.3.3", + "version": "2.3.4", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", @@ -27671,10 +27671,10 @@ }, "web-component": { "name": "@asyncapi/web-component", - "version": "2.3.3", + "version": "2.3.4", "license": "Apache-2.0", "dependencies": { - "@asyncapi/react-component": "^2.3.3", + "@asyncapi/react-component": "^2.3.4", "react": "^18.2.0", "react-dom": "^18.2.0", "web-react-components": "^1.4.2" diff --git a/web-component/package.json b/web-component/package.json index cfd89549e..def9c90e5 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/web-component", - "version": "2.3.3", + "version": "2.3.4", "private": false, "description": "A web component for AsyncAPI specification. Based on @asyncapi/react-component.", "repository": { @@ -44,7 +44,7 @@ "install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh" }, "dependencies": { - "@asyncapi/react-component": "^2.3.3", + "@asyncapi/react-component": "^2.3.4", "react": "^18.2.0", "react-dom": "^18.2.0", "web-react-components": "^1.4.2"