diff --git a/.changeset/capacitor-beta-release.md b/.changeset/capacitor-beta-release.md new file mode 100644 index 000000000..a507b8791 --- /dev/null +++ b/.changeset/capacitor-beta-release.md @@ -0,0 +1,5 @@ +--- +'@powersync/capacitor': minor +--- + +Promote the Capacitor SDK from alpha to beta. diff --git a/packages/capacitor/README.md b/packages/capacitor/README.md index e622714c3..d7248df57 100644 --- a/packages/capacitor/README.md +++ b/packages/capacitor/README.md @@ -8,9 +8,9 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs This package (`@powersync/capacitor`) is the PowerSync SDK for Capacitor apps. It wraps the [PowerSync Web SDK](https://www.npmjs.com/package/@powersync/web) for Capacitor PWAs and uses [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) as the database driver for Android and iOS. -## Note: Alpha Release +## Note: Beta Release -This package is currently in an alpha release. +This package is currently in a beta release. ## Installation