Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ branches:
dart_task:
- test: --platform vm
- dartanalyzer
- dartfmt: sdk
- dartfmt
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.2

* Set max SDK version to `<3.0.0`.

## 3.1.1

* `Expression.asA` is now wrapped with parenthesis so that further calls may be
Expand Down
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: code_builder
version: 3.1.1
version: 3.1.2

description: A fluent API for generating Dart code
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/code_builder

environment:
sdk: '>=2.0.0-dev <2.0.0'
sdk: '>=2.0.0-dev <3.0.0'

dependencies:
built_collection: '>=1.0.0 <4.0.0'
Expand All @@ -15,8 +16,8 @@ dependencies:

dev_dependencies:
build: ^0.12.0
build_runner: '>=0.7.9 <0.9.0'
build_runner: ^0.9.2
built_value_generator: ^5.1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump build_runner: ^0.9.2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

dart_style: ^1.0.0
source_gen: '>=0.7.5 <0.9.0'
test: ^0.12.0
source_gen: ^0.8.3
test: ^1.3.0