Skip to content

Commit fc2e340

Browse files
Version Packages (#388)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ecd201e commit fc2e340

File tree

22 files changed

+341
-258
lines changed

22 files changed

+341
-258
lines changed

.changeset/itchy-years-drop.md

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

.changeset/short-owls-play.md

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

.changeset/ten-birds-camp.md

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

.changeset/tender-llamas-shop.md

Lines changed: 0 additions & 6 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.21.0
4+
5+
### Minor Changes
6+
7+
- 7b49661: Updated watch functions to recalculate depedendent tables if schema is updated.
8+
39
## 1.20.2
410

511
### 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.20.2",
3+
"version": "1.21.0",
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.2"
29+
"@powersync/common": "workspace:^1.21.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

packages/powersync-op-sqlite/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 7b49661: Added `refreshSchema()` which will cause all connections to be aware of a schema change.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7b49661]
12+
- @powersync/common@1.21.0
13+
314
## 0.0.7
415

516
### 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.7",
3+
"version": "0.1.0",
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.2",
69+
"@powersync/common": "workspace:^1.21.0",
7070
"react": "*",
7171
"react-native": "*"
7272
},

packages/react-native/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- 7b49661: Added `refreshSchema()` which will cause all connections to be aware of a schema change.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7b49661]
12+
- Updated dependencies [7b49661]
13+
- @powersync/common@1.21.0
14+
- @powersync/react@1.5.1
15+
316
## 1.14.4
417

518
### Patch Changes

0 commit comments

Comments
 (0)