Skip to content

Commit

Permalink
chore: Release dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Feb 27, 2024
1 parent a9a0062 commit ed24d39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.2.0-dev.3

## 0.2.0-dev.2

- Fix route path in heartbeat monitor
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0-dev.2
version: 0.2.0-dev.3
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest

Expand Down
7 changes: 7 additions & 0 deletions packages/celest_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0-dev.1

- Bumps minimum Dart SDK to 3.3
- Adds `JsonValue` hierarchy for representing JSON primitives safely
- Adds `Serializer.define` for creating serializers from functions
- Adds `TypeToken` to enable serialization of extension types

## 0.2.0-dev

- Make `SerializationException` implement `BadRequestException`
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.2.0-dev
version: 0.2.0-dev.1
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core

Expand Down

0 comments on commit ed24d39

Please sign in to comment.