Skip to content

Commit 3513514

Browse files
Version Packages (#427)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a70624 commit 3513514

File tree

21 files changed

+329
-384
lines changed

21 files changed

+329
-384
lines changed

.changeset/calm-baboons-worry.md

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

.changeset/empty-chefs-smell.md

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

.changeset/gold-beers-smoke.md

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

.changeset/tender-mugs-deliver.md

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

packages/common/CHANGELOG.md

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

3+
## 1.22.0
4+
5+
### Minor Changes
6+
7+
- 77a9ed2: Added `compilableQueryWatch()` utility function which allows any compilable query to be watched.
8+
39
## 1.21.0
410

511
### Minor Changes

packages/common/package.json

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

packages/drizzle-driver/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 77a9ed2: Added `watch()` function to Drizzle wrapper to support watched queries. This function invokes `execute()` on the Drizzle query which improves support for complex queries such as those which are relational.
8+
- 4a70624: Added helper `toPowersyncTable` function and `DrizzleAppSchema` constructor to convert a Drizzle schema into a PowerSync app schema.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [77a9ed2]
13+
- @powersync/common@1.22.0
14+
315
## 0.1.0
416

517
### Minor Changes

packages/drizzle-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/drizzle-driver",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Drizzle driver for PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -26,7 +26,7 @@
2626
"test": "vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.19.0",
29+
"@powersync/common": "workspace:^1.22.0",
3030
"drizzle-orm": "<1.0.0"
3131
},
3232
"devDependencies": {

packages/kysely-driver/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 77a9ed2: Added `watch()` function to Kysely wrapper to support watched queries. This function invokes `execute()` on the Kysely query which improves support for complex queries and Kysely plugins.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [77a9ed2]
12+
- @powersync/common@1.22.0
13+
314
## 1.0.0
415

516
### Major Changes

packages/kysely-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/kysely-driver",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Kysely driver for PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -26,7 +26,7 @@
2626
"test": "pnpm build && vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.21.0"
29+
"@powersync/common": "workspace:^1.22.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

0 commit comments

Comments
 (0)