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/four-falcons-arrive.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/adapter-sql-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/adapter-sql-js

## 0.0.13

### Patch Changes

- Updated dependencies [9b82867]
- @powersync/common@1.43.1

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sql-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/adapter-sql-js",
"version": "0.0.12",
"version": "0.0.13",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test:exports": "attw --pack ."
},
"peerDependencies": {
"@powersync/common": "workspace:^1.43.0"
"@powersync/common": "workspace:^1.43.1"
},
"devDependencies": {
"@powersync/common": "workspace:*",
Expand Down
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.43.1

### Patch Changes

- 9b82867: Fixed issue where using triggers could block syncing after performing uploads.

## 1.43.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.43.0",
"version": "1.43.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test:exports": "attw --pack ."
},
"peerDependencies": {
"@powersync/common": "workspace:^1.43.0",
"@powersync/common": "workspace:^1.43.1",
"drizzle-orm": "<1.0.0"
},
"devDependencies": {
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 @@ -43,7 +43,7 @@
"test:exports": "attw --pack ."
},
"peerDependencies": {
"@powersync/common": "workspace:^1.43.0"
"@powersync/common": "workspace:^1.43.1"
},
"dependencies": {
"kysely": "^0.28.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/node

## 0.14.3

### Patch Changes

- Updated dependencies [9b82867]
- @powersync/common@1.43.1

## 0.14.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/node",
"version": "0.14.2",
"version": "0.14.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@powersync/common": "workspace:^1.43.0",
"@powersync/common": "workspace:^1.43.1",
"better-sqlite3": "12.x"
},
"peerDependenciesMeta": {
Expand Down
7 changes: 7 additions & 0 deletions packages/powersync-op-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/op-sqlite

## 0.7.16

### Patch Changes

- Updated dependencies [9b82867]
- @powersync/common@1.43.1

## 0.7.15

### 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.7.15",
"version": "0.7.16",
"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": "^13.0.0 || ^14.0.0",
"@powersync/common": "workspace:^1.43.0",
"@powersync/common": "workspace:^1.43.1",
"react": "*",
"react-native": "*"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/react-native

## 1.27.1

### Patch Changes

- Updated dependencies [9b82867]
- @powersync/common@1.43.1
- @powersync/react@1.8.2

## 1.27.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.27.0",
"version": "1.27.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@powersync/common": "workspace:^1.43.0",
"@powersync/common": "workspace:^1.43.1",
"react": "*",
"react-native": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"@powersync/common": "workspace:^1.43.0",
"@powersync/common": "workspace:^1.43.1",
"react": "*"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/tanstack-react-query

## 0.1.11

### Patch Changes

- Updated dependencies [9b82867]
- @powersync/common@1.43.1
- @powersync/react@1.8.2

## 0.1.10

### 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.1.10",
"version": "0.1.11",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"@powersync/common": "workspace:^1.43.0",
"@powersync/common": "workspace:^1.43.1",
"react": "*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"vue": "*",
"@powersync/common": "workspace:^1.43.0"
"@powersync/common": "workspace:^1.43.1"
},
"devDependencies": {
"@powersync/common": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/web

## 1.29.1

### Patch Changes

- Updated dependencies [9b82867]
- @powersync/common@1.43.1

## 1.29.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.29.0",
"version": "1.29.1",
"description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "^1.3.2",
"@powersync/common": "workspace:^1.43.0"
"@powersync/common": "workspace:^1.43.1"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
7 changes: 5 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 0.9.19

### Patch Changes

- @powersync/react@1.8.2
- @powersync/web@1.29.1

## 0.9.18

### 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.9.18",
"version": "0.9.19",
"private": true,
"scripts": {
"dev": "vite",
Expand Down