Skip to content

Commit 63bec94

Browse files
authored
Merge pull request #229 from Workiva/release_over_react_codemod_2.23.0
RM-191498 Release over_react_codemod 2.23.0
2 parents 329e371 + 145237b commit 63bec94

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [2.23.0(https://github.com/Workiva/over_react_codemod/compare/2.23.0....2.22.0)
2+
3+
- Update bundle updater codemod to include link tags
4+
5+
## [2.22.0(https://github.com/Workiva/over_react_codemod/compare/2.22.0....2.21.0)
6+
7+
- Fix for creating two copies of identical messages when they used double quotes
8+
9+
## [2.21.0(https://github.com/Workiva/over_react_codemod/compare/2.21.0....2.20.0)
10+
11+
- Fix names when writing the _intl.dart file
12+
13+
## [2.20.0(https://github.com/Workiva/over_react_codemod/compare/2.20.0....2.19.0)
14+
15+
- Attempt to reduce merge conflicts on _intl.dart files
16+
17+
## [2.19.0(https://github.com/Workiva/over_react_codemod/compare/2.19.0....2.18.0)
18+
19+
- Update the glob for pubspecs to pick up things like empty_pubspec.yaml
20+
21+
## [2.18.0(https://github.com/Workiva/over_react_codemod/compare/2.18.0....2.17.0)
22+
23+
- add shouldAddDependencies to bundle updater codemod
24+
25+
## [2.17.0(https://github.com/Workiva/over_react_codemod/compare/2.17.0....2.16.0)
26+
27+
- Change parameters typed Function in formattedMessage calls to Object
28+
29+
## [2.16.0(https://github.com/Workiva/over_react_codemod/compare/2.16.0....2.15.0)
30+
31+
- Batch change to update consumers to new RMUI ESM bundle
32+
33+
## [2.15.0(https://github.com/Workiva/over_react_codemod/compare/2.15.0....2.14.0)
34+
35+
- Migrate calls to addContextMenuItem
36+
- Fix the ignore for static-only classes to be for the file
37+
38+
## [2.14.0(https://github.com/Workiva/over_react_codemod/compare/2.14.0....2.13.0)
39+
40+
- Add nicer logging to codemod dryrun check
41+
142
## [2.13.0(https://github.com/Workiva/over_react_codemod/compare/2.13.0....2.12.0)
243

344
- Add a --[no]-prune-unused flag to remove methods that appear to be ununused

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react_codemod
2-
version: 2.22.0
2+
version: 2.23.0
33
homepage: https://github.com/Workiva/over_react_codemod
44

55
description: >

0 commit comments

Comments
 (0)