diff --git a/.changeset/violet-bikes-sing.md b/.changeset/violet-bikes-sing.md deleted file mode 100644 index ddd2980..0000000 --- a/.changeset/violet-bikes-sing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tailwindcss-capsize': patch ---- - -Remove unit from `--font-size-px` custom property -Fixes issue with `calc()` functions not working correctly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 51165ad..f922b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +### 3.0.1 — 2022-01-17 + +#### 🐛 Fixed + +- Remove unit from `--font-size-px` custom property [#128](https://github.com/stormwarning/tailwindcss-capsize/pull/128) + + Thanks [@essejmclean](https://github.com/essejmclean)! + Fixes issue with `calc()` functions not working correctly. + ## 3.0.0 — 2022-01-11 #### 💣 Breaking Changes diff --git a/package.json b/package.json index fd51d66..8886aee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-capsize", - "version": "3.0.0", + "version": "3.0.1", "description": "TailwindCSS leading-trim utility classes.", "keywords": [ "tailwindcss",