Skip to content

Commit 76fe38c

Browse files
Version Packages (#370)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f93fbc commit 76fe38c

File tree

16 files changed

+110
-74
lines changed

16 files changed

+110
-74
lines changed

.changeset/fuzzy-bears-nail.md

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

.changeset/gentle-apricots-attack.md

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

packages/common/CHANGELOG.md

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

3+
## 1.20.1
4+
5+
### Patch Changes
6+
7+
- 79d4211: Handle additional forward slash in the POWERSYNC_URL environment variable
8+
39
## 1.20.0
410

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

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "pnpm build && vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.20.0"
29+
"@powersync/common": "workspace:^1.20.1"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.2"

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [79d4211]
8+
- @powersync/common@1.20.1
9+
310
## 0.0.4
411

512
### Patch Changes

packages/powersync-op-sqlite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/op-sqlite",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
@@ -66,7 +66,7 @@
6666
},
6767
"peerDependencies": {
6868
"@op-engineering/op-sqlite": "^9.2.1",
69-
"@powersync/common": "workspace:^1.20.0",
69+
"@powersync/common": "workspace:^1.20.1",
7070
"react": "*",
7171
"react-native": "*"
7272
},

packages/react-native/CHANGELOG.md

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

3+
## 1.14.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [79d4211]
8+
- @powersync/common@1.20.1
9+
310
## 1.14.2
411

512
### Patch Changes

packages/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": "@powersync/react-native",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -31,7 +31,7 @@
3131
"homepage": "https://docs.powersync.com/",
3232
"peerDependencies": {
3333
"@journeyapps/react-native-quick-sqlite": "^2.0.0",
34-
"@powersync/common": "workspace:^1.20.0",
34+
"@powersync/common": "workspace:^1.20.1",
3535
"react": "*",
3636
"react-native": "*"
3737
},

packages/tanstack-react-query/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [79d4211]
8+
- @powersync/common@1.20.1
9+
310
## 0.0.5
411

512
### Patch Changes

0 commit comments

Comments
 (0)