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/breezy-crews-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-bags-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-suits-explode.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.16.1

### Patch Changes

- 7668495: Correctly resetting hasSynced value upon a disconnectAndClear call.

## 1.16.0

### Minor 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.16.0",
"version": "1.16.1",
"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 @@ -25,7 +25,7 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.16.0"
"@powersync/common": "workspace:^1.16.1"
},
"dependencies": {
"kysely": "^0.27.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/react-native

## 1.10.1

### Patch Changes

- Updated dependencies [7668495]
- @powersync/common@1.16.1

## 1.10.0

### Minor 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.10.0",
"version": "1.10.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^1.1.8",
"@powersync/common": "workspace:^1.16.0",
"@powersync/common": "workspace:^1.16.1",
"react": "*",
"react-native": "*"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/web

## 1.5.1

### Patch Changes

- 58fd059: Fix an issue where the shared sync manager would not discard stale credentials
- Updated dependencies [7668495]
- @powersync/common@1.16.1

## 1.5.0

### Minor 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.5.0",
"version": "1.5.1",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "~0.2.0",
"@powersync/common": "workspace:^1.16.0"
"@powersync/common": "workspace:^1.16.1"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
37,737 changes: 21,794 additions & 15,943 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions tools/diagnostics-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# diagnostics-app

## 0.3.3

### Patch Changes

- d3379c5: Improve extracting endpoint from token audience.
- Updated dependencies [58fd059]
- @powersync/web@1.5.1

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/diagnostics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/diagnostics-app",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"dev": "vite",
Expand Down