Skip to content

Commit

Permalink
Chore: Publish release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2021
1 parent 5f7f9a1 commit e6bc1a9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/sharp-panthers-serve.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wild-sheep-tan.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 2.0.0 — 2021-09-21

#### 💣 Breaking Changes

- Use new `@capsize/core` library [#94](https://github.com/stormwarning/tailwindcss-capsize/pull/94)
Thanks [@DylanVann](https://github.com/DylanVann)!
This _will_ change the final output CSS, as the technique to perform
the leading trim has been simplified. See the [capsize release notes](https://github.com/seek-oss/capsize/releases/tag/capsize%402.0.0)
for more details.

#### 🐛 Fixed

- Fix usage when `require`ing plugin [#95](https://github.com/stormwarning/tailwindcss-capsize/pull/95)
Thanks [@DylanVann](https://github.com/DylanVann)!

```diff
- require('tailwindcss-capsize').default
+ require('tailwindcss-capsize')
```

### 1.2.2 — 2021-03-03

#### 🐛 Fixed
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": "tailwindcss-capsize",
"version": "1.2.2",
"version": "2.0.0",
"description": "TailwindCSS utility classes for trimming whitespace above & below capital letters.",
"keywords": [
"tailwindcss",
Expand Down

0 comments on commit e6bc1a9

Please sign in to comment.