Skip to content

Commit

Permalink
0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Feb 6, 2025
1 parent 70731d7 commit 6499300
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,6 +1,6 @@
{
"name": "@stalo/chrome-extension",
"version": "0.7.11",
"version": "0.7.12",
"type": "module",
"scripts": {
"build": "vite build && zip -r stalo.zip dist",
Expand All @@ -9,6 +9,6 @@
},
"dependencies": {
"webext-bridge": "^6.0.1",
"stalo": "^0.7.11"
"stalo": "^0.7.12"
}
}
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.11",
"version": "0.7.12",
"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.11"
"stalo": "^0.7.12"
},
"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.11",
"version": "0.7.12",
"type": "module",
"scripts": {
"start": "npm run build && npm -w devtools-ui 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.11";
export const version = "0.7.12";

0 comments on commit 6499300

Please sign in to comment.