Skip to content

Commit 9467a1c

Browse files
Merge pull request #11 from journeyapps/changeset-release/main
Version Packages (alpha)
2 parents e3f64d4 + cc9a240 commit 9467a1c

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"@journeyapps/powersync-sdk-common": "0.0.1-alpha.0",
99
"@journeyapps/powersync-sdk-react-native": "0.0.1-alpha.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"serious-bobcats-tie"
13+
]
1214
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @journeyapps/powersync-sdk-common
2+
3+
## 0.0.1-alpha.1
4+
5+
### Patch Changes
6+
7+
- aad52c8: Updated watched queries to trigger for local only tables.

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-alpha.0",
3+
"version": "0.0.1-alpha.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @journeyapps/powersync-sdk-react-native
2+
3+
## 0.0.1-alpha.2
4+
5+
### Patch Changes
6+
7+
- aad52c8: Updated watched queries to trigger for local only tables.
8+
- Updated dependencies [aad52c8]
9+
- @journeyapps/powersync-sdk-common@0.0.1-alpha.1

packages/powersync-sdk-react-native/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-sdk-react-native",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@journeyapps/powersync-react": "^0.0.1-alpha.0",
39-
"@journeyapps/powersync-sdk-common": "^0.0.1-alpha.0",
39+
"@journeyapps/powersync-sdk-common": "^0.0.1-alpha.1",
4040
"async-lock": "^1.4.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)