Skip to content

Commit a41f1f3

Browse files
Version Packages
1 parent 14f45a7 commit a41f1f3

File tree

23 files changed

+81
-31
lines changed

23 files changed

+81
-31
lines changed

.changeset/young-bananas-heal.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [14f45a7]
8+
- @powersync/common@1.38.1
9+
310
## 0.0.5
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.5",
3+
"version": "0.0.6",
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.38.0"
48+
"@powersync/common": "workspace:^1.38.1"
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.38.1
4+
5+
### Patch Changes
6+
7+
- 14f45a7: Update TriggerManager trackTableDiff API example
8+
39
## 1.38.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.38.0",
3+
"version": "1.38.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
@@ -42,7 +42,7 @@
4242
"test:exports": "attw --pack ."
4343
},
4444
"peerDependencies": {
45-
"@powersync/common": "workspace:^1.38.0",
45+
"@powersync/common": "workspace:^1.38.1",
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.38.0"
45+
"@powersync/common": "workspace:^1.38.1"
4646
},
4747
"dependencies": {
4848
"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.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [14f45a7]
8+
- @powersync/common@1.38.1
9+
310
## 0.10.1
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.10.1",
3+
"version": "0.10.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -56,7 +56,7 @@
5656
},
5757
"homepage": "https://docs.powersync.com/",
5858
"peerDependencies": {
59-
"@powersync/common": "workspace:^1.38.0"
59+
"@powersync/common": "workspace:^1.38.1"
6060
},
6161
"dependencies": {
6262
"@powersync/better-sqlite3": "^0.2.0",

0 commit comments

Comments
 (0)