Skip to content

Commit

Permalink
Version 0.2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
steaks authored Nov 15, 2024
1 parent dd71d63 commit 768e30f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions examples/bears-js/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 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.2.0-rc.1",
"leo-query": "0.2.0",
"vite": "^5.4.1",
"zustand": "^4.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/bears-ts/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 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.2.0-rc.1",
"leo-query": "0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^4.5.4"
Expand Down
14 changes: 7 additions & 7 deletions examples/task-manager/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 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.2.0-rc.1",
"leo-query": "0.2.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "16.0.1",
Expand Down
4 changes: 2 additions & 2 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": "leo-query",
"version": "0.2.0-rc.1",
"version": "0.2.0",
"description": "A simple library to connect async queries to Zustand stores.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 768e30f

Please sign in to comment.