Skip to content

Commit 949a7d8

Browse files
Version Packages (#732)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c94c40 commit 949a7d8

File tree

26 files changed

+565
-855
lines changed

26 files changed

+565
-855
lines changed

.changeset/ninety-bears-own.md

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

.changeset/olive-donkeys-exercise.md

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

.changeset/sharp-pans-sniff.md

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

packages/adapter-sql-js/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c2bc2c1]
8+
- @powersync/common@1.40.0
9+
310
## 0.0.7
411

512
### Patch Changes

packages/adapter-sql-js/package.json

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:exports": "attw --pack ."
4646
},
4747
"peerDependencies": {
48-
"@powersync/common": "workspace:^1.39.0"
48+
"@powersync/common": "workspace:^1.40.0"
4949
},
5050
"devDependencies": {
5151
"@powersync/common": "workspace:*",

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.40.0
4+
5+
### Minor Changes
6+
7+
- c2bc2c1: Exposed the connection and connection option used by `connect()`
8+
39
## 1.39.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.39.0",
3+
"version": "1.40.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test:exports": "attw --pack ."
4343
},
4444
"peerDependencies": {
45-
"@powersync/common": "workspace:^1.39.0",
45+
"@powersync/common": "workspace:^1.40.0",
4646
"drizzle-orm": "<1.0.0"
4747
},
4848
"devDependencies": {

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test:exports": "attw --pack ."
4343
},
4444
"peerDependencies": {
45-
"@powersync/common": "workspace:^1.39.0"
45+
"@powersync/common": "workspace:^1.40.0"
4646
},
4747
"dependencies": {
4848
"kysely": "^0.28.0"

0 commit comments

Comments
 (0)