Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): v1.2.2
Browse files Browse the repository at this point in the history
asyncapi-bot committed Nov 19, 2023
1 parent ca8f2f8 commit eb95ba6
Showing 6 changed files with 89 additions and 101 deletions.
4 changes: 2 additions & 2 deletions library/package-lock.json

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

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.2.0",
"version": "1.2.2",
"private": false,
"description": "A React component for AsyncAPI specification.",
"repository": {
98 changes: 45 additions & 53 deletions playground/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
@@ -4,7 +4,7 @@
"description": "Playground app for AsyncApi React Component",
"homepage": "https://asyncapi.github.io/asyncapi-react",
"dependencies": {
"@asyncapi/react-component": "^1.2.0",
"@asyncapi/react-component": "^1.2.2",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
@@ -45,5 +45,5 @@
"last 1 safari version"
]
},
"version": "1.2.0"
"version": "1.2.2"
}
78 changes: 37 additions & 41 deletions web-component/package-lock.json
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.2.0",
"version": "1.2.2",
"private": false,
"description": "A web component for AsyncAPI specification. Based on @asyncapi/react-component.",
"repository": {
@@ -45,7 +45,7 @@
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
},
"dependencies": {
"@asyncapi/react-component": "^1.2.0",
"@asyncapi/react-component": "^1.2.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"web-react-components": "^1.4.2"

0 comments on commit eb95ba6

Please sign in to comment.