Skip to content

Commit 82aa366

Browse files
authoredApr 15, 2024··
chore(release): v1.4.6 (#985)
1 parent b19e4d1 commit 82aa366

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
 

‎library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/react-component",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"private": false,
55
"description": "A React component for AsyncAPI specification.",
66
"repository": {

‎package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"private": true,
55
"scripts": {
66
"build": "next build && touch out/.nojekyll",
@@ -9,7 +9,7 @@
99
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
1010
},
1111
"dependencies": {
12-
"@asyncapi/react-component": "^1.4.5",
12+
"@asyncapi/react-component": "^1.4.6",
1313
"@codemirror/lang-yaml": "^6.0.0",
1414
"@uiw/codemirror-theme-material": "^4.21.24",
1515
"@uiw/react-codemirror": "^4.21.24",

‎web-component/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/web-component",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"private": false,
55
"description": "A web component for AsyncAPI specification. Based on @asyncapi/react-component.",
66
"repository": {
@@ -44,7 +44,7 @@
4444
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
4545
},
4646
"dependencies": {
47-
"@asyncapi/react-component": "^1.4.5",
47+
"@asyncapi/react-component": "^1.4.6",
4848
"react": "^16.8.0",
4949
"react-dom": "^16.8.0",
5050
"web-react-components": "^1.4.2"

0 commit comments

Comments
 (0)
Please sign in to comment.