Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM-113709 Release react-dart 6.1.3 #326

Merged
merged 2 commits into from
Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.1.3](https://github.com/cleandart/react-dart/compare/6.1.2...6.1.3)

- [#308] Bump elliptic from 6.5.3 to 6.5.4
- [#311] Bump ssri from 6.0.1 to 6.0.2
- [#312] Bump lodash from 4.17.20 to 4.17.21
- [#313] Bump browserslist from 4.16.1 to 4.16.6
- [#318] Bump path-parse from 1.0.6 to 1.0.7
- [#323] Raise the Dart SDK minimum to at least 2.11.0
- [#315] Upgrade CI to run using Dart 2.13
- [#309] Update README.md
- [#325] Upgrade dependency_validator

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

- [#321] Fix missing Dart component names in error boundary `componentStack`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: react
version: 6.1.2
version: 6.1.3
description: Bindings of the ReactJS library for building interactive interfaces.
homepage: https://github.com/cleandart/react-dart
environment:
Expand Down