Skip to content

Commit

Permalink
Merge pull request #317 from Workiva/release-react-6.1.0
Browse files Browse the repository at this point in the history
RM-95981 Release react-dart 6.1.0
  • Loading branch information
rmconsole7-wk authored Aug 3, 2021
2 parents efb4277 + c563fad commit 13e6cb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [stable, dev]
sdk: [stable, beta]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Run tests (DDC)
run: dart pub run build_runner test -- --preset dartdevc
if: always() && steps.install.outcome == 'success'
timeout-minutes: 5

- name: Run tests (dart2js)
run: dart pub run build_runner test --release -- --preset dart2js
if: always() && steps.install.outcome == 'success'
timeout-minutes: 5
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.1.0](https://github.com/cleandart/react-dart/compare/6.0.1...6.1.0)

- [#316] Export `generateJsProps`.

## [6.0.1](https://github.com/cleandart/react-dart/compare/6.0.0...6.0.1)

- [#305] Fix `JsBackedMap` for Dart 2.12.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: react
version: 6.0.1
version: 6.1.0
description: Bindings of the ReactJS library for building interactive interfaces.
homepage: https://github.com/cleandart/react-dart
environment:
Expand All @@ -14,5 +14,5 @@ dev_dependencies:
build_web_compilers: ^2.1.4
dependency_validator: ^1.2.0
matcher: ^0.12.5
mockito: ^4.1.1
mockito: ">=4.1.1 <6.0.0"
test: ^1.6.5

0 comments on commit 13e6cb7

Please sign in to comment.