From 7b5e668321d57fb70e07b3ac136d43232754f1fc Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Mon, 22 Jan 2024 11:00:46 -0800 Subject: [PATCH] chore(repo): Update READMEs --- README.md | 4 +++- packages/celest/CHANGELOG.md | 4 ++++ packages/celest/README.md | 6 ++++-- packages/celest_core/CHANGELOG.md | 4 ++++ packages/celest_core/README.md | 2 ++ 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c81bfa28..7c93c925 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [Celest](https://celest.dev) is the Flutter cloud platform. We enable Flutter and Dart developers to declaratively define their backend infrastructure in Dart. -You can join our waitlist at [celest.dev](https://celest.dev). To learn more about our values and how we operate, visit our [about us](https://celest.dev/about-us) page. +Our initial CLI release is available to download [here](https://celest.dev/download). It includes the full experience of serverless functions in a local environment. To learn more about our CLI and all the features, visit our [documentation](https://celest.dev/docs). + +And to stay up-to-date on the future of Celest, including managed deployments, join our waitlist at [celest.dev](https://celest.dev). ## Connect with us diff --git a/packages/celest/CHANGELOG.md b/packages/celest/CHANGELOG.md index a0712a79..0d9be903 100644 --- a/packages/celest/CHANGELOG.md +++ b/packages/celest/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1-wip + +- Update README + ## 0.1.0 - Initial version. diff --git a/packages/celest/README.md b/packages/celest/README.md index 15b72d66..7924bf62 100644 --- a/packages/celest/README.md +++ b/packages/celest/README.md @@ -1,3 +1,5 @@ -## Celest +## celest -The Flutter cloud platform. +Celest is the Flutter cloud platform, enabling Flutter and Dart developers to define their backend infrastructure purely in Dart. + +**This package is not intended to be used directly.** It is used by the Celest CLI to generate code for your backend. To learn more about how to use this package and integrate it with the Celest CLI, visit our [documentation](https://celest.dev/docs). diff --git a/packages/celest_core/CHANGELOG.md b/packages/celest_core/CHANGELOG.md index a0712a79..0d9be903 100644 --- a/packages/celest_core/CHANGELOG.md +++ b/packages/celest_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1-wip + +- Update README + ## 0.1.0 - Initial version. diff --git a/packages/celest_core/README.md b/packages/celest_core/README.md index 505134cb..e534842e 100644 --- a/packages/celest_core/README.md +++ b/packages/celest_core/README.md @@ -1,3 +1,5 @@ # celest_core +> This package is not intended to be used directly. It is used by the Celest CLI to generate code for your backend. + Celest types and utilities shared between the client and the cloud.