Skip to content

Commit f6fb4c8

Browse files
committed
chore(release): v0.0.1
1 parent b82cc59 commit f6fb4c8

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Implement plugin ([9450d93](https://github.com/eazash/postcss-tailwind-space-divide/commit/9450d93))
10+
- Add option to use v3 style selectors ([4d3a3f8](https://github.com/eazash/postcss-tailwind-space-divide/commit/4d3a3f8))
11+
12+
### 🏡 Chore
13+
14+
- Add changelogen ([8f5eae9](https://github.com/eazash/postcss-tailwind-space-divide/commit/8f5eae9))
15+
- Rename package ([6456d21](https://github.com/eazash/postcss-tailwind-space-divide/commit/6456d21))
16+
- Add Readme ([74abdeb](https://github.com/eazash/postcss-tailwind-space-divide/commit/74abdeb))
17+
- Add tailwindcss v3 as peer ([b82cc59](https://github.com/eazash/postcss-tailwind-space-divide/commit/b82cc59))
18+
19+
### ✅ Tests
20+
21+
- Use vitest to add tests ([ee37578](https://github.com/eazash/postcss-tailwind-space-divide/commit/ee37578))
22+
23+
### ❤️ Contributors
24+
25+
- Ezira Ashenafi <eazash22@gmail.com>
26+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-tailwind-space-divide",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "PostCSS plugin to optimize the selector tailwindcss v3 .space-* & .divide-* classes",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)