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

RM-59076 Release over_react_codemod 1.4.1 #66

Merged
merged 4 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from 3 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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
## [1.4.1](https://github.com/Workiva/over_react_codemod/compare/1.4.0...1.4.1)

- Fix a bug that would cause ErrorBoundary components with props to be wraped in
another ErrorBoundary.


## [1.4.0](https://github.com/Workiva/over_react_codemod/compare/1.3.2...1.4.0)

- Update React 16 componentWillMount Migrator to migrate to componentDidMount
kealjones-wk marked this conversation as resolved.
Show resolved Hide resolved
- Add React 16 getDefaultProps getInitialState Migrator
kealjones-wk marked this conversation as resolved.
Show resolved Hide resolved
- Add React 16 Post Rollout Codemod
- Update React 16 pubspec updater to include over_react


## [1.3.2](https://github.com/Workiva/over_react_codemod/compare/1.3.1...1.3.2)

- Enable the use of `// orcm_ignore` comments when running the react16 / component2 codemods.


## [1.3.1](https://github.com/Workiva/over_react_codemod/compare/1.3.0...1.3.1)

- Fix a bug that would occur when parsing a pubspec version of "any"
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.4.0
version: 1.4.1
homepage: https://github.com/Workiva/over_react_codemod

description: >
Expand Down