Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Nov 1, 2024
1 parent 83ab559 commit 126c966
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stalo/chrome-extension",
"version": "0.7.2",
"version": "0.7.3",
"type": "module",
"scripts": {
"build": "vite build",
"lint": "eslint"
},
"dependencies": {
"webext-bridge": "^6.0.1",
"stalo": "^0.7.2"
"stalo": "^0.7.3"
}
}
4 changes: 2 additions & 2 deletions devtools-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stalo/devtools-ui",
"version": "0.7.2",
"version": "0.7.3",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-icons": "^5.3.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"stalo": "^0.7.2"
"stalo": "^0.7.3"
},
"devDependencies": {
"@types/react-window": "^1.8.8"
Expand Down
12 changes: 6 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stalo",
"version": "0.7.2",
"version": "0.7.3",
"type": "module",
"scripts": {
"start": "npm run build && cd examples && vite --open",
Expand Down

0 comments on commit 126c966

Please sign in to comment.