From 101934646f79660430a5e76487d6e5350e68a7eb Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Wed, 18 Oct 2017 08:42:22 -0700 Subject: [PATCH] Add note to 'unreleased' CHANGELOG about deprecating Bower (#11262) * Add note to 'unreleased' CHANGELOG about deprecating Bower **what is the change?:** We will no longer release new versions of React to Bower, and we should announce that as part of our CHANGELOG. **why make this change?:** We decided on this as a team. **test plan:** Visual inspection and spell check. :) **issue:** Just follow-up for https://github.com/facebook/react/pull/11223 * Improve messaging/formatting * Move bower deprecation notice to top of changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd06019c9dea..9406ba592f71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Click to see more. +### Discontinuing Bower Releases + +Starting with 16.1.0, we will no longer be publishing new releases on Bower. You can continue using Bower for old releases, or point your Bower configs to the [React UMD builds hosted on unpkg](https://reactjs.org/docs/installation.html#using-a-cdn) that mirror npm releases and will continue to be updated. + ### All Packages * Fix an accidental extra global variable in the UMD builds. ([@gaearon](https://github.com/gaearon) in [#10935](https://github.com/facebook/react/pull/10935))