Skip to content

Commit

Permalink
Version bump on 3 libraries: dexie, dexie-cloud-addon and dexie-react…
Browse files Browse the repository at this point in the history
…-hooks

Setting the three of them on the same alpha version
  • Loading branch information
David Fahlander committed Oct 11, 2024
1 parent 0a10bd9 commit 13116a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/dexie-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dexie-cloud-addon",
"version": "4.1.0-alpha.2",
"version": "4.1.0-alpha.3",
"description": "Dexie addon that syncs with to Dexie Cloud",
"main": "dist/umd/dexie-cloud-addon.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion libs/dexie-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dexie-react-hooks",
"version": "1.2.0-beta.1",
"version": "4.1.0-alpha.3",
"description": "React hooks for reactive data fetching using Dexie.js",
"main": "dist/dexie-react-hooks.js",
"typings": "dist/dexie-react-hooks.d.ts",
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": "dexie",
"version": "4.1.0-alpha.2",
"version": "4.1.0-alpha.3",
"description": "A Minimalistic Wrapper for IndexedDB",
"main": "dist/dexie.js",
"module": "dist/dexie.mjs",
Expand Down

0 comments on commit 13116a5

Please sign in to comment.