Skip to content

Commit 29cae22

Browse files
authored
chore(celest): Remove GCP mentions (#319)
1 parent 8fe9bd4 commit 29cae22

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

packages/celest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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`

packages/celest/lib/src/core/project.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,11 @@ class Project implements CloudWidget {
3131
/// The Celest cloud region to deploy to.
3232
enum 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
}

packages/celest/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: celest
22
description: 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
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/packages/celest
66

0 commit comments

Comments
 (0)