Skip to content

Commit 0a29c63

Browse files
committed
release(celest): v1.0.6
- refactor: Move `connect` method to `CelestDatabase` class - fix: Analyzer plugin cannot be part of workspace - chore: Bump Dart SDK to 3.7.0
1 parent 8660389 commit 0a29c63

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/celest/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 1.0.6-wip
1+
## 1.0.6
22

33
- refactor: Move `connect` method to `CelestDatabase` class
44
- fix: Analyzer plugin cannot be part of workspace
5+
- chore: Bump Dart SDK to 3.7.0
56

67
## 1.0.5
78

packages/celest/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: celest
22
description: The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
3-
version: 1.0.6-wip
3+
version: 1.0.6
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/packages/celest
66

77
environment:
8-
sdk: ^3.5.0
9-
flutter: ">=3.24.0"
8+
sdk: ^3.7.0
9+
flutter: ">=3.29.0"
1010
resolution: workspace
1111

1212
dependencies:

0 commit comments

Comments
 (0)