Skip to content

Commit b4b393b

Browse files
Version Packages (#774)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 507197f commit b4b393b

File tree

26 files changed

+575
-800
lines changed

26 files changed

+575
-800
lines changed

.changeset/lovely-birds-kick.md

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

.changeset/silver-insects-unite.md

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

.changeset/slow-birds-breathe.md

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

.changeset/tall-dodos-watch.md

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

packages/adapter-sql-js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/adapter-sql-js
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [507197f]
8+
- @powersync/common@1.43.0
9+
310
## 0.0.11
411

512
### Patch Changes

packages/adapter-sql-js/package.json

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test:exports": "attw --pack ."
4747
},
4848
"peerDependencies": {
49-
"@powersync/common": "workspace:^1.42.0"
49+
"@powersync/common": "workspace:^1.43.0"
5050
},
5151
"devDependencies": {
5252
"@powersync/common": "workspace:*",

packages/common/CHANGELOG.md

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

3+
## 1.43.0
4+
5+
### Minor Changes
6+
7+
- 507197f: Revert `event-iterator` externalization in `@powersync/common` rollup config. This now bundles `event-iterator` again in `@powersync/common`'s non Node.js export.
8+
39
## 1.42.0
410

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

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:exports": "attw --pack ."
4444
},
4545
"peerDependencies": {
46-
"@powersync/common": "workspace:^1.42.0",
46+
"@powersync/common": "workspace:^1.43.0",
4747
"drizzle-orm": "<1.0.0"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)