Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Jul 10, 2022
1 parent b486013 commit 9e91ff4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.5.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions packages/swr-devtools-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swr-devtools-extensions",
"private": "true",
"version": "0.5.0",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"react-dom": "^18.2.0",
"styled-components": "^5.3.5",
"swr": "^2.0.0-beta.6",
"swr-devtools": "^0.5.0",
"swr-devtools-panel": "^0.5.0",
"swr-devtools": "^1.0.0",
"swr-devtools-panel": "^1.0.0",
"webextension-polyfill": "^0.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/swr-devtools-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-devtools-panel",
"version": "0.5.0",
"version": "1.0.0",
"description": "A React component for the SWR DevTools panel",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"react-json-tree": "^0.17.0",
"swr-devtools": "^0.5.0"
"swr-devtools": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/swr-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-devtools",
"version": "0.5.0",
"version": "1.0.0",
"description": "A React component for SWR DevTools",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand Down

1 comment on commit 9e91ff4

@vercel
Copy link

@vercel vercel bot commented on 9e91ff4 Jul 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swr-devtools – ./

swr-devtools.vercel.app
swr-devtools-koba04.vercel.app
swr-devtools-git-main-koba04.vercel.app

Please sign in to comment.