Skip to content

Commit 84a0af8

Browse files
Version Packages (#718)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9c1e24 commit 84a0af8

File tree

28 files changed

+591
-869
lines changed

28 files changed

+591
-869
lines changed

.changeset/angry-ducks-sneeze.md

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

.changeset/empty-donuts-repair.md

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

.changeset/funny-baboons-wonder.md

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

.changeset/mighty-colts-rule.md

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

.changeset/tame-meals-lick.md

Lines changed: 0 additions & 9 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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eff8cbf]
8+
- @powersync/common@1.39.0
9+
310
## 0.0.6
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.6",
3+
"version": "0.0.7",
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
@@ -45,7 +45,7 @@
4545
"test:exports": "attw --pack ."
4646
},
4747
"peerDependencies": {
48-
"@powersync/common": "workspace:^1.38.1"
48+
"@powersync/common": "workspace:^1.39.0"
4949
},
5050
"devDependencies": {
5151
"@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.39.0
4+
5+
### Minor Changes
6+
7+
- eff8cbf: Add alpha support for sync streams, allowing different sets of data to be synced dynamically.
8+
39
## 1.38.1
410

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

0 commit comments

Comments
 (0)