Skip to content

Commit

Permalink
chore(version): 0.4.2 (#146)
Browse files Browse the repository at this point in the history
Adds support for event streaming via SSE/WebSockets
  • Loading branch information
dnys1 authored Jun 7, 2024
1 parent cd667c7 commit 03d6015
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2

- feat: Add support for event streaming via SSE/WebSockets

## 0.4.1

- fix: Pana issues ([dart-lang/pana#1351](https://github.com/dart-lang/pana/issues/1351))
Expand Down
4 changes: 2 additions & 2 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.1
version: 0.4.2
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
async: ^2.11.0
celest_auth: ^0.4.0
celest_core: ^0.4.0
celest_core: ^0.4.2
chunked_stream: ^1.4.2
collection: ^1.18.0
http: ^1.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/celest_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2

- feat: Add support for event streaming via SSE/WebSockets

## 0.4.1

- chore(core): Deserialize errors returned from backend
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.1
version: 0.4.2
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core

Expand Down

0 comments on commit 03d6015

Please sign in to comment.