diff --git a/.changeset/warm-dodos-boil.md b/.changeset/warm-dodos-boil.md deleted file mode 100644 index c74b02f..0000000 --- a/.changeset/warm-dodos-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tastycss': minor ---- - -migrate from yarn workspace to pnpm workspace diff --git a/packages/tastycss/CHANGELOG.md b/packages/tastycss/CHANGELOG.md index 26e3f41..70c1718 100644 --- a/packages/tastycss/CHANGELOG.md +++ b/packages/tastycss/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- [`ee69f06`](https://github.com/OutpostHQ/tasty/commit/ee69f0686109211e9723ebf6bb07a784091d2307) Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - migrate from yarn workspace to pnpm workspace + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,10 +13,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package tastycss - - - - ## 0.8.8 (2022-10-02) ### Bug Fixes diff --git a/packages/tastycss/package.json b/packages/tastycss/package.json index 76852b5..58f502a 100644 --- a/packages/tastycss/package.json +++ b/packages/tastycss/package.json @@ -1,6 +1,6 @@ { "name": "tastycss", - "version": "0.8.9", + "version": "0.9.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",