diff --git a/library/package.json b/library/package.json index db806d8e2..ff6f9f992 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/react-component", - "version": "2.3.4", + "version": "2.4.0", "private": false, "description": "A React component for AsyncAPI specification.", "repository": { diff --git a/library/src/containers/Info/Info.tsx b/library/src/containers/Info/Info.tsx index 790c78b9a..a32eeb269 100644 --- a/library/src/containers/Info/Info.tsx +++ b/library/src/containers/Info/Info.tsx @@ -77,6 +77,7 @@ export const Info: React.FunctionComponent = () => { {EXTERAL_DOCUMENTATION_TEXT} diff --git a/package-lock.json b/package-lock.json index dab9318b3..f8f5e6f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "library": { "name": "@asyncapi/react-component", - "version": "2.3.4", + "version": "2.4.0", "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.4", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/react-component": "^2.3.4", + "@asyncapi/react-component": "^2.4.0", "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 def9c90e5..6d7b908a0 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/web-component", - "version": "2.3.4", + "version": "2.4.0", "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.4", + "@asyncapi/react-component": "^2.4.0", "react": "^18.2.0", "react-dom": "^18.2.0", "web-react-components": "^1.4.2"