Skip to content

Commit bc4eb49

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

File tree

27 files changed

+583
-790
lines changed

27 files changed

+583
-790
lines changed

.changeset/four-pans-laugh.md

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

.changeset/friendly-queens-invite.md

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

.changeset/happy-mails-juggle.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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2f8b30c]
8+
- @powersync/common@1.41.0
9+
310
## 0.0.8
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.8",
3+
"version": "0.0.9",
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.40.0"
48+
"@powersync/common": "workspace:^1.41.0"
4949
},
5050
"devDependencies": {
5151
"@powersync/common": "workspace:*",

packages/capacitor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# @powersync/capacitor
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a6e3db4: Initial release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [2f8b30c]
12+
- @powersync/web@1.28.0

packages/capacitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/capacitor",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Adds PowerSync Capacitor support for iOS/Android",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"@capacitor-community/sqlite": "^7.0.2",
72-
"@powersync/web": "workspace:^1.27.1"
72+
"@powersync/web": "workspace:^1.28.0"
7373
},
7474
"swiftlint": "@ionic/swiftlint-config",
7575
"capacitor": {

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.41.0
4+
5+
### Minor Changes
6+
7+
- 2f8b30c: Populate Table `name` values in `schema.props` for Schemas created with typed `Table`s. e.g. `schema.props['some_table'].name` will contain the table name.
8+
39
## 1.40.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.40.0",
3+
"version": "1.41.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)