Skip to content

Commit 4a8a175

Browse files
authored
chore(release): v2.6.3 (#1136)
1 parent 26f2d12 commit 4a8a175

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "2.6.2",
3+
"version": "2.6.3",
44
"private": false,
55
"description": "A React component for AsyncAPI specification.",
66
"repository": {

package-lock.json

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

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": "2.6.2",
3+
"version": "2.6.3",
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.6.2",
47+
"@asyncapi/react-component": "^2.6.3",
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
5050
"web-react-components": "^1.4.2"

0 commit comments

Comments
 (0)