From aeed9d34cf381448ddf87a2b36eb717580354be7 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 16 Sep 2019 22:28:00 +0000 Subject: [PATCH 1/3] over_react_codemod_1.3.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 48bd3aac..194e1a9d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react_codemod -version: 1.3.0 +version: 1.3.1 homepage: https://github.com/Workiva/over_react_codemod description: > From 609fa276de45d8271363d26c0442da64aace7ff3 Mon Sep 17 00:00:00 2001 From: Keal Jones Date: Mon, 16 Sep 2019 15:34:27 -0700 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 262fc7fa..242f4f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.3.0](https://github.com/Workiva/over_react_codemod/compare/1.2.0...1.3.1) + +- Fix a bug that would occur when parsing a pubspec version of "any" + + ## [1.3.0](https://github.com/Workiva/over_react_codemod/compare/1.2.0...1.3.0) - Add a flag `--no-partial-upgrades` to `component2_upgrade` codemod that will From 861ca794ef34291df1c16b4c5ff53585a123770c Mon Sep 17 00:00:00 2001 From: Keal Jones <41018730+kealjones-wk@users.noreply.github.com> Date: Mon, 16 Sep 2019 15:39:00 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-Authored-By: joebingham-wk <46691367+joebingham-wk@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242f4f54..c3bd0e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.3.0](https://github.com/Workiva/over_react_codemod/compare/1.2.0...1.3.1) +## [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"