diff --git a/package-lock.json b/package-lock.json index 861cf554..74591208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17004,7 +17004,7 @@ }, "packages/react": { "name": "signaldb-react", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "devDependencies": { "@maverick-js/signals": "^6.0.0", diff --git a/packages/react/package.json b/packages/react/package.json index c18024a8..dbe61325 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "signaldb-react", - "version": "1.0.4", + "version": "1.0.5", "description": "SignalDB is a client-side database that provides a simple MongoDB-like interface to the data with first-class typescript support to achieve an optimistic UI. Data persistence can be achieved by using storage providers that store the data through a JSON interface to places such as localStorage.", "scripts": { "build": "rimraf dist && vite build"