Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Mar 12, 2024
1 parent 178c579 commit 20c33ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/fireproof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/core",
"version": "0.17.6",
"version": "0.17.7",
"description": "Live database for the web.",
"type": "module",
"module": "./dist/browser/fireproof.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/fireproof/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "0.17.6";
export const PACKAGE_VERSION = "0.17.7";
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-fireproof",
"version": "0.17.9",
"version": "0.17.10",
"description": "Fireproof live database, JavaScript API and React hooks",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 20c33ee

Please sign in to comment.