We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8660389 commit 0a29c63Copy full SHA for 0a29c63
packages/celest/CHANGELOG.md
@@ -1,7 +1,8 @@
1
-## 1.0.6-wip
+## 1.0.6
2
3
- refactor: Move `connect` method to `CelestDatabase` class
4
- fix: Analyzer plugin cannot be part of workspace
5
+- chore: Bump Dart SDK to 3.7.0
6
7
## 1.0.5
8
packages/celest/pubspec.yaml
@@ -1,12 +1,12 @@
name: celest
description: The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
-version: 1.0.6-wip
+version: 1.0.6
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest
environment:
- sdk: ^3.5.0
9
- flutter: ">=3.24.0"
+ sdk: ^3.7.0
+ flutter: ">=3.29.0"
10
resolution: workspace
11
12
dependencies:
0 commit comments