Skip to content

Commit

Permalink
chore(version): 0.4.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 authored May 28, 2024
1 parent 8bec97d commit 02bf538
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 19 deletions.
17 changes: 12 additions & 5 deletions packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.4.0-dev.2

- Migrate to `package:native_storage`

## 0.4.0-dev.1
## 0.4.0

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

- feat: Add support for HTTP customization
- feat: Add support for running Flutter and UI code in the cloud
- chore!: Require `@cloud` annotation for cloud functions
- chore!: Replace `@Context.user` with `@principal`
- chore!: Rename generated `Env` annotations to `env`.
- chore!: Rename `InternalServerException` to `InternalServerError`
- chore: Migrate to `package:native_storage`

## 0.3.1

Expand Down
6 changes: 3 additions & 3 deletions packages/celest/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: celest
description: The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
version: 0.4.0-dev.2
version: 0.4.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest

Expand All @@ -9,8 +9,8 @@ environment:

dependencies:
async: ^2.11.0
celest_auth: ^0.4.0-0
celest_core: ^0.4.0-0
celest_auth: ^0.4.0
celest_core: ^0.4.0
chunked_stream: ^1.4.2
meta: ^1.11.0
shelf: ^1.4.1
Expand Down
13 changes: 10 additions & 3 deletions packages/celest_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.4.0-dev.2
## 0.4.0

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

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

## 0.3.1

Expand Down
4 changes: 2 additions & 2 deletions packages/celest_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: celest_auth
description: The Auth runtime and client library for Celest, the Flutter cloud platform.
version: 0.4.0-dev.2
version: 0.4.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_auth

Expand All @@ -12,7 +12,7 @@ dependencies:
built_collection: ^5.1.1
built_value: ^8.9.1
cedar: ^0.1.0
celest_core: ^0.4.0-0
celest_core: ^0.4.0
chunked_stream: ^1.4.2
corks_cedar: ^0.1.0
ffi: ^2.1.2
Expand Down
17 changes: 12 additions & 5 deletions packages/celest_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.4.0-dev.2

- Migrate to `package:native_storage`

## 0.4.0-dev.1
## 0.4.0

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

- feat: Add support for HTTP customization
- feat: Add support for running Flutter and UI code in the cloud
- chore!: Require `@cloud` annotation for cloud functions
- chore!: Replace `@Context.user` with `@principal`
- chore!: Rename generated `Env` annotations to `env`.
- chore!: Rename `InternalServerException` to `InternalServerError`
- chore: Migrate to `package:native_storage`

## 0.3.2

Expand Down
2 changes: 1 addition & 1 deletion packages/celest_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: celest_core
description: Celest types and utilities shared between the client and the cloud.
version: 0.4.0-dev.2
version: 0.4.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core

Expand Down

0 comments on commit 02bf538

Please sign in to comment.