Skip to content

Commit 8d7651e

Browse files
committed
Update package version
1 parent 4a851b6 commit 8d7651e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2023-10-17
9+
10+
- Support Tailwind v3
11+
- Add colors preview in UI
12+
- Update dependencies
13+
814
## [0.2.1] - 2021-07-17
915

1016
- Fix packaging for npx

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Varun A P
3+
Copyright (c) 2023 Varun A P
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npx tailwindcss-analysis
3030

3131
- [ ] Display file size (minified and gzipped)
3232
- [ ] Cleanup CSS output after execution
33-
- [ ] Show human-readable values for colors and fonts
33+
- [-] Show human-readable values for colors and fonts
3434

3535
See the [open issues](https://github.com/apvarun/tailwindcss-analysis/issues) for a list of proposed features (and known issues).
3636

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-analysis",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Analyse the TailwindCSS classes used in your application",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)