Skip to content

Commit e993a25

Browse files
committed
Cleanup.
1 parent 6c3ea55 commit e993a25

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.changeset/rotten-pugs-beam.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
'@powersync/op-sqlite': major
2+
'@powersync/op-sqlite': minor
33
---
44

55
Initial stable version release.
66

7-
Updated op-sqlite upstream dependency from 11.x.x to 14.0.2, the @powersync/op-sqlite package will now reflect the supported major version in its version (for example 0.14.x indicates support for version of 14.x.x of op-sqlite).
7+
Updated op-sqlite upstream peer dependency from 11.x.x to support ^13.x.x and ^14.x.x,
88

9-
Noteworthy changes for 11 > 14 bump include:
9+
Noteworthy changes from version 11 to version 14 include:
1010

1111
1. SQLite updated to 3.49.1
12-
2. Major/breaking update to SQLCipher 4.8. Be careful when upgrading to this version, your sqlcipher database will need to be updated as well (upgrading instructions [here](https://discuss.zetetic.net/t/upgrading-to-sqlcipher-4/3283)), read more on the [sqlcipher repo](https://github.com/sqlcipher/sqlcipher). Be sure to test your changes before upgrading.
12+
2. SQLCipher updated to 4.8.0
1313
3. Monorepo config resolution, you may need to move your `op-sqlite` config from your application's `package.json` to the monorepo root `package.json` depending on where your package manager tool hoists modules (see [1](https://op-engineering.github.io/op-sqlite/docs/installation) and [2](https://github.com/OP-Engineering/op-sqlite/issues/264)).

packages/powersync-op-sqlite/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ Install it in your app with:
2626
npx expo install @op-engineering/op-sqlite
2727
```
2828

29-
## Version Compatibility
30-
31-
This package version reflects the supported OP-SQLite major version:
32-
33-
- `@powersync/op-sqlite` version `0.14.x` supports `@op-engineering/op-sqlite` version `14.x.x`
34-
- `@powersync/op-sqlite` version `0.15.x` supports `@op-engineering/op-sqlite` version `15.x.x`
35-
36-
Always ensure your OP-SQLite peer dependency matches the major version indicated by this package.
37-
3829
## Usage
3930

4031
```typescript

packages/powersync-op-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"access": "public"
6666
},
6767
"peerDependencies": {
68-
"@op-engineering/op-sqlite": "^14.0.2",
68+
"@op-engineering/op-sqlite": "^13.0.0 || ^14.0.0",
6969
"@powersync/common": "workspace:^1.31.1",
7070
"react": "*",
7171
"react-native": "*"

0 commit comments

Comments
 (0)