Skip to content

Commit

Permalink
Version Packages (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 2, 2024
1 parent 4a70624 commit 3513514
Show file tree
Hide file tree
Showing 21 changed files with 329 additions and 384 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-baboons-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-chefs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-beers-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-mugs-deliver.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.22.0

### Minor Changes

- 77a9ed2: Added `compilableQueryWatch()` utility function which allows any compilable query to be watched.

## 1.21.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.21.0",
"version": "1.22.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/drizzle-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/drizzle-driver

## 0.2.0

### Minor Changes

- 77a9ed2: Added `watch()` function to Drizzle wrapper to support watched queries. This function invokes `execute()` on the Drizzle query which improves support for complex queries such as those which are relational.
- 4a70624: Added helper `toPowersyncTable` function and `DrizzleAppSchema` constructor to convert a Drizzle schema into a PowerSync app schema.

### Patch Changes

- Updated dependencies [77a9ed2]
- @powersync/common@1.22.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/drizzle-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/drizzle-driver",
"version": "0.1.0",
"version": "0.2.0",
"description": "Drizzle driver for PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"test": "vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.19.0",
"@powersync/common": "workspace:^1.22.0",
"drizzle-orm": "<1.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/kysely-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/kysely-driver

## 1.1.0

### Minor Changes

- 77a9ed2: Added `watch()` function to Kysely wrapper to support watched queries. This function invokes `execute()` on the Kysely query which improves support for complex queries and Kysely plugins.

### Patch Changes

- Updated dependencies [77a9ed2]
- @powersync/common@1.22.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/kysely-driver",
"version": "1.0.0",
"version": "1.1.0",
"description": "Kysely driver for PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.21.0"
"@powersync/common": "workspace:^1.22.0"
},
"dependencies": {
"kysely": "^0.27.4"
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.1.3

### Patch Changes

- Updated dependencies [77a9ed2]
- @powersync/common@1.22.0

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"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": "^10.1.0",
"@powersync/common": "workspace:^1.21.0",
"@powersync/common": "workspace:^1.22.0",
"react": "*",
"react-native": "*"
},
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.16.1

### Patch Changes

- Updated dependencies [77a9ed2]
- @powersync/common@1.22.0

## 1.16.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.16.0",
"version": "1.16.1",
"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.2.0",
"@powersync/common": "workspace:^1.21.0",
"@powersync/common": "workspace:^1.22.0",
"react": "*",
"react-native": "*"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/tanstack-react-query

## 0.0.10

### Patch Changes

- Updated dependencies [77a9ed2]
- @powersync/common@1.22.0

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.21.0",
"@powersync/common": "workspace:^1.22.0",
"react": "*"
},
"dependencies": {
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.12.1

### Patch Changes

- Updated dependencies [77a9ed2]
- @powersync/common@1.22.0

## 1.12.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.12.0",
"version": "1.12.1",
"description": "A Web SDK for JourneyApps PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "^1.0.0",
"@powersync/common": "workspace:^1.21.0"
"@powersync/common": "workspace:^1.22.0"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
Loading

0 comments on commit 3513514

Please sign in to comment.