Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/itchy-years-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-owls-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-birds-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-llamas-shop.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/common

## 1.21.0

### Minor Changes

- 7b49661: Updated watch functions to recalculate depedendent tables if schema is updated.

## 1.20.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/common",
"version": "1.20.2",
"version": "1.21.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.20.2"
"@powersync/common": "workspace:^1.21.0"
},
"dependencies": {
"kysely": "^0.27.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/powersync-op-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/op-sqlite

## 0.1.0

### Minor Changes

- 7b49661: Added `refreshSchema()` which will cause all connections to be aware of a schema change.

### Patch Changes

- Updated dependencies [7b49661]
- @powersync/common@1.21.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-op-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/op-sqlite",
"version": "0.0.7",
"version": "0.1.0",
"description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"@op-engineering/op-sqlite": "^9.2.1",
"@powersync/common": "workspace:^1.20.2",
"@powersync/common": "workspace:^1.21.0",
"react": "*",
"react-native": "*"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @powersync/react-native

## 1.15.0

### Minor Changes

- 7b49661: Added `refreshSchema()` which will cause all connections to be aware of a schema change.

### Patch Changes

- Updated dependencies [7b49661]
- Updated dependencies [7b49661]
- @powersync/common@1.21.0
- @powersync/react@1.5.1

## 1.14.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/react-native",
"version": "1.14.4",
"version": "1.15.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^2.1.0",
"@powersync/common": "workspace:^1.20.1",
"@powersync/common": "workspace:^1.21.0",
"react": "*",
"react-native": "*"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/react

## 1.5.1

### Patch Changes

- 7b49661: Queries will recalculate dependent tables if schema is updated.
- Updated dependencies [7b49661]
- @powersync/common@1.21.0

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/react",
"version": "1.5.0",
"version": "1.5.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"@powersync/common": "workspace:^1.19.0",
"@powersync/common": "workspace:^1.21.0",
"react": "*"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/tanstack-react-query

## 0.0.8

### Patch Changes

- 7b49661: Queries will recalculate dependent tables if schema is updated.
- Updated dependencies [7b49661]
- Updated dependencies [7b49661]
- @powersync/common@1.21.0
- @powersync/react@1.5.1

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/tanstack-react-query",
"version": "0.0.7",
"version": "0.0.8",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"@powersync/common": "workspace:^1.20.2",
"@powersync/common": "workspace:^1.21.0",
"react": "*"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/vue

## 0.2.3

### Patch Changes

- 7b49661: Queries will recalculate dependent tables if schema is updated.
- Updated dependencies [7b49661]
- @powersync/common@1.21.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/vue",
"version": "0.2.2",
"version": "0.2.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"vue": "*",
"@powersync/common": "workspace:^1.18.1"
"@powersync/common": "workspace:^1.21.0"
},
"devDependencies": {
"flush-promises": "^1.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/web

## 1.10.0

### Minor Changes

- 7b49661: Added `refreshSchema()` which will cause all connections to be aware of a schema change.

### Patch Changes

- Updated dependencies [7b49661]
- @powersync/common@1.21.0

## 1.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/web",
"version": "1.9.2",
"version": "1.10.0",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "^0.4.1",
"@powersync/common": "workspace:^1.20.2"
"@powersync/common": "workspace:^1.21.0"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
Loading