Skip to content

Commit

Permalink
Version Packages (#370)
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 Oct 29, 2024
1 parent 3f93fbc commit 76fe38c
Show file tree
Hide file tree
Showing 16 changed files with 110 additions and 74 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-bears-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-apricots-attack.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.20.1

### Patch Changes

- 79d4211: Handle additional forward slash in the POWERSYNC_URL environment variable

## 1.20.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.20.0",
"version": "1.20.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 @@ -26,7 +26,7 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^1.20.0"
"@powersync/common": "workspace:^1.20.1"
},
"dependencies": {
"kysely": "^0.27.2"
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.0.5

### Patch Changes

- Updated dependencies [79d4211]
- @powersync/common@1.20.1

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.0",
"@powersync/common": "workspace:^1.20.1",
"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.14.3

### Patch Changes

- Updated dependencies [79d4211]
- @powersync/common@1.20.1

## 1.14.2

### 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.2",
"version": "1.14.3",
"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.0.0",
"@powersync/common": "workspace:^1.20.0",
"@powersync/common": "workspace:^1.20.1",
"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.6

### Patch Changes

- Updated dependencies [79d4211]
- @powersync/common@1.20.1

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.0",
"@powersync/common": "workspace:^1.20.1",
"react": "*"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @powersync/web

## 1.9.1

### Patch Changes

- 79d4211: Handle additional forward slash in the POWERSYNC_URL environment variable
- 8554526: chore: Updated minimum WA-SQLite peer dependnency version.
- Updated dependencies [79d4211]
- @powersync/common@1.20.1

## 1.9.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.9.0",
"version": "1.9.1",
"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.0"
"@powersync/common": "workspace:^1.20.1"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
107 changes: 55 additions & 52 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.6.2

### Patch Changes

- Updated dependencies [79d4211]
- Updated dependencies [8554526]
- @powersync/web@1.9.1

## 0.6.1

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

0 comments on commit 76fe38c

Please sign in to comment.