Skip to content

Commit f9e2e9c

Browse files
Version Packages (#782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b82867 commit f9e2e9c

File tree

23 files changed

+80
-25
lines changed

23 files changed

+80
-25
lines changed

.changeset/four-falcons-arrive.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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9b82867]
8+
- @powersync/common@1.43.1
9+
310
## 0.0.12
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.12",
3+
"version": "0.0.13",
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
@@ -46,7 +46,7 @@
4646
"test:exports": "attw --pack ."
4747
},
4848
"peerDependencies": {
49-
"@powersync/common": "workspace:^1.43.0"
49+
"@powersync/common": "workspace:^1.43.1"
5050
},
5151
"devDependencies": {
5252
"@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.43.1
4+
5+
### Patch Changes
6+
7+
- 9b82867: Fixed issue where using triggers could block syncing after performing uploads.
8+
39
## 1.43.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.43.0",
3+
"version": "1.43.1",
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
@@ -43,7 +43,7 @@
4343
"test:exports": "attw --pack ."
4444
},
4545
"peerDependencies": {
46-
"@powersync/common": "workspace:^1.43.0",
46+
"@powersync/common": "workspace:^1.43.1",
4747
"drizzle-orm": "<1.0.0"
4848
},
4949
"devDependencies": {

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:exports": "attw --pack ."
4444
},
4545
"peerDependencies": {
46-
"@powersync/common": "workspace:^1.43.0"
46+
"@powersync/common": "workspace:^1.43.1"
4747
},
4848
"dependencies": {
4949
"kysely": "^0.28.0"

packages/node/CHANGELOG.md

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

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9b82867]
8+
- @powersync/common@1.43.1
9+
310
## 0.14.2
411

512
### Patch Changes

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/node",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -57,7 +57,7 @@
5757
},
5858
"homepage": "https://docs.powersync.com/",
5959
"peerDependencies": {
60-
"@powersync/common": "workspace:^1.43.0",
60+
"@powersync/common": "workspace:^1.43.1",
6161
"better-sqlite3": "12.x"
6262
},
6363
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)