Skip to content

Commit 4d6741f

Browse files
Merge branch 'master' into split_red
2 parents c553043 + 1212abf commit 4d6741f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

library/package.json

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/web-component",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
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": "^2.2.3",
47+
"@asyncapi/react-component": "^2.2.4",
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
5050
"web-react-components": "^1.4.2"

0 commit comments

Comments
 (0)