Skip to content

Commit d9af718

Browse files
Merge pull request #951 from Workiva/release_over_react_5.3.3
RM-285731 RM-285730 Release over_react 5.3.3
2 parents 419c477 + 62bdf43 commit d9af718

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/dart_ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
branches:
1212
- '**'
1313

14+
permissions:
15+
contents: write
16+
id-token: write
17+
pull-requests: write
18+
1419
jobs:
1520
build:
1621
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OverReact Changelog
22

3+
## 5.3.3
4+
- [#951] Internal CI fixes
5+
36
## 5.3.2
47
- [#948] Fix late required prop linting not working in non-null-safe libraries
58
- [#949] Add docs around migrating connect and wrapper components, improve helpfulness of required prop lints and runtime errors

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: 5.3.2
2+
version: 5.3.3
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
@@ -13,7 +13,7 @@ dependencies:
1313
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1414
# so that it always resolves to the same version of over_react that the user has pulled in,
1515
# and thus has the same boilerplate parsing code that's running in the builder.
16-
over_react: 5.3.2
16+
over_react: 5.3.3
1717
path: ^1.5.1
1818
source_span: ^1.7.0
1919
yaml: ^3.0.0

0 commit comments

Comments
 (0)