Skip to content

Commit 7d4c6fe

Browse files
Version Packages (#44)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6983121 commit 7d4c6fe

File tree

10 files changed

+41
-19
lines changed

10 files changed

+41
-19
lines changed

.changeset/angry-foxes-hammer.md

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

.changeset/fast-chicken-vanish.md

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

packages/powersync-attachments/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6983121]
8+
- @journeyapps/powersync-sdk-common@1.1.0
9+
310
## 1.0.2
411

512
### Patch Changes

packages/powersync-attachments/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-attachments",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {},
2020
"dependencies": {
21-
"@journeyapps/powersync-sdk-common": "1.0.1"
21+
"@journeyapps/powersync-sdk-common": "1.1.0"
2222
},
2323
"repository": {
2424
"type": "git",

packages/powersync-react/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6983121]
8+
- @journeyapps/powersync-sdk-common@1.1.0
9+
310
## 1.0.1
411

512
### 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": "1.0.1",
3+
"version": "1.0.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://docs.powersync.co/resources/api-reference",
2929
"dependencies": {
30-
"@journeyapps/powersync-sdk-common": "1.0.1"
30+
"@journeyapps/powersync-sdk-common": "1.1.0"
3131
},
3232
"peerDependencies": {
3333
"react": "*"

packages/powersync-sdk-common/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 6983121: Added the ability to receive batched table updates from DB adapters.
8+
39
## 1.0.1
410

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

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

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 6983121: Added the ability to receive batched table updates from DB adapters.
8+
9+
### Patch Changes
10+
11+
- 6983121: Fixed watched queries from updating before writes have been commited on the write connection.
12+
- Updated dependencies [6983121]
13+
- @journeyapps/powersync-sdk-common@1.1.0
14+
- @journeyapps/powersync-react@1.0.2
15+
316
## 1.0.1
417

518
### 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": "1.0.1",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -39,8 +39,8 @@
3939
"web-streams-polyfill": "^3.2.1"
4040
},
4141
"dependencies": {
42-
"@journeyapps/powersync-react": "1.0.1",
43-
"@journeyapps/powersync-sdk-common": "1.0.1",
42+
"@journeyapps/powersync-react": "1.0.2",
43+
"@journeyapps/powersync-sdk-common": "1.1.0",
4444
"async-lock": "^1.4.0"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)