Skip to content

Commit

Permalink
Merge pull request #2 from aspen-cloud/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wernst authored Aug 17, 2023
2 parents 3800a82 + 86e378e commit e90a6d7
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 45 deletions.
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/db@0.0.30

## 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/client@0.0.30

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

0 comments on commit e90a6d7

Please sign in to comment.