From d0c34c3fa5e5b07b108ddafa74a7cb75baa2f0f3 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Fri, 4 Oct 2019 14:46:02 -0700 Subject: [PATCH 1/3] Update ReactJS version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c511840a..57d4a32d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Dart wrapper for [React JS](https://reactjs.org/) [![Pub](https://img.shields.io/pub/v/react.svg)](https://pub.dartlang.org/packages/react) -![ReactJS v16.8.6](https://img.shields.io/badge/React_JS-v16.8.6-green.svg) +![ReactJS v16.10.1](https://img.shields.io/badge/React_JS-v16.10.1-green.svg) [![Build Status](https://travis-ci.com/cleandart/react-dart.svg?branch=master)](https://travis-ci.com/cleandart/react-dart) [![React Dart API Docs](https://img.shields.io/badge/api_docs-react-blue.svg)](https://pub.dartlang.org/documentation/react/latest/) From 1d72b96c69513b84376f602bd956fbacd55584a9 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Fri, 4 Oct 2019 14:46:28 -0700 Subject: [PATCH 2/3] Point readme links to pub.dev urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57d4a32d..d51e6305 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Dart wrapper for [React JS](https://reactjs.org/) -[![Pub](https://img.shields.io/pub/v/react.svg)](https://pub.dartlang.org/packages/react) +[![Pub](https://img.shields.io/pub/v/react.svg)](https://pub.dev/packages/react) ![ReactJS v16.10.1](https://img.shields.io/badge/React_JS-v16.10.1-green.svg) [![Build Status](https://travis-ci.com/cleandart/react-dart.svg?branch=master)](https://travis-ci.com/cleandart/react-dart) -[![React Dart API Docs](https://img.shields.io/badge/api_docs-react-blue.svg)](https://pub.dartlang.org/documentation/react/latest/) +[![React Dart API Docs](https://img.shields.io/badge/api_docs-react-blue.svg)](https://pub.dev/documentation/react/latest/) ## Getting Started From 7b6c5ff6151f49e52af81c04f8e95cd8c95b5cb5 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Fri, 4 Oct 2019 14:50:12 -0700 Subject: [PATCH 3/3] react 5.0.0-alpha.1 --- CHANGELOG.md | 14 ++++++++++---- pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 848c54e3..a0784f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ -## [5.0.0-alpha.0](https://github.com/cleandart/react-dart/compare/4.9.1...5.0.0-alpha.0) +## 5.0.0 (alpha) -__ReactJS 16.x Support__ +- [5.0.0-alpha.1](https://github.com/cleandart/react-dart/compare/5.0.0-alpha.0...5.0.0-alpha.1) -- The underlying `.js` files provided by this package are now ReactJS version 16. -- Support for the new / updated lifecycle methods from ReactJS 16 [will be released in version `5.1.0`](https://github.com/cleandart/react-dart/milestone/1). + - [#216] Update to ReactJS version 16.10.1 + +- [5.0.0-alpha.0](https://github.com/cleandart/react-dart/compare/4.9.1...5.0.0-alpha.0) + + __ReactJS 16.x Support__ + + - The underlying `.js` files provided by this package are now ReactJS version 16. + - Support for the new / updated lifecycle methods from ReactJS 16 [will be released in version `5.1.0`](https://github.com/cleandart/react-dart/milestone/1). > [Full list of 5.0.0 Pull Requests](https://github.com/cleandart/react-dart/milestone/2?closed=1) diff --git a/pubspec.yaml b/pubspec.yaml index 6575602b..faadfbcf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react -version: 5.0.0-alpha.0 +version: 5.0.0-alpha.1 authors: - Samuel Hapák - Greg Littlefield