Skip to content

Commit e6bc1a9

Browse files
Chore: Publish release (#100)
1 parent 5f7f9a1 commit e6bc1a9

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

.changeset/sharp-panthers-serve.md

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

.changeset/wild-sheep-tan.md

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## 2.0.0 — 2021-09-21
4+
5+
#### 💣 Breaking Changes
6+
7+
- Use new `@capsize/core` library [#94](https://github.com/stormwarning/tailwindcss-capsize/pull/94)
8+
Thanks [@DylanVann](https://github.com/DylanVann)!
9+
This _will_ change the final output CSS, as the technique to perform
10+
the leading trim has been simplified. See the [capsize release notes](https://github.com/seek-oss/capsize/releases/tag/capsize%402.0.0)
11+
for more details.
12+
13+
#### 🐛 Fixed
14+
15+
- Fix usage when `require`ing plugin [#95](https://github.com/stormwarning/tailwindcss-capsize/pull/95)
16+
Thanks [@DylanVann](https://github.com/DylanVann)!
17+
18+
```diff
19+
- require('tailwindcss-capsize').default
20+
+ require('tailwindcss-capsize')
21+
```
22+
323
### 1.2.2 — 2021-03-03
424

525
#### 🐛 Fixed

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": "1.2.2",
3+
"version": "2.0.0",
44
"description": "TailwindCSS utility classes for trimming whitespace above & below capital letters.",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)