Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Support latest pkg/dart_style (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and matanlurey committed Apr 5, 2017
1 parent 83a7418 commit a97998f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Support the latest version of `package:dart_style`.

## 1.0.0

First full release. At this point all changes until `2.0.0` will be backwards
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: code_builder
version: 1.0.0
version: 1.0.1
description: A fluent API for generating Dart code
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/code_builder
Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
analyzer: '>=0.29.1 <0.30.0'
dart_style: ^0.2.10
dart_style: '>=0.2.10 <2.0.0'
func: ^0.1.0
matcher: ^0.12.0+2
meta: ^1.0.2
Expand Down

2 comments on commit a97998f

@kevmoo
Copy link
Contributor Author

@kevmoo kevmoo commented on a97998f Apr 5, 2017

Choose a reason for hiding this comment

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

@matanlurey – going to publish?

@matanlurey
Copy link
Contributor

Choose a reason for hiding this comment

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

Please sign in to comment.