Skip to content

Commit

Permalink
chore(version): 0.3.0
Browse files Browse the repository at this point in the history
Release of version 0.3.0 with support for Celest Auth w/ email OTP
  • Loading branch information
dnys1 committed Mar 10, 2024
1 parent 0f4f15a commit f2295b9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.3.0-dev.1
## 0.3.0

- Initial release of Celest Auth
- Initial release of Celest Auth with email OTP support

## 0.2.0

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.3.0-dev.1
version: 0.3.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.3.0-dev.1
celest_core: ^0.3.0-dev.1
celest_auth: ^0.3.0
celest_core: ^0.3.0
chunked_stream: ^1.4.2
meta: ^1.9.0
shelf: ^1.4.1
Expand Down
6 changes: 1 addition & 5 deletions packages/celest_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 0.3.0-dev.2

- Clear browser cookies on `signOut`

## 0.3.0-dev.1
## 0.3.0

- Initial version.
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.3.0-dev.2
version: 0.3.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.3.0-dev.2
celest_core: ^0.3.0
chunked_stream: ^1.4.2
corks_cedar: ^0.1.0
ffi: ^2.1.2
Expand Down
6 changes: 1 addition & 5 deletions packages/celest_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## 0.3.0-dev.2

- Add `signOut` method to `AuthProtocol` for clearing browser cookies

## 0.3.0-dev.1
## 0.3.0

- Adds `SecureStorage` interface for storage of sensitive data in the platform keychain
- Adds core Auth types and interfaces
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.3.0-dev.2
version: 0.3.0
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core

Expand Down

0 comments on commit f2295b9

Please sign in to comment.