Skip to content

Commit 3edeb85

Browse files
committed
Bump dart sdk to 3.0.0
1 parent 1d9b496 commit 3edeb85

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

packages/leancode_contracts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.0
2+
3+
- **BREAKING**: Bump Dart SDK to 3.0.0
4+
15
# 0.6.0
26

37
- **BREAKING**: Removed `DateOnly.source`. Use `DateOnly.toDateTimeLocal()` or `DateOnly.toDateTimeUtc()` instead

packages/leancode_contracts/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: leancode_contracts
22
repository: https://github.com/leancodepl/contractsgenerator-dart
33
description: Dart contracts runtime for a CQRS API.
4-
version: 0.6.0
4+
version: 0.7.0
55

66
environment:
7-
sdk: ">=2.17.0 <3.0.0"
7+
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
1010
cqrs: ">=7.0.0 <10.0.0"

packages/leancode_contracts_generator/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 0.12.0
22

3-
- **BREAKING**: Bump `package:protobuf` to v3
3+
- **BREAKING**: Bump `package:protobuf` to 3.0.0
4+
- **BREAKING**: Bump Dart SDK to 3.0.0
45

56
# 0.11.0
67

packages/leancode_contracts_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Dart contracts client generator for a CQRS API.
44
version: 0.12.0
55

66
environment:
7-
sdk: ">=2.19.0 <3.0.0"
7+
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
1010
args: ^2.1.1

0 commit comments

Comments
 (0)