Skip to content

Commit 60514ac

Browse files
Merge pull request #17 from journeyapps/changeset-release/main
Version Packages
2 parents 9f45772 + 433a3d4 commit 60514ac

File tree

11 files changed

+54
-39
lines changed

11 files changed

+54
-39
lines changed

.changeset/chilled-walls-promise.md

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

.changeset/dry-pets-yawn.md

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

.changeset/fair-planes-walk.md

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

.changeset/friendly-shrimps-fry.md

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

.changeset/strong-moose-applaud.md

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

packages/powersync-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @journeyapps/powersync-react
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ca458d3]
8+
- Updated dependencies [b125f75]
9+
- Updated dependencies [ab9957b]
10+
- Updated dependencies [413a4d0]
11+
- @journeyapps/powersync-sdk-common@0.0.2
12+
313
## 0.0.1
414

515
### Patch Changes

packages/powersync-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps/powersync-react",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://docs.powersync.co/resources/api-reference",
2626
"dependencies": {
27-
"@journeyapps/powersync-sdk-common": "^0.0.1"
27+
"@journeyapps/powersync-sdk-common": "^0.0.2"
2828
},
2929
"peerDependencies": {
3030
"react": "*"

packages/powersync-sdk-common/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @journeyapps/powersync-sdk-common
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- ca458d3: Updated logic to correspond with React Native Quick SQLite concurrent transactions. Added helper methods on transaction contexts.
8+
9+
API changes include:
10+
11+
- Removal of synchronous DB operations in transactions: `execute`, `commit`, `rollback` are now async functions. `executeAsync`, `commitAsync` and `rollbackAsync` have been removed.
12+
- Transaction contexts now have `get`, `getAll` and `getOptional` helpers.
13+
- Added a default lock timeout of 2 minutes to aide with potential recursive lock/transaction requests.
14+
15+
- b125f75: Use default timeout in post streaming warning message. Update connectivity status on streaming messages.
16+
- ab9957b: Fix update trigger for local only watched tables.
17+
- 413a4d0: Added better logging of streaming errors. Added warnings if Polyfills are not correctly configured.
18+
319
## 0.0.1
420

521
### Patch Changes

packages/powersync-sdk-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps/powersync-sdk-common",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/powersync-sdk-react-native/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @journeyapps/powersync-sdk-react-native
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- ca458d3: Updated logic to correspond with React Native Quick SQLite concurrent transactions. Added helper methods on transaction contexts.
8+
9+
API changes include:
10+
11+
- Removal of synchronous DB operations in transactions: `execute`, `commit`, `rollback` are now async functions. `executeAsync`, `commitAsync` and `rollbackAsync` have been removed.
12+
- Transaction contexts now have `get`, `getAll` and `getOptional` helpers.
13+
- Added a default lock timeout of 2 minutes to aide with potential recursive lock/transaction requests.
14+
15+
- ab9957b: Update README polyfill command.
16+
- b125f75: Use default timeout in post streaming warning message. Update connectivity status on streaming messages.
17+
- 413a4d0: Added better logging of streaming errors. Added warnings if Polyfills are not correctly configured.
18+
- Updated dependencies [ca458d3]
19+
- Updated dependencies [b125f75]
20+
- Updated dependencies [ab9957b]
21+
- Updated dependencies [413a4d0]
22+
- @journeyapps/powersync-sdk-common@0.0.2
23+
- @journeyapps/powersync-react@0.0.2
24+
325
## 0.0.1
426

527
### Patch Changes

packages/powersync-sdk-react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps/powersync-sdk-react-native",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -36,8 +36,8 @@
3636
"web-streams-polyfill": "^3.2.1"
3737
},
3838
"dependencies": {
39-
"@journeyapps/powersync-react": "0.0.1",
40-
"@journeyapps/powersync-sdk-common": "0.0.1",
39+
"@journeyapps/powersync-react": "0.0.2",
40+
"@journeyapps/powersync-sdk-common": "0.0.2",
4141
"async-lock": "^1.4.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)