Skip to content
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/flat-toes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-waves-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-mugs-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-coins-leave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/attachments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/attachments

## 2.2.0

### Minor Changes

- 0094e52: Added option to download attachments

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/attachments",
"version": "2.1.2",
"version": "2.2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/drizzle-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/drizzle-driver

## 0.3.0

### Minor Changes

- a547fc6: Added support for column "mode" option. This allows the ORM to expose values as complex types such as JSON and Timestamp, but store them as primitives such as text and integer.
- 53fd64e: Added support for casing option in the Drizzle schema helper functions.

### Patch Changes

- ed5bb49: Fixed a typing issue related to queries returning multiple results when used in `db.watch()`.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/drizzle-driver",
"version": "0.2.0",
"version": "0.3.0",
"description": "Drizzle driver for PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down