From d972eeecf80682aaa0cc0ce775b8ac082df0107c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Dec 2023 06:16:27 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-seahorses-sit.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/famous-seahorses-sit.md diff --git a/.changeset/famous-seahorses-sit.md b/.changeset/famous-seahorses-sit.md deleted file mode 100644 index bceeddb..0000000 --- a/.changeset/famous-seahorses-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperse-io/tailwind-layer": patch ---- - -bump version diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c0bc8..093324c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperse-io/tailwind-layer +## 1.0.3 + +### Patch Changes + +- [`2f0e70b`](https://github.com/hyperse-io/tailwind-layer/commit/2f0e70bd668756cd50770ca4db3cc7989d9c7baa) Thanks [@hyperse-net](https://github.com/hyperse-net)! - bump version + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index e234991..c4c4854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse-io/tailwind-layer", - "version": "1.0.2", + "version": "1.0.3", "description": "Compile your tailwindcss components into tailwind plugins and enjoy full autocompletion!", "repository": { "type": "git",