Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Nov 3, 2024
1 parent fee1088 commit 0b664cc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.5",
"version": "0.7.6",
"type": "module",
"scripts": {
"build": "vite build",
"lint": "eslint"
},
"dependencies": {
"webext-bridge": "^6.0.1",
"stalo": "^0.7.5"
"stalo": "^0.7.6"
}
}
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.5",
"version": "0.7.6",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"react-icons": "^5.3.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"stalo": "^0.7.5"
"stalo": "^0.7.6"
},
"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.5",
"version": "0.7.6",
"type": "module",
"scripts": {
"start": "npm run build && cd examples && vite --open",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.7.5";
export const version = "0.7.6";

0 comments on commit 0b664cc

Please sign in to comment.