Brian Vaughn
a89854bc93
Fix Suspense-wrapping heuristic (and bump version numbers) ( #19373 )
...
* Fixed suspense wrapping heuristic
* Bump package numbers 16.13.1 -> 17.0.0-alpha.0 to fix DevTools Suspense heuristic
2020-07-15 12:25:27 -04:00
Grey Baker
b66e6e41e6
Add directory details to the package.json of all packages ( #14628 )
...
Specifying the directory as part of the `repository` field in a `package.json`
allows third party tools to provide better support when working with monorepos.
For example, it allows them to correctly construct a commit diff for a specific
package.
This format was accepted by npm in https://github.com/npm/rfcs/pull/19 .
2019-01-18 20:21:12 +00:00
Brian Vaughn
686f1060ad
Publish a local release (canary or stable) to NPM ( #14260 )
...
New release scripts.
Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
2018-11-23 12:37:18 -08:00
Brian Vaughn
1ae3f29c20
Fix react-cache UMD build ( #14047 )
2018-10-31 11:16:03 -07:00
Dan Abramov
d520b358d6
Revert all package versions to 16.5.2 state
...
Our release script is getting really confused so I'm resetting to last working state.
2018-10-23 16:18:28 -07:00
Brian Vaughn
80a0c05ce3
Removed react-cache from the bundle list for now ( #13930 )
...
* Removed react-cache from the bundle list for now
* Re-add react-cache bundle, but mark as private to avoid NPM publishing
2018-10-23 13:55:52 -07:00
Dan Abramov
b5c0852fdd
Bump version to 16.6.0-beta.0 ( #13906 )
...
* Bump version to 16.6.0-beta.0
* Root too
2018-10-20 13:03:15 -04:00
Dan Abramov
77f8dfd81e
Updating package versions for release 16.6.0-alpha.8af6728
2018-10-10 17:12:05 +01:00
Andrew Clark
ce96e2df4d
Rename simple-cache-provider to react-cache ( #13755 )
2018-10-01 09:07:40 -06:00