diff --git a/examples/bears-js/package.json b/examples/bears-js/package.json index b11511c..7d84160 100644 --- a/examples/bears-js/package.json +++ b/examples/bears-js/package.json @@ -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" } diff --git a/examples/bears-ts/package.json b/examples/bears-ts/package.json index 740aded..e48b37e 100644 --- a/examples/bears-ts/package.json +++ b/examples/bears-ts/package.json @@ -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" diff --git a/examples/task-manager/package.json b/examples/task-manager/package.json index 32575af..5c9e465 100644 --- a/examples/task-manager/package.json +++ b/examples/task-manager/package.json @@ -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" diff --git a/package.json b/package.json index 576c546..b96969f 100644 --- a/package.json +++ b/package.json @@ -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",