Skip to content

Commit

Permalink
Version 0.1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
steaks authored Oct 2, 2024
1 parent 75efda5 commit 8fded70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/bears-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"leo-query": "0.0.1-alpha.15",
"leo-query": "0.1.0",
"vite": "^5.4.1",
"zustand": "^4.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/bears-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"leo-query": "0.0.1-alpha.15",
"leo-query": "0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/task-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@mui/x-data-grid": "^7.7.1",
"leo-query": "0.0.1-alpha.15",
"leo-query": "0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leo-query",
"version": "0.0.1-alpha.15",
"version": "0.1.0",
"description": "A simple library to connect async queries to Zustand stores.",
"main": "./index.js",
"types": "./types",
Expand Down

0 comments on commit 8fded70

Please sign in to comment.