Skip to content

Commit d85d64e

Browse files
Merge pull request #822 from Workiva/release_over_react_4.9.0
RM-188184 RM-188183 Release over_react 4.9.0
2 parents 6e02efb + 5cfdb06 commit d85d64e

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 4.8.5
2+
version: 4.9.0
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
environment:

tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)