Skip to content

Commit 02bf538

Browse files
authored
chore(version): 0.4.0 (#139)
1 parent 8bec97d commit 02bf538

File tree

6 files changed

+40
-19
lines changed

6 files changed

+40
-19
lines changed

packages/celest/CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
## 0.4.0-dev.2
2-
3-
- Migrate to `package:native_storage`
4-
5-
## 0.4.0-dev.1
1+
## 0.4.0
2+
3+
This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
4+
Check out our [blog post](https://celest.dev/blog/fluttering-in-the-sky) for more details.
5+
6+
- feat: Add support for HTTP customization
7+
- feat: Add support for running Flutter and UI code in the cloud
8+
- chore!: Require `@cloud` annotation for cloud functions
9+
- chore!: Replace `@Context.user` with `@principal`
10+
- chore!: Rename generated `Env` annotations to `env`.
11+
- chore!: Rename `InternalServerException` to `InternalServerError`
12+
- chore: Migrate to `package:native_storage`
613

714
## 0.3.1
815

packages/celest/pubspec.yaml

Lines changed: 3 additions & 3 deletions
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: 0.4.0-dev.2
3+
version: 0.4.0
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/packages/celest
66

@@ -9,8 +9,8 @@ environment:
99

1010
dependencies:
1111
async: ^2.11.0
12-
celest_auth: ^0.4.0-0
13-
celest_core: ^0.4.0-0
12+
celest_auth: ^0.4.0
13+
celest_core: ^0.4.0
1414
chunked_stream: ^1.4.2
1515
meta: ^1.11.0
1616
shelf: ^1.4.1

packages/celest_auth/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
## 0.4.0-dev.2
1+
## 0.4.0
22

3-
- Migrate to `package:native_storage`
3+
This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
4+
Check out our [blog post](https://celest.dev/blog/fluttering-in-the-sky) for more details.
45

5-
## 0.4.0-dev.1
6+
- feat: Add support for HTTP customization
7+
- feat: Add support for running Flutter and UI code in the cloud
8+
- chore!: Require `@cloud` annotation for cloud functions
9+
- chore!: Replace `@Context.user` with `@principal`
10+
- chore!: Rename generated `Env` annotations to `env`.
11+
- chore!: Rename `InternalServerException` to `InternalServerError`
12+
- chore: Migrate to `package:native_storage`
613

714
## 0.3.1
815

packages/celest_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: celest_auth
22
description: The Auth runtime and client library for Celest, the Flutter cloud platform.
3-
version: 0.4.0-dev.2
3+
version: 0.4.0
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_auth
66

@@ -12,7 +12,7 @@ dependencies:
1212
built_collection: ^5.1.1
1313
built_value: ^8.9.1
1414
cedar: ^0.1.0
15-
celest_core: ^0.4.0-0
15+
celest_core: ^0.4.0
1616
chunked_stream: ^1.4.2
1717
corks_cedar: ^0.1.0
1818
ffi: ^2.1.2

packages/celest_core/CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
## 0.4.0-dev.2
2-
3-
- Migrate to `package:native_storage`
4-
5-
## 0.4.0-dev.1
1+
## 0.4.0
2+
3+
This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
4+
Check out our [blog post](https://celest.dev/blog/fluttering-in-the-sky) for more details.
5+
6+
- feat: Add support for HTTP customization
7+
- feat: Add support for running Flutter and UI code in the cloud
8+
- chore!: Require `@cloud` annotation for cloud functions
9+
- chore!: Replace `@Context.user` with `@principal`
10+
- chore!: Rename generated `Env` annotations to `env`.
11+
- chore!: Rename `InternalServerException` to `InternalServerError`
12+
- chore: Migrate to `package:native_storage`
613

714
## 0.3.2
815

packages/celest_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: celest_core
22
description: Celest types and utilities shared between the client and the cloud.
3-
version: 0.4.0-dev.2
3+
version: 0.4.0
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core
66

0 commit comments

Comments
 (0)