Skip to content

Commit

Permalink
released v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 23, 2023
1 parent 6313cc9 commit d502b40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-iframe",
"version": "1.0.1",
"version": "1.0.2",
"description": "This component allows you to wrap your entire React application or each component in an iFrame.",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-iframe",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.1",
"version": "1.0.2",
"packages": ["website", "core"]
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "website",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"start": "kkt start",
"build": "kkt build"
},
"license": "MIT",
"dependencies": {
"@uiw/react-iframe": "1.0.1",
"@uiw/react-iframe": "1.0.2",
"@uiw/react-markdown-preview-example": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit d502b40

Please sign in to comment.