Skip to content

Commit 6e6db2a

Browse files
Version Packages (#771)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75d1595 commit 6e6db2a

File tree

27 files changed

+99
-38
lines changed

27 files changed

+99
-38
lines changed

.changeset/angry-planets-clean.md

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

.changeset/clever-keys-learn.md

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

.changeset/gorgeous-scissors-drive.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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [66218b2]
8+
- Updated dependencies [3af4a2c]
9+
- @powersync/common@1.42.0
10+
311
## 0.0.10
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.10",
3+
"version": "0.0.11",
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.41.1"
49+
"@powersync/common": "workspace:^1.42.0"
5050
},
5151
"devDependencies": {
5252
"@powersync/common": "workspace:*",

packages/capacitor/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 4c66487: Fixed readTransaction method throwing "not allowed in read-only mode" errors
8+
- @powersync/web@1.28.2
9+
310
## 0.1.2
411

512
### Patch Changes

packages/capacitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/capacitor",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Adds PowerSync Capacitor support for iOS/Android",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -71,7 +71,7 @@
7171
},
7272
"peerDependencies": {
7373
"@capacitor-community/sqlite": "^7.0.2",
74-
"@powersync/web": "workspace:^1.28.1"
74+
"@powersync/web": "workspace:^1.28.2"
7575
},
7676
"swiftlint": "@ionic/swiftlint-config",
7777
"capacitor": {

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.42.0
4+
5+
### Minor Changes
6+
7+
- 3af4a2c: Added auto incrementing operation_id column to Trigger based diff temporary tables and results. This allows for better operation ordering compared to using the previous timestamp column.
8+
9+
### Patch Changes
10+
11+
- 66218b2: Improved potential race condition when closing HTTP stream connections.
12+
313
## 1.41.1
414

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

0 commit comments

Comments
 (0)