Skip to content

Commit f74aeab

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

File tree

26 files changed

+102
-43
lines changed

26 files changed

+102
-43
lines changed

.changeset/chilly-penguins-learn.md

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

.changeset/empty-glasses-camp.md

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

.changeset/young-bananas-heal.md

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

packages/adapter-sql-js/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a0ee132]
8+
- Updated dependencies [ba72a58]
9+
- @powersync/common@1.38.1
10+
311
## 0.0.5
412

513
### 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/common
22

3+
## 1.38.1
4+
5+
### Patch Changes
6+
7+
- a0ee132: Fixed potential race conditions in WatchedQueries when updateSettings is called frequently.
8+
- ba72a58: Update TriggerManager trackTableDiff API example
9+
310
## 1.38.0
411

512
### 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"

0 commit comments

Comments
 (0)