Skip to content

Commit 5ea5996

Browse files
committed
0.7.13
1 parent f13feb4 commit 5ea5996

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

chrome-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stalo/chrome-extension",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"type": "module",
55
"scripts": {
66
"build": "vite build && zip -r stalo.zip dist",
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"webext-bridge": "^6.0.1",
12-
"stalo": "^0.7.12"
12+
"stalo": "^0.7.13"
1313
}
1414
}

devtools-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stalo/devtools-ui",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"description": "UI for stalo devtools",
55
"type": "module",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"react-icons": "^5.3.0",
3333
"react-virtualized-auto-sizer": "^1.0.24",
3434
"react-window": "^1.8.10",
35-
"stalo": "^0.7.12"
35+
"stalo": "^0.7.13"
3636
},
3737
"devDependencies": {
3838
"@types/react-window": "^1.8.8"

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stalo",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"type": "module",
55
"scripts": {
66
"start": "npm run build && npm -w devtools-ui run build && cd examples && vite --open",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "0.7.12";
1+
export const version = "0.7.13";

0 commit comments

Comments
 (0)