Skip to content

Commit 10a03d0

Browse files
Version Packages (#255)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 042589c commit 10a03d0

File tree

11 files changed

+43
-15
lines changed

11 files changed

+43
-15
lines changed

.changeset/mean-carrots-relax.md

-7
This file was deleted.

packages/common/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/common
22

3+
## 1.16.0
4+
5+
### Minor Changes
6+
7+
- 042589c: Added a warning if connector `uploadData` functions don't process CRUD items completely.
8+
39
## 1.15.0
410

511
### Minor Changes

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/common",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/kysely-driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "pnpm build && vitest"
2626
},
2727
"peerDependencies": {
28-
"@powersync/common": "workspace:^1.15.0"
28+
"@powersync/common": "workspace:^1.16.0"
2929
},
3030
"dependencies": {
3131
"kysely": "^0.27.2"

packages/react-native/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @powersync/react-native
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 042589c: Added a warning if connector `uploadData` functions don't process CRUD items completely.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [042589c]
12+
- @powersync/common@1.16.0
13+
314
## 1.9.0
415

516
### Minor Changes

packages/react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react-native",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -29,7 +29,7 @@
2929
"homepage": "https://docs.powersync.com/",
3030
"peerDependencies": {
3131
"@journeyapps/react-native-quick-sqlite": "^1.1.8",
32-
"@powersync/common": "workspace:^1.15.0",
32+
"@powersync/common": "workspace:^1.16.0",
3333
"react": "*",
3434
"react-native": "*"
3535
},

packages/web/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @powersync/web
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 042589c: Added a warning if connector `uploadData` functions don't process CRUD items completely.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [042589c]
12+
- @powersync/common@1.16.0
13+
314
## 1.4.0
415

516
### Minor Changes

packages/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/web",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A Web SDK for JourneyApps PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -35,7 +35,7 @@
3535
"license": "Apache-2.0",
3636
"peerDependencies": {
3737
"@journeyapps/wa-sqlite": "~0.2.0",
38-
"@powersync/common": "workspace:^1.15.0"
38+
"@powersync/common": "workspace:^1.16.0"
3939
},
4040
"dependencies": {
4141
"@powersync/common": "workspace:*",

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/diagnostics-app/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# diagnostics-app
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [042589c]
8+
- @powersync/web@1.5.0
9+
310
## 0.3.1
411

512
### Patch Changes

tools/diagnostics-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/diagnostics-app",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)