Skip to content

Commit

Permalink
0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 27, 2024
1 parent 8d702ee commit c08d113
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.6.11",
"version": "0.6.12",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"monaco-editor": "^0.52.0",
"react-icons": "^5.3.0",
"react-virtualized": "^9.22.5",
"stalo": "^0.6.11"
"stalo": "^0.6.12"
},
"devDependencies": {
"@types/react-virtualized": "^9.21.30"
Expand Down
8 changes: 4 additions & 4 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.6.11",
"version": "0.6.12",
"type": "module",
"scripts": {
"start": "npm run build && vite --open",
Expand Down

0 comments on commit c08d113

Please sign in to comment.