diff --git a/CHANGELOG.md b/CHANGELOG.md index c71c2a2..7fcd76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### **3.5.2** (2022-03-07) + +- Use createContext as shared object for storing contex + ### **3.5.1** (2022-03-06) - Declare react a peer dependency diff --git a/README.md b/README.md index 8b5a77b..9ebd91e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ - ✅ [Maintained for the foreseeable future](https://github.com/mui-org/material-ui/issues/28463#issuecomment-923085976), issues are dealt with within good delays. - ✅ As fast as `emotion` ([see the difference](https://stackoverflow.com/questions/68383046/is-there-a-performance-difference-between-the-sx-prop-and-the-makestyles-functio) with mui's `makeStyles`) -- ✅ Library authors: Unlike `@emotion/react` and `@emotion/styled`, `tss-react` won’t be yet another entry in your `peerDependencies`. +- ✅ Library authors: [`tss-react` won’t be yet another entry in your `peerDependencies`](https://docs.tss-react.dev/publish-a-module-that-uses-tss). ```bash $ yarn add tss-react @emotion/react