Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPLAT-4097 Release over_react_codemod 1.1.0 #28

Merged
merged 2 commits into from
Feb 26, 2019
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
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