Skip to content

Commit 8fe44fb

Browse files
Version Packages (#251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42a661e commit 8fe44fb

File tree

21 files changed

+160
-91
lines changed

21 files changed

+160
-91
lines changed

.changeset/brave-owls-tease.md

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

.changeset/few-hounds-return.md

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

.changeset/many-clouds-tan.md

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

.changeset/nasty-timers-push.md

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

packages/attachments/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [32e342a]
12+
- Updated dependencies [02ae5de]
13+
- @powersync/common@1.15.0
14+
315
## 2.0.13
416

517
### Patch Changes

packages/attachments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/attachments",
3-
"version": "2.0.13",
3+
"version": "2.1.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -27,6 +27,6 @@
2727
"watch": "tsc -b -w"
2828
},
2929
"peerDependencies": {
30-
"@powersync/common": "workspace:^1.14.0"
30+
"@powersync/common": "workspace:^1.15.0"
3131
}
3232
}

packages/common/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- 02ae5de: Prebundling common package with the aim of reducing the need for polyfills.
8+
9+
### Patch Changes
10+
11+
- 32e342a: Fix: correctly apply SQLOpen flags. This fixes an issue where `PowerSyncDatabase` constructor `flags` options were not used when opening SQLite connections in web.
12+
313
## 1.14.0
414

515
### 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.14.0",
3+
"version": "1.15.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/kysely-driver/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 02ae5de: Prebundling dependencies with the aim of reducing the need for polyfills.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [32e342a]
12+
- Updated dependencies [02ae5de]
13+
- @powersync/common@1.15.0
14+
315
## 0.2.9
416

517
### Patch 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": "0.2.9",
3+
"version": "0.3.0",
44
"description": "Kysely driver for PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -25,7 +25,7 @@
2525
"test": "pnpm build && vitest"
2626
},
2727
"peerDependencies": {
28-
"@powersync/common": "workspace:^1.14.0"
28+
"@powersync/common": "workspace:^1.15.0"
2929
},
3030
"dependencies": {
3131
"kysely": "^0.27.2"

0 commit comments

Comments
 (0)