Skip to content

Commit 6936c78

Browse files
authoredJul 3, 2024··
chore(release): v2.1.0 (#1028)
1 parent 282829f commit 6936c78

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

0 commit comments

Comments
 (0)
Please sign in to comment.