Skip to content

Commit

Permalink
Merge pull request #110 from Workiva/release_over_react_codemod_1.12.0
Browse files Browse the repository at this point in the history
RM-90664 Release over_react_codemod 1.12.0
  • Loading branch information
rmconsole3-wf authored Jan 27, 2021
2 parents 0265942 + b4d062b commit ba5be68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.12.0](https://github.com/Workiva/over_react_codemod/compare/1.12.0...1.11.0)

- Add `dart2_9_upgrade` executable that can either:
- Upgrade a repo from the mixin based boilerplate to the new factory syntax.
- Perform a dry run (using the `--check-for-transitioning` flag) to check if the repo has migrated but also contains the now deprecated mixin based factories.

## [1.11.0](https://github.com/Workiva/over_react_codemod/compare/1.11.0...1.10.0)

- Update the `react17_dependency_override_update` codemod to add overrides that point to the release branches for React 17 instead of alpha versions.
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.11.0
version: 1.12.0
homepage: https://github.com/Workiva/over_react_codemod

description: >
Expand Down

0 comments on commit ba5be68

Please sign in to comment.