Skip to content

Commit a8ad83c

Browse files
chore: release 3.1.0 (#467)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 853e7d3 commit a8ad83c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.1.0](https://www.github.com/muhammadsammy/tailwindcss-classnames/compare/v3.0.7...v3.1.0) (2023-05-21)
6+
7+
8+
### Features
9+
10+
* add `backdrop`, `enabled` and `optional` variants ([a1c57e5](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/a1c57e511e0dcb38fd6ccccbe3f19473d35c53ce))
11+
* add `contrast-more` and `contrast-less` variants ([8720a8b](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/8720a8b62dab95de067a2c0618ed7c19256c4451))
12+
* add `grid-flow-dense` utility ([f70f2eb](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/f70f2eb4b9d46acc99f11ef6135fb2ad0f7dbf78))
13+
* add `mix-blend-plus-lighter` utility ([edcfdca](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/edcfdca123ca964e67b7611e27cbd30d137f9063))
14+
* add new `border-spacing` utilities ([4ab9a62](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/4ab9a62eea8db3b7b0f5e01e3e43fda27d486e39))
15+
* add`text-start` and `text-end` utilities ([f6955a0](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/f6955a0ee1c01f840bd3ed21867a8258b075b5f8))
16+
* support customizing class name when using darkMode: 'class' (fixes [#398](https://www.github.com/muhammadsammy/tailwindcss-classnames/issues/398)) ([853e7d3](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/853e7d327d3e47364ff2479341a23389f43bf778))
17+
18+
19+
### Bug Fixes
20+
21+
* rename colors import in updateDefaultConfig script ([7de09c6](https://www.github.com/muhammadsammy/tailwindcss-classnames/commit/7de09c6efa8ca0fdbd8e67120f099d495f8c7120))
22+
523
### [3.0.7](https://www.github.com/muhammadsammy/tailwindcss-classnames/compare/v3.0.6...v3.0.7) (2022-11-02)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-classnames",
3-
"version": "3.0.7",
3+
"version": "3.1.0",
44
"description": "Functional typed classnames for TailwindCSS",
55
"author": "Christian Alfoni <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)