Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Nov 1, 2024
1 parent e4cc469 commit bc27df4
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.3",
"version": "0.7.4",
"type": "module",
"scripts": {
"build": "vite build",
"lint": "eslint"
},
"dependencies": {
"webext-bridge": "^6.0.1",
"stalo": "^0.7.3"
"stalo": "^0.7.4"
}
}
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.3",
"version": "0.7.4",
"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.3"
"stalo": "^0.7.4"
},
"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.3",
"version": "0.7.4",
"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.3";
export const version = "0.7.4";

0 comments on commit bc27df4

Please sign in to comment.