Skip to content

Commit 0615595

Browse files
authored
chore(release): v2.3.2 (#1087)
1 parent 8f3212d commit 0615595

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

0 commit comments

Comments
 (0)