Skip to content

Commit

Permalink
Chore: Publish release (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2021
1 parent 46053d4 commit d9b4143
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/empty-flies-exist.md

This file was deleted.

16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
# Change Log

## 2.1.0 — 2021-09-21

#### 🎁 Added

- Allow custom activation class via new `className` option [#103](https://github.com/stormwarning/tailwindcss-capsize/pull/103)

```js
require('tailwindcss-capsize')({ className: 'leading-trim' })
```

## 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)!
- 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)!
- 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
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": "2.0.0",
"version": "2.1.0",
"description": "TailwindCSS leading-trim utility classes.",
"keywords": [
"tailwindcss",
Expand Down

0 comments on commit d9b4143

Please sign in to comment.