Skip to content

Commit 6c3f87c

Browse files
committed
Revert to alpha messaging
1 parent 00a03fe commit 6c3f87c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Packages with dependency updates only:
2828

2929
#### `powersync` - `v1.6.0`
3030

31-
- `powersync` web support is now in beta! We have moved out of alpha and are now providing beta support.
31+
- `powersync` web support is now included in the standard release but remains in alpha. Web support may have some limitations or bugs.
3232

3333
## 2024-07-18
3434

packages/powersync/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.6.0
22

3-
- Web support is now in beta! We have moved out of alpha and are now providing beta support.
3+
- Web support is now included in the standard release but remains in alpha. Web support may have some limitations or bugs.
44

55
## 1.6.0-alpha.1
66

packages/powersync/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ flutter pub add powersync
2020

2121
Our [full SDK reference](https://docs.powersync.com/client-sdk-references/flutter) contains everything you need to know to get started implementing PowerSync in your project.
2222

23-
## **_ Web support - Open beta _**
23+
## **_ Web support - Open alpha _**
2424

25-
Web support is currently in an open beta. This Readme has been updated to reflect updates that are currently only relevant to this beta release.
25+
Web support in version 1.6.0 is currently in its alpha stage. This README has been updated to reflect changes relevant to this alpha release.
2626

2727
### Demo app
2828

29-
The easiest way to test out the beta is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
29+
The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
3030

3131
1. Checkout [this repo's](https://github.com/powersync-ja/powersync.dart/tree/master) `master` branch.
3232

@@ -39,7 +39,7 @@ The easiest way to test out the beta is to run the [Supabase Todo-List](./demos/
3939

4040
### Installing PowerSync in your own project
4141

42-
Install the latest beta version of the package, for example:
42+
Install the latest version of the package, for example:
4343

4444
```
4545
flutter pub add powersync:'^1.6.0'

0 commit comments

Comments
 (0)