-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
6 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,28 +5,15 @@ All notable changes to this project will be documented in this file. | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## v0.1.1 | ||
## v0.2.0 | ||
|
||
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-animate/compare/v0.1.0...v0.1.1) | ||
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-animate/compare/v0.1.0...v0.2.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6)) | ||
|
||
### 📦 Build | ||
|
||
- Change to pnpm ([43a07d7](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/43a07d7)) | ||
- Move renovate ([2dda9fa](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/2dda9fa)) | ||
- Add packageManager ([448bf1b](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/448bf1b)) | ||
|
||
### 🏡 Chore | ||
BREAKING CHANGE: May require tweaks to tailwind config file, see README for details. | ||
|
||
- Update to use preferred tools ([3202f59](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/3202f59)) | ||
|
||
### ❤️ Contributors | ||
|
||
- John Campion Jr <[email protected]> | ||
- John Campion <[email protected]> | ||
- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6)) | ||
|
||
## [0.1.0] - 2022-08-13 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jcamp/tailwindcss-plugin-animate", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"packageManager": "^[email protected]", | ||
"description": "An updated animation plugin for Tailwind CSS v3", | ||
"author": "John Campion (https://github.com/JohnCampionJr/)", | ||
|
@@ -34,7 +34,7 @@ | |
"postinstall": "npx simple-git-hooks", | ||
"release": "changelogen --release --push", | ||
"release:major": "changelogen --release --major --push", | ||
"publish": "pnpm publish --access public" | ||
"pub": "pnpm publish --access public" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|