Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nezaj committed Sep 30, 2024
1 parent 73431fa commit c0ed562
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instantdb/admin",
"version": "v0.14.5",
"version": "v0.14.8",
"description": "Admin SDK for Instant DB",
"main": "dist/index.js",
"module": "dist/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instant-cli",
"type": "module",
"version": "v0.14.5",
"version": "v0.14.8",
"description": "Instant's CLI",
"scripts": {
"publish-package": "npm publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion client/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instantdb/core",
"version": "v0.14.5",
"version": "v0.14.8",
"description": "Instant's core local abstraction",
"main": "dist/index.js",
"module": "dist/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instantdb/react-native",
"version": "v0.14.5",
"version": "v0.14.8",
"description": "Instant DB for React Native",
"main": "dist/index.js",
"module": "dist/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instantdb/react",
"version": "v0.14.5",
"version": "v0.14.8",
"description": "Instant DB for React",
"main": "dist/index.js",
"module": "dist/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion client/version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.14.5
v0.14.8

0 comments on commit c0ed562

Please sign in to comment.