Skip to content

Commit f8e3d98

Browse files
Chore: Publish release (#191)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jeff <[email protected]>
1 parent 5810233 commit f8e3d98

File tree

3 files changed

+30
-27
lines changed

3 files changed

+30
-27
lines changed

.changeset/fluffy-goats-design.md

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

CHANGELOG.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# Change Log
22

3-
### 3.0.2 — 2022-05-06
3+
## 3.0.3 — 2022-12-21
44

5-
#### 🐛 Fixed
5+
### Patch Changes
6+
7+
- Fix precision loss with fractional pixel font-sizes [#178](https://github.com/stormwarning/tailwindcss-capsize/pull/178)
8+
9+
Thanks [@andriytyurnikov](https://github.com/andriytyurnikov)!
10+
11+
## 3.0.2 — 2022-05-06
12+
13+
### 🐛 Fixed
614

715
- Use correct custom property with default lineHeight values [#153](https://github.com/stormwarning/tailwindcss-capsize/pull/153)
816

917
Fixes issue with a `leading-*` class being required even with fontSize values including a default lineHeight.
1018

11-
### 3.0.1 — 2022-01-17
19+
## 3.0.1 — 2022-01-17
1220

13-
#### 🐛 Fixed
21+
### 🐛 Fixed
1422

1523
- Remove unit from `--font-size-px` custom property [#128](https://github.com/stormwarning/tailwindcss-capsize/pull/128)
1624

@@ -19,7 +27,7 @@
1927

2028
## 3.0.0 — 2022-01-11
2129

22-
#### 💣 Breaking Changes
30+
### 💣 Breaking Changes
2331

2432
- Add `modern` output mode [#123](https://github.com/stormwarning/tailwindcss-capsize/pull/123)
2533

@@ -29,7 +37,7 @@
2937

3038
## 2.1.0 — 2021-09-21
3139

32-
#### 🎁 Added
40+
### 🎁 Added
3341

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

@@ -39,14 +47,14 @@
3947

4048
## 2.0.0 — 2021-09-21
4149

42-
#### 💣 Breaking Changes
50+
### 💣 Breaking Changes
4351

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

49-
#### 🐛 Fixed
57+
### 🐛 Fixed
5058

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

@@ -55,9 +63,9 @@
5563
+ require('tailwindcss-capsize')
5664
```
5765

58-
### 1.2.2 — 2021-03-03
66+
## 1.2.2 — 2021-03-03
5967

60-
#### 🐛 Fixed
68+
### 🐛 Fixed
6169

6270
- Fix issue requiring an empty options object to be passed in [#68](https://github.com/stormwarning/tailwindcss-capsize/pull/68)
6371

@@ -66,47 +74,47 @@
6674
+ require('tailwindcss-capsize')
6775
```
6876

69-
### 1.2.1 — 2021-02-08
77+
## 1.2.1 — 2021-02-08
7078

71-
#### 🐛 Fixed
79+
### 🐛 Fixed
7280

7381
- Avoid error when `normalizeValue` gets an array [`e18c905`](https://github.com/stormwarning/tailwindcss-capsize/commit/e18c9055f2f5607c6c2d58c96fa0cfb46bb1e1c6)
7482
Still needs to account fully for Tailwind v2 configs, but this helps.
7583

7684
## 1.2.0 — 2020-10-11
7785

78-
#### 🎁 Added
86+
### 🎁 Added
7987

8088
- Allow unitless or percentage-based leading values [#34](https://github.com/stormwarning/tailwindcss-capsize/pull/34)
8189
Uses the inherited `font-size` to determine pixel `line-height` value.
8290

83-
#### 🐛 Fixed
91+
### 🐛 Fixed
8492

8593
- Use correct path for `types` import [#30](https://github.com/stormwarning/tailwindcss-capsize/pull/30)
8694
This should clear up any TypeScript warnings during local builds.
8795

8896
## 1.1.0 — 2020-09-04
8997

90-
#### 💣 Breaking Changes
98+
### 💣 Breaking Changes
9199

92100
- Rename plugin using common prefix convention [`eac9127`](https://github.com/stormwarning/tailwindcss-capsize/commit/eac91277f979ef4233790deedb76cf3ac9b8a9c1) \
93101
`tailwind-capsize``tailwindcss-capsize`
94102

95-
### 1.0.3 — 2020-09-03
103+
## 1.0.3 — 2020-09-03
96104

97-
#### ♻️ Changed
105+
### ♻️ Changed
98106

99107
- Cleaned out unused code and fix up docs examples [`bc1372f`](https://github.com/stormwarning/tailwindcss-capsize/commit/bc1372f8a6b96a0b19d2ce48dcbda598a715c25c)
100108

101-
### 1.0.2 — 2020-09-01
109+
## 1.0.2 — 2020-09-01
102110

103-
#### 🐛 Fixed
111+
### 🐛 Fixed
104112

105113
- Fixed error when trying to set a custom root font-size value [#16](https://github.com/stormwarning/tailwindcss-capsize/pull/16)
106114

107-
### 1.0.1 — 2020-08-13
115+
## 1.0.1 — 2020-08-13
108116

109-
#### 🐛 Fixed
117+
### 🐛 Fixed
110118

111119
- Added actual README and package description & keywords [`327886e`](https://github.com/stormwarning/tailwindcss-capsize/commit/327886ed2b57e76a12424bf6050ac193e0c23d10)
112120

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.2",
3+
"version": "3.0.3",
44
"description": "TailwindCSS leading-trim utility classes.",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)