Skip to content

Commit

Permalink
chore(release): v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Apr 18, 2024
1 parent b1e861b commit 29ea00c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.4.8",
"version": "1.4.9",
"private": true,
"scripts": {
"build": "next build && touch out/.nojekyll",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions web-component/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 29ea00c

Please sign in to comment.