Skip to content

Commit bafb657

Browse files
Version Packages (#314)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 245bef5 commit bafb657

19 files changed

+21781
-16310
lines changed

.changeset/afraid-apples-learn.md

-7
This file was deleted.

.changeset/yellow-meals-camp.md

-11
This file was deleted.

packages/attachments/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @powersync/attachments
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 245bef5: Ensuring sourcemaps are not included for packages.
8+
- Updated dependencies [944ee93]
9+
- Updated dependencies [245bef5]
10+
- @powersync/common@1.18.1
11+
312
## 2.1.1
413

514
### Patch Changes

packages/attachments/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/attachments",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -28,6 +28,6 @@
2828
"watch": "tsc -b -w"
2929
},
3030
"peerDependencies": {
31-
"@powersync/common": "workspace:^1.18.0"
31+
"@powersync/common": "workspace:^1.18.1"
3232
}
3333
}

packages/common/CHANGELOG.md

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

3+
## 1.18.1
4+
5+
### Patch Changes
6+
7+
- 944ee93: Fixed issue where sequentially mutating the same row multiple times could cause the CRUD upload queue monitoring to think CRUD operations have not been processed correctly by the `BackendConnector` `uploadData` method.
8+
- 245bef5: Ensuring sourcemaps are not included for packages.
9+
310
## 1.18.0
411

512
### 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.18.0",
3+
"version": "1.18.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/kysely-driver/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @powersync/kysely-driver
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 245bef5: Ensuring sourcemaps are not included for packages.
8+
- Updated dependencies [944ee93]
9+
- Updated dependencies [245bef5]
10+
- @powersync/common@1.18.1
11+
312
## 0.4.1
413

514
### Patch Changes

packages/kysely-driver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/kysely-driver",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Kysely driver for PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -26,7 +26,7 @@
2626
"test": "pnpm build && vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.18.0"
29+
"@powersync/common": "workspace:^1.18.1"
3030
},
3131
"dependencies": {
3232
"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.12.2
4+
5+
### Patch Changes
6+
7+
- 944ee93: Fixed issue where sequentially mutating the same row multiple times could cause the CRUD upload queue monitoring to think CRUD operations have not been processed correctly by the `BackendConnector` `uploadData` method.
8+
- 245bef5: Ensuring sourcemaps are not included for packages.
9+
- Updated dependencies [944ee93]
10+
- Updated dependencies [245bef5]
11+
- @powersync/common@1.18.1
12+
- @powersync/react@1.4.3
13+
314
## 1.12.1
415

516
### Patch 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.12.1",
3+
"version": "1.12.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -30,7 +30,7 @@
3030
"homepage": "https://docs.powersync.com/",
3131
"peerDependencies": {
3232
"@journeyapps/react-native-quick-sqlite": "^1.3.0",
33-
"@powersync/common": "workspace:^1.18.0",
33+
"@powersync/common": "workspace:^1.18.1",
3434
"react": "*",
3535
"react-native": "*"
3636
},

packages/react/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- 245bef5: Ensuring sourcemaps are not included for packages.
8+
- Updated dependencies [944ee93]
9+
- Updated dependencies [245bef5]
10+
- @powersync/common@1.18.1
11+
312
## 1.4.2
413

514
### Patch Changes

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/react",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -30,7 +30,7 @@
3030
"homepage": "https://docs.powersync.com",
3131
"peerDependencies": {
3232
"react": "*",
33-
"@powersync/common": "workspace:^1.18.0"
33+
"@powersync/common": "workspace:^1.18.1"
3434
},
3535
"devDependencies": {
3636
"@testing-library/react": "^15.0.2",

packages/vue/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @powersync/vue
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 245bef5: Ensuring sourcemaps are not included for packages.
8+
- Updated dependencies [944ee93]
9+
- Updated dependencies [245bef5]
10+
- @powersync/common@1.18.1
11+
312
## 0.2.1
413

514
### Patch Changes

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/vue",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -30,7 +30,7 @@
3030
"homepage": "https://docs.powersync.com",
3131
"peerDependencies": {
3232
"vue": "*",
33-
"@powersync/common": "workspace:^1.17.0"
33+
"@powersync/common": "workspace:^1.18.1"
3434
},
3535
"devDependencies": {
3636
"flush-promises": "^1.0.2",

packages/web/CHANGELOG.md

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

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- 944ee93: Fixed issue where sequentially mutating the same row multiple times could cause the CRUD upload queue monitoring to think CRUD operations have not been processed correctly by the `BackendConnector` `uploadData` method.
8+
- 245bef5: Ensuring sourcemaps are not included for packages.
9+
- Updated dependencies [944ee93]
10+
- Updated dependencies [245bef5]
11+
- @powersync/common@1.18.1
12+
313
## 1.8.0
414

515
### 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.8.0",
3+
"version": "1.8.1",
44
"description": "A Web SDK for JourneyApps PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -57,7 +57,7 @@
5757
"license": "Apache-2.0",
5858
"peerDependencies": {
5959
"@journeyapps/wa-sqlite": "^0.3.0",
60-
"@powersync/common": "workspace:^1.18.0"
60+
"@powersync/common": "workspace:^1.18.1"
6161
},
6262
"dependencies": {
6363
"@powersync/common": "workspace:*",

0 commit comments

Comments
 (0)