diff --git a/library/package.json b/library/package.json index d00de8f6e..bd1869337 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/react-component", - "version": "1.4.1", + "version": "1.4.2", "private": false, "description": "A React component for AsyncAPI specification.", "repository": { diff --git a/package-lock.json b/package-lock.json index 35e377c1f..802f1dc17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ }, "library": { "name": "@asyncapi/react-component", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.18", @@ -27639,9 +27639,9 @@ } }, "playground": { - "version": "1.4.1", + "version": "1.4.2", "dependencies": { - "@asyncapi/react-component": "^1.4.1", + "@asyncapi/react-component": "^1.4.2", "@codemirror/lang-yaml": "^6.0.0", "@uiw/codemirror-theme-material": "^4.21.24", "@uiw/react-codemirror": "^4.21.24", @@ -27854,10 +27854,10 @@ }, "web-component": { "name": "@asyncapi/web-component", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "dependencies": { - "@asyncapi/react-component": "^1.4.1", + "@asyncapi/react-component": "^1.4.2", "react": "^16.8.0", "react-dom": "^16.8.0", "web-react-components": "^1.4.2" diff --git a/playground/package.json b/playground/package.json index 7599569d7..266ea6624 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "1.4.1", + "version": "1.4.2", "private": true, "scripts": { "build": "next build && touch out/.nojekyll", @@ -9,7 +9,7 @@ "install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh" }, "dependencies": { - "@asyncapi/react-component": "^1.4.1", + "@asyncapi/react-component": "^1.4.2", "@codemirror/lang-yaml": "^6.0.0", "@uiw/codemirror-theme-material": "^4.21.24", "@uiw/react-codemirror": "^4.21.24", diff --git a/web-component/package.json b/web-component/package.json index a6099d1e8..822633a9a 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/web-component", - "version": "1.4.1", + "version": "1.4.2", "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": "^1.4.1", + "@asyncapi/react-component": "^1.4.2", "react": "^16.8.0", "react-dom": "^16.8.0", "web-react-components": "^1.4.2"