Skip to content

Commit c3674a3

Browse files
authored
release(core): v1.0.3 (#416)
- chore: Update dependencies - chore: Update linter/style preferences - chore: Bump Dart SDK constraint to `^3.7.0` - chore: Re-format with Dart 3.7
1 parent 1b5363c commit c3674a3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/celest_core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dart analyze
3232
- name: Format
3333
working-directory: packages/celest_core
34-
run: dart format --language-version=latest --set-exit-if-changed .
34+
run: dart format --set-exit-if-changed .
3535
test:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 15

packages/celest_core/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## NEXT
1+
## 1.0.3
22

33
- chore: Update dependencies
4-
- chore: Re-format with Dart 3.8
54
- chore: Update linter/style preferences
5+
- chore: Bump Dart SDK constraint to `^3.7.0`
6+
- chore: Re-format with Dart 3.7
67

78
## 1.0.2
89

packages/celest_core/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: celest_core
22
description: Celest types and utilities shared between the client and the cloud.
3-
version: 1.0.3-wip
3+
version: 1.0.3
44
homepage: https://celest.dev
55
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core
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)