We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4151095 commit 1b7a531Copy full SHA for 1b7a531
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.6.0 - 2023-07-04
4
+
5
+[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-icons/compare/v0.5.0...v0.5.1)
6
7
+### 🚀 Enhancements
8
9
+- Updated to latest tailwind plugin setup ([#113](https://github.com/jcamp-code/tailwindcss-plugin-icons/pull/113))
10
11
## [0.5.0] - 2023-04-02
12
13
### - Renamed `extraProperties` to `extraCssProperties`
package.json
@@ -1,6 +1,6 @@
{
"name": "@jcamp/tailwindcss-plugin-icons",
- "version": "0.5.0",
+ "version": "0.6.0",
"packageManager": "^pnpm@8.1.0",
"description": "Automatic icon creator for Tailwind",
"author": "John Campion (https://github.com/JohnCampionJr/)",
0 commit comments