Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #6

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/moody-colts-ring.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-turtles-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-sheep-explain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/three-wasps-provide.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @triplit/client

## 0.0.37

### Patch Changes

- af14ded: - More flexible formatting of query options (ex order('created_at', 'DESC'))
- dfa258c: add api to react to socket connection changes
- af14ded: - Add fetch policy options
- Bug fixes
- Performance improvements
- Updated dependencies [af14ded]
- Updated dependencies [af14ded]
- @triplit/[email protected]

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplit/client",
"packageManager": "[email protected]",
"version": "0.0.36",
"version": "0.0.37",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @triplit/db

## 0.0.37

### Patch Changes

- af14ded: - Add support for date type
- Support deeply nested updates and migrations
- Allow additional data type options (nullable, default)
- af14ded: - Add fetch policy options
- Bug fixes
- Performance improvements

## 0.0.36

### Patch Changes
Expand Down
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": "@triplit/db",
"version": "0.0.36",
"version": "0.0.37",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @triplit/react

## 0.0.37

### Patch Changes

- af14ded: - Add fetch policy options
- Bug fixes
- Performance improvements
- Updated dependencies [af14ded]
- Updated dependencies [dfa258c]
- Updated dependencies [af14ded]
- @triplit/[email protected]

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplit/react",
"packageManager": "[email protected]",
"version": "0.0.36",
"version": "0.0.37",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down