Skip to content

Commit

Permalink
Release v0.13.4 and v0.0.3@react
Browse files Browse the repository at this point in the history
  • Loading branch information
maradotwebp committed Oct 19, 2023
1 parent 40f5c9f commit de3bd8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkdb",
"version": "0.13.3",
"version": "0.14.0",
"description": "A lightning fast, in-memory database for client-side JS",
"main": "dist/index.js",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkdb/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "Auxiliary package for BlinkDB & React",
"main": "dist/index.js",
"author": "",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"peerDependencies": {
"blinkdb": "^0.13.0",
"blinkdb": "^0.14.0",
"react": "^18.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit de3bd8e

Please sign in to comment.