Skip to content

Commit 7344821

Browse files
authored
Bump library and documentation version to 0.2.0 (#29)
1 parent ebc9fcc commit 7344821

File tree

4 files changed

+153
-17
lines changed

4 files changed

+153
-17
lines changed

library/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/package.json

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

playground/package-lock.json

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

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "playground",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "Playground app for AsyncApi React Component",
66
"homepage": "https://www.asyncapi.com/asyncapi-react",
77
"dependencies": {
8-
"@kyma-project/asyncapi-react": "0.1.3",
8+
"@kyma-project/asyncapi-react": "0.2.0",
99
"codemirror": "^5.41.0",
1010
"re-resizable": "^4.10.0",
1111
"react": "^16.6.3",

0 commit comments

Comments
 (0)