Skip to content

Commit 8239deb

Browse files
Publish release (#215)
1 parent b8bf973 commit 8239deb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/dirty-rats-think.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.0.5
4+
5+
### Patch Changes
6+
7+
- Reworked internals ([#214](https://github.com/stormwarning/tailwindcss-capsize/pull/214))
8+
No notable change in CSS output. Should support Tailwind TypeScript configs better now.
9+
310
## 3.0.4
411

512
### Patch Changes
@@ -48,7 +55,7 @@
4855
- Allow custom activation class via new `className` option [#103](https://github.com/stormwarning/tailwindcss-capsize/pull/103)
4956

5057
```js
51-
require('tailwindcss-capsize')({ className: 'leading-trim' })
58+
require("tailwindcss-capsize")({ className: "leading-trim" });
5259
```
5360

5461
## 2.0.0 — 2021-09-21

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-capsize",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "TailwindCSS leading-trim utility classes.",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)