Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 61d4158

Browse files
chalinkevmoo
authored andcommitted
chore: set max SDK version to <3.0.0 (#215)
1 parent 823aff9 commit 61d4158

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ branches:
1818
dart_task:
1919
- test: --platform vm
2020
- dartanalyzer
21-
- dartfmt: sdk
21+
- dartfmt

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.2
2+
3+
* Set max SDK version to `<3.0.0`.
4+
15
## 3.1.1
26

37
* `Expression.asA` is now wrapped with parenthesis so that further calls may be

pubspec.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: code_builder
2-
version: 3.1.1
2+
version: 3.1.2
3+
34
description: A fluent API for generating Dart code
45
author: Dart Team <[email protected]>
56
homepage: https://github.com/dart-lang/code_builder
67

78
environment:
8-
sdk: '>=2.0.0-dev <2.0.0'
9+
sdk: '>=2.0.0-dev <3.0.0'
910

1011
dependencies:
1112
built_collection: '>=1.0.0 <4.0.0'
@@ -15,8 +16,8 @@ dependencies:
1516

1617
dev_dependencies:
1718
build: ^0.12.0
18-
build_runner: '>=0.7.9 <0.9.0'
19+
build_runner: ^0.9.2
1920
built_value_generator: ^5.1.0
2021
dart_style: ^1.0.0
21-
source_gen: '>=0.7.5 <0.9.0'
22-
test: ^0.12.0
22+
source_gen: ^0.8.3
23+
test: ^1.3.0

0 commit comments

Comments
 (0)