From 29ea00c65596db4a1ce2bffba9370f71900d2d9d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 12:29:23 +0000 Subject: [PATCH] chore(release): v1.4.9 --- library/package.json | 2 +- package-lock.json | 10 +++++----- playground/package.json | 4 ++-- web-component/package.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/library/package.json b/library/package.json index 6ee5f8e8a..c9d7b51e3 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/react-component", - "version": "1.4.8", + "version": "1.4.9", "private": false, "description": "A React component for AsyncAPI specification.", "repository": { diff --git a/package-lock.json b/package-lock.json index f902785c4..6a29d6a67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ }, "library": { "name": "@asyncapi/react-component", - "version": "1.4.8", + "version": "1.4.9", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.22", @@ -27639,9 +27639,9 @@ } }, "playground": { - "version": "1.4.8", + "version": "1.4.9", "dependencies": { - "@asyncapi/react-component": "^1.4.8", + "@asyncapi/react-component": "^1.4.9", "@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.8", + "version": "1.4.9", "license": "Apache-2.0", "dependencies": { - "@asyncapi/react-component": "^1.4.8", + "@asyncapi/react-component": "^1.4.9", "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 8ddb79564..f3fc4d2bb 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "1.4.8", + "version": "1.4.9", "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.8", + "@asyncapi/react-component": "^1.4.9", "@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 322e0ab9b..ca8396f7a 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/web-component", - "version": "1.4.8", + "version": "1.4.9", "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.8", + "@asyncapi/react-component": "^1.4.9", "react": "^16.8.0", "react-dom": "^16.8.0", "web-react-components": "^1.4.2"