File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# OverReact Changelog
22
3+ ## [ 4.9.0] ( https://github.com/Workiva/over_react/compare/4.8.5...4.9.0 )
4+ - [ #820 ] Add Suspense Component
5+ - [ #819 ] More dependency updates
6+
37## [ 4.8.5] ( https://github.com/Workiva/over_react/compare/4.8.4...4.8.5 )
4- Dependency updates: ` dart_dev: '>=3.0.0 <5.0.0' ` and ` w_common: '>=2.0.0 <4.0.0' `
8+ - [ #815 ] Dependency updates: ` dart_dev: '>=3.0.0 <5.0.0' `
9+ - [ #816 ] Dependency updates: ` w_common: '>=2.0.0 <4.0.0' `
510
611## [ 4.8.4] ( https://github.com/Workiva/over_react/compare/4.8.3...4.8.4 )
7- 4.8.3 was missing the analyzer plugin in the published package for some reason, and this release should hopefully include it again.
12+ - 4.8.3 was missing the analyzer plugin in the published package for some reason, and this release should hopefully include it again.
813
914## [ 4.8.3] ( https://github.com/Workiva/over_react/compare/4.8.2...4.8.3 )
10-
1115- [ #807 ] Allow analyzer 2.x, fix analyzer plugin not starting in newer SDKs
12- -
13- ## [ 4.8.2] ( https://github.com/Workiva/over_react/compare/4.8.1...4.8.2 )
1416
17+ ## [ 4.8.2] ( https://github.com/Workiva/over_react/compare/4.8.1...4.8.2 )
1518- [ #804 ] Dependencies: raise analyzer to ^1.7.2, unpin meta
1619- [ #805 ] Internal CI and dev_dependencies updates
1720
1821## [ 4.8.1] ( https://github.com/Workiva/over_react/compare/4.8.0...4.8.1 )
19-
2022- [ #802 ] Raise platform_detect upperbound to allow 2.x
2123- [ #800 ] (Docs) Add Redux DevTools integration documentation
2224
Original file line number Diff line number Diff line change 11name : over_react
2- version : 4.8.5
2+ version : 4.9.0
33description : A library for building statically-typed React UI components using Dart.
44homepage : https://github.com/Workiva/over_react/
55environment :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1515 # so that it always resolves to the same version of over_react that the user has pulled in,
1616 # and thus has the same boilerplate parsing code that's running in the builder.
17- over_react : 4.8.5
17+ over_react : 4.9.0
1818 path : ^1.5.1
1919 source_span : ^1.7.0
2020 yaml : ^3.0.0
You can’t perform that action at this time.
0 commit comments