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 #2

Merged
merged 1 commit into from
Aug 17, 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
7 changes: 0 additions & 7 deletions .changeset/big-ladybugs-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-ravens-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-files-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-trees-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-jokes-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-pillows-whisper.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-bees-brake.md

This file was deleted.

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

## 0.0.30

### Patch Changes

- 33a1201: Add handlers for remote transaction status: onTxCommit() and onTxFailure()
Add helper methods for managing cache: retry() and rollback()
- eff6593: - Add helper methods on sync engine for managing connection
- 1a8f596: - Update dependencies
- 30aadee: - add rules and variables for authenticationa and authorization
- Auto disconnect query on syncing error
- Upgrade update api to immer style updates
- Updated dependencies [1a8f596]
- Updated dependencies [33a1201]
- Updated dependencies [30aadee]
- @triplit/[email protected]

## 0.0.28

### 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.29",
"version": "0.0.30",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @triplit/db

## 0.0.30

### Patch Changes

- 1a8f596: - Include the DB constructor as a default export
- 33a1201: Return transaction ids from update methods if an id is assigned
- 30aadee: - add rules and variables for authenticationa and authorization
- Auto disconnect query on syncing error
- Upgrade update api to immer style updates

## 0.0.28

### 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.29",
"version": "0.0.30",
"main": "dist/index.js",
"module": "dist/module.js",
"typings": "dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @triplit/react

## 0.0.30

### Patch Changes

- 33a1201: Add handlers for remote transaction status: onTxCommit() and onTxFailure()
Add helper methods for managing cache: retry() and rollback()
- 30aadee: - Pass errors to useQuery hook
- Add useEntity hook
- 1a8f596: - Update dependencies
- Updated dependencies [33a1201]
- Updated dependencies [eff6593]
- Updated dependencies [1a8f596]
- Updated dependencies [30aadee]
- @triplit/[email protected]

## 0.0.28

### 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.29",
"version": "0.0.30",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down