File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.5-wip
2+
3+ - chore: Remove GCP mentions
4+
15## 1.0.4
26
37- chore: Remove ` @internal ` from ` set Context.root `
Original file line number Diff line number Diff line change @@ -31,17 +31,11 @@ class Project implements CloudWidget {
3131/// The Celest cloud region to deploy to.
3232enum Region {
3333 /// The North America region.
34- ///
35- /// Includes the `us-east1` , `us-south1` and `us-west1` GCP regions.
3634 northAmerica,
3735
3836 /// The Europe region.
39- ///
40- /// Includes the `europe-west4` and `europe-west9` GCP regions.
4137 europe,
4238
4339 /// The Asia-Pacific region.
44- ///
45- /// Includes the `asia-south1` GCP region.
4640 asiaPacific,
4741}
Original file line number Diff line number Diff line change 11name : celest
22description : The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
3- version : 1.0.4
3+ version : 1.0.5-wip
44homepage : https://celest.dev
55repository : https://github.com/celest-dev/celest/tree/main/packages/celest
66
You can’t perform that action at this time.
0 commit comments