From f9b48de1b1f6b31760aeb3a5c0840a3abb63715c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:20:27 +0900 Subject: [PATCH] =?UTF-8?q?chore(changesets):=20=F0=9F=A6=8B=20publish=20p?= =?UTF-8?q?ackages=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/afraid-elephants-think.md | 5 ----- packages/excss/CHANGELOG.md | 6 ++++++ packages/excss/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/afraid-elephants-think.md diff --git a/.changeset/afraid-elephants-think.md b/.changeset/afraid-elephants-think.md deleted file mode 100644 index 41fae50..0000000 --- a/.changeset/afraid-elephants-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"excss": patch ---- - -fix: fix build script diff --git a/packages/excss/CHANGELOG.md b/packages/excss/CHANGELOG.md index 3fae208..1aa4910 100644 --- a/packages/excss/CHANGELOG.md +++ b/packages/excss/CHANGELOG.md @@ -1,5 +1,11 @@ # excss +## 0.0.6 + +### Patch Changes + +- [#12](https://github.com/taishinaritomi/excss/pull/12) [`aeefa33`](https://github.com/taishinaritomi/excss/commit/aeefa3347431bcda9635dc2086e22def92f62d27) Thanks [@taishinaritomi](https://github.com/taishinaritomi)! - fix: fix build script + ## 0.0.5 ### Patch Changes diff --git a/packages/excss/package.json b/packages/excss/package.json index f167214..a2715ee 100644 --- a/packages/excss/package.json +++ b/packages/excss/package.json @@ -1,6 +1,6 @@ { "name": "excss", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "author": "Taishi Naritomi", "description": "",