Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2023
1 parent 9a148c0 commit 35f8a3a
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-ladybugs-dress.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.

12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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
- Updated dependencies [1a8f596]
- Updated dependencies [33a1201]
- @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",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @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

## 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,7 +1,7 @@
{
"name": "@triplit/db",
"type": "module",
"version": "0.0.29",
"version": "0.0.30",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
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.30

### Patch Changes

- 33a1201: Add handlers for remote transaction status: onTxCommit() and onTxFailure()
Add helper methods for managing cache: retry() and rollback()
- 1a8f596: - Update dependencies
- Updated dependencies [33a1201]
- Updated dependencies [eff6593]
- Updated dependencies [1a8f596]
- @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",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 35f8a3a

Please sign in to comment.