Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 4, 2022
1 parent 9cfd4a4 commit 68fb3ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ In SSR everything should work with [JavaScript disabled](https://developer.chrom
<details>
<summary>Click to expand</summary>

## v4.1.0

- Publish an ESM distribution.
This fixes many bug when working in [Vite](https://vitejs.dev/).

## v4.0.0

- No need to provide an emotion cache explicitly, MUI and TSS can share the same emotion cache.
No special instruction to make TSS work with SSR.

## v3.7.1

- Retrocompatibility with React 16. [Ref](https://github.com/garronej/tss-react/issues/95)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tss-react",
"version": "4.1.0-beta.8",
"version": "4.1.0",
"description": "makeStyles is dead, long live makeStyles!",
"repository": {
"type": "git",
Expand Down

0 comments on commit 68fb3ff

Please sign in to comment.