From befa2ae83d4d70bd2f49ac4a7a7069901e77befd Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Wed, 27 May 2026 12:23:43 -0600 Subject: [PATCH] Promote the Capacitor SDK from alpha to beta. --- .changeset/capacitor-beta-release.md | 5 +++++ packages/capacitor/README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/capacitor-beta-release.md 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