Skip to content

Commit

Permalink
Publish v0.14.14 with optimistic attrs for lookups in links (instantd…
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel authored Oct 10, 2024
1 parent e911676 commit 6cadc42
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.13",
"version": "v0.14.14",
"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.13",
"version": "v0.14.14",
"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.13",
"version": "v0.14.14",
"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.13",
"version": "v0.14.14",
"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.13",
"version": "v0.14.14",
"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.13
v0.14.14

0 comments on commit 6cadc42

Please sign in to comment.