Skip to content

Commit d5f755d

Browse files
Version Packages (#303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02f0ce7 commit d5f755d

File tree

19 files changed

+22319
-16533
lines changed

19 files changed

+22319
-16533
lines changed

.changeset/light-dots-unite.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/ninety-hats-behave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tough-impalas-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-bats-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/attachments/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @powersync/attachments
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 02f0ce7: Updated dependencies.
8+
- Updated dependencies [02f0ce7]
9+
- Updated dependencies [7428f39]
10+
- Updated dependencies [367d65d]
11+
- @powersync/common@1.18.0
12+
313
## 2.1.0
414

515
### Minor Changes

packages/attachments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/attachments",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -27,6 +27,6 @@
2727
"watch": "tsc -b -w"
2828
},
2929
"peerDependencies": {
30-
"@powersync/common": "workspace:^1.15.0"
30+
"@powersync/common": "workspace:^1.18.0"
3131
}
3232
}

packages/common/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @powersync/common
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 7428f39: Remove lodash dependency.
8+
- 367d65d: Correctly identify @powersync/common as an ES module
9+
10+
### Patch Changes
11+
12+
- 02f0ce7: Updated dependencies.
13+
314
## 1.17.0
415

516
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/common",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/kysely-driver/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @powersync/kysely-driver
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 02f0ce7: Updated dependencies.
8+
- Updated dependencies [02f0ce7]
9+
- Updated dependencies [7428f39]
10+
- Updated dependencies [367d65d]
11+
- @powersync/common@1.18.0
12+
313
## 0.4.0
414

515
### Minor Changes

packages/kysely-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/kysely-driver",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Kysely driver for PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -25,7 +25,7 @@
2525
"test": "pnpm build && vitest"
2626
},
2727
"peerDependencies": {
28-
"@powersync/common": "workspace:^1.17.0"
28+
"@powersync/common": "workspace:^1.18.0"
2929
},
3030
"dependencies": {
3131
"kysely": "^0.27.2"

0 commit comments

Comments
 (0)