Skip to content

Commit

Permalink
chore(version): 0.5.0-dev.0
Browse files Browse the repository at this point in the history
Bump major version for testing
  • Loading branch information
dnys1 committed Aug 29, 2024
1 parent e36d754 commit 66609d7
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ You have now set up your Celest project and integrated it into your Flutter app.
| ------------------------------------------ | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [celest](packages/celest/) | The main package for defining Celest backends. | <a href="https://pub.dev/packages/celest" target="_blank"> <img src="https://img.shields.io/pub/v/celest.svg"></a> | [![Celest](https://github.com/celest-dev/celest/actions/workflows/celest.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest.yaml) |
| [celest_auth](packages/celest_auth/) | The authentication and authorization runtimes for Celest. | <a href="https://pub.dev/packages/celest_auth" target="_blank"> <img src="https://img.shields.io/pub/v/celest_auth.svg"></a> | [![Celest Auth](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml) |
| [celest_cloud](packages/celest_cloud/) | API contracts and Dart clients for the Celest Cloud platform. | <a href="https://pub.dev/packages/celest_cloud" target="_blank"> <img src="https://img.shields.io/pub/v/celest_cloud.svg"></a> | [![Celest Cloud](https://github.com/celest-dev/celest/actions/workflows/celest_cloud.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_cloud.yaml) |
| [celest_core](packages/celest_core/) | Core types and utilities shared between Celest packages. | <a href="https://pub.dev/packages/celest_core" target="_blank"> <img src="https://img.shields.io/pub/v/celest_core.svg"></a> | [![Celest Core](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml) |

## License
Expand Down
2 changes: 1 addition & 1 deletion examples/gemini/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.3.0

dependencies:
celest: ^0.4.0
celest: ^0.5.0-0
google_generative_ai: ^0.2.0
http: ">=0.13.0 <2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/openai/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.3.0

dependencies:
celest: ^0.4.0
celest: ^0.5.0-0
chat_gpt_sdk: ^2.2.8
http: ">=0.13.0 <2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/todo/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.3.0

dependencies:
celest: ^0.4.0
celest: ^0.5.0-0
http: ">=0.13.0 <2.0.0"
uuid: ^4.3.3

Expand Down
4 changes: 3 additions & 1 deletion packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.4.3-wip
## 0.5.0-dev.0

- feat: Add social sign-in support
- fix: Allow `null` for `@httpQuery` and `@httpHeader` parameters, defaulting to the parameter name.
- chore: Migrate to new Cloud API

## 0.4.2

Expand Down
2 changes: 1 addition & 1 deletion packages/celest/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.3.0

dependencies:
celest: ^0.4.0
celest: ^0.5.0-0
http: ">=0.13.0 <2.0.0"

dependency_overrides:
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.3-wip
version: 0.5.0-dev.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest

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

dependencies:
async: ^2.11.0
celest_auth: ^0.4.0
celest_auth: ^0.5.0-dev.0
celest_cloud: ^0.1.0
celest_core: ^0.4.2
celest_core: ^0.5.0-dev.0
chunked_stream: ^1.4.2
collection: ^1.18.0
http: ^1.0.0
Expand Down
4 changes: 3 additions & 1 deletion packages/celest_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.4.2-wip
## 0.5.0-dev.0

- feat: Add social sign-in support
- chore: Disambiguate native storage scoping
- chore: Migrate to new Cloud API

## 0.4.1

Expand Down
2 changes: 1 addition & 1 deletion packages/celest_auth/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.3.0

dependencies:
celest: ^0.4.0-0
celest: ^0.5.0-0
http: ">=0.13.0 <2.0.0"

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion packages/celest_auth/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2-wip
version: 0.5.0-dev.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_auth

Expand All @@ -14,7 +14,7 @@ dependencies:
built_value: ^8.9.1
cedar: ^0.1.0
celest_cloud: ^0.1.0
celest_core: ^0.4.3-wip
celest_core: ^0.5.0-dev.0
chunked_stream: ^1.4.2
corks_cedar: ^0.2.0
ffi: ^2.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/celest_cloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
async: ^2.11.0
celest_core: ^0.4.3-wip
celest_core: ^0.5.0-dev.0
code_builder: ^4.10.0
collection: ^1.18.0
fixnum: ^1.1.0
Expand Down
5 changes: 4 additions & 1 deletion packages/celest_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 0.4.3-wip
## 0.5.0-dev.0

- chore: Update dependencies
- chore: Add all HTTP exceptions to `CloudException`
- chore: Improve HTTP authentication
- chore: Migrate to new Cloud API

## 0.4.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.3-wip
version: 0.5.0-dev.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core

Expand Down

0 comments on commit 66609d7

Please sign in to comment.