Skip to content

Commit 7382895

Browse files
Version Packages (#429)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ed5bb49 commit 7382895

File tree

8 files changed

+19
-22
lines changed

8 files changed

+19
-22
lines changed

.changeset/flat-toes-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-waves-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honest-mugs-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-coins-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/attachments/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/attachments
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 0094e52: Added option to download attachments
8+
39
## 2.1.2
410

511
### Patch Changes

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/attachments",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/drizzle-driver/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @powersync/drizzle-driver
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
- 53fd64e: Added support for casing option in the Drizzle schema helper functions.
9+
10+
### Patch Changes
11+
12+
- ed5bb49: Fixed a typing issue related to queries returning multiple results when used in `db.watch()`.
13+
314
## 0.2.0
415

516
### Minor Changes

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/drizzle-driver",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Drizzle driver for PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

0 commit comments

Comments
 (0)