Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Apr 4, 2024
1 parent 86d84a1 commit 13882ed
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/appwrite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"signaldb": "0.8.9",
"signaldb": "0.9.0",
"signaldb-plugin-maverickjs": "1.0.1",
"signaldb-react": "^1.0.1",
"typescript": "5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"signaldb": "0.8.9",
"signaldb": "0.9.0",
"signaldb-plugin-maverickjs": "1.0.1",
"signaldb-react": "^1.0.1",
"typescript": "5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/replication-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"signaldb": "0.8.9",
"signaldb": "0.9.0",
"signaldb-plugin-maverickjs": "^1.0.1",
"signaldb-react": "^1.0.1",
"typescript": "5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/rxdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "18.2.0",
"rxdb": "15.16.0",
"rxjs": "7.8.1",
"signaldb": "0.8.9",
"signaldb": "0.9.0",
"signaldb-plugin-maverickjs": "1.0.1",
"signaldb-react": "^1.0.1",
"typescript": "5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"signaldb": "0.8.9",
"signaldb": "0.9.0",
"signaldb-plugin-maverickjs": "^1.0.1",
"signaldb-react": "^1.0.1",
"typescript": "5.4.3"
Expand Down
34 changes: 29 additions & 5 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 packages/signaldb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signaldb",
"version": "0.8.9",
"version": "0.9.0",
"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"
Expand Down

0 comments on commit 13882ed

Please sign in to comment.