From f5f0a726593b04df293ec18bdb1d16a374289e77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 20:30:21 +0200 Subject: [PATCH] chore(main): release 0.2.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d042b2..0585e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/kripod/tailwindcss-inner-border/compare/v0.1.0...v0.2.0) (2022-10-15) + + +### ⚠ BREAKING CHANGES + +* precedence issues when using core plugins + +### Bug Fixes + +* precedence issues when using core plugins ([7b4a5b7](https://github.com/kripod/tailwindcss-inner-border/commit/7b4a5b7557f125b2275701ec4fad9dd72c598c75)) + + +### Miscellaneous Chores + +* release 0.2.0 ([7249c1e](https://github.com/kripod/tailwindcss-inner-border/commit/7249c1e492c44febf9b3e57b477feb31a48b037a)) + ## 0.1.0 (2022-10-15) diff --git a/package.json b/package.json index e98e51b..0a48228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-inner-border", - "version": "0.1.0", + "version": "0.2.0", "description": "A Tailwind CSS plugin that provides utilities for creating inner borders with box-shadow.", "keywords": [ "tailwind",