Skip to content

Commit

Permalink
Merge pull request #28 from Workiva/release_over_react_codemod_1.1.0
Browse files Browse the repository at this point in the history
CPLAT-4097 Release over_react_codemod 1.1.0
  • Loading branch information
rmconsole3-wf authored Feb 26, 2019
2 parents 9969860 + 82414b2 commit 0cb300c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- `// ignore: uri_has_not_been_generated` comments that precede a
`.over_react.g.dart` part directive are removed

- Fix a bug that could result in overlapping patches being suggested, which
would cause the `dart2_upgrade` codemod to exit early unsuccessfully.

## [1.0.2](https://github.com/Workiva/over_react_codemod/compare/1.0.1...1.0.2)

- Provide additional output from the `dart2_upgrade` codemod in the following
Expand Down
2 changes: 1 addition & 1 deletion lib/src/executables/dart2_upgrade.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const _helpFlag = '--help';
const _helpFlagAbbr = '-h';
const _changesRequiredOutput = """
To update your code, switch to Dart 2.1.0 and run the following commands:
pub global activate over_react_codemod ^1.0.1
pub global activate over_react_codemod ^1.1.0
pub global run over_react_codemod:dart2_upgrade --backwards-compat
Then, review and commit the changes.
""";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react_codemod
version: 1.0.2
version: 1.1.0
homepage: https://github.com/Workiva/over_react_codemod

description: >
Expand Down

0 comments on commit 0cb300c

Please sign in to comment.