This repository was archived by the owner on Nov 23, 2021. It is now read-only.
Releases: StringEpsilon/mini-create-react-context
Releases · StringEpsilon/mini-create-react-context
0.4.1 (2020-10-22)
- Added react 17 as a peerDependency (#251)
- Bumped
@babel/runtime
dependency.
I released this previously as 0.3.3. This is the correct version number now. I forgot to push the previous version bump after publishing it and worked from master for this release. I'm sorry for the inconvenience.
I don't expect any compatibility issues from the mixup, whether or not your project depends on ^0.3
or ^0.4
.
0.3.3 (2020-10-22)
- Added react 17 as a peerDependency (#251)
- Bumped
@babel/runtime
dependency.
Addendum: Sorry, this should have been version 0.4.1. I should have double-checked NPM before just incrementing the package.json on master. Rookie mistake.
0.3.2 (2019-04-13)
- New build process makes for a slightly better bundle size
- Typings are slightly more lenient now
I had to unpublish 0.3.1, because I forgot to include the new dependency on @babel/runtime
. I apologize for any inconvenience that may have caused.
0.3.0 (2019-04-06)
- Removed fbjs dependency.
- Use tiny-warning for showing warnings now.
- Bundled with rollup.
Also bumped all of the development dependencies.