diff --git a/.changeset/angry-spiders-rush.md b/.changeset/angry-spiders-rush.md deleted file mode 100644 index 9cafd03e..00000000 --- a/.changeset/angry-spiders-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": patch ---- - -Ensure Yarn install is immutable. diff --git a/.changeset/brave-schools-collect.md b/.changeset/brave-schools-collect.md deleted file mode 100644 index 4eec8850..00000000 --- a/.changeset/brave-schools-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": minor ---- - -Revert group theme selector to `theme-` selector. diff --git a/.changeset/four-bikes-explode.md b/.changeset/four-bikes-explode.md deleted file mode 100644 index 129dd241..00000000 --- a/.changeset/four-bikes-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": major ---- - -Refactored Tailwind Theme plugin to take a collection of themes. This is a breaking change. To update, pass in a dictionary. e.g. `themes: { DEFAULT: {} }`. diff --git a/.changeset/sharp-cows-pump.md b/.changeset/sharp-cows-pump.md deleted file mode 100644 index 1305ffe1..00000000 --- a/.changeset/sharp-cows-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": minor ---- - -Added support for Radix UI spacing variables. diff --git a/.changeset/stupid-beans-brush.md b/.changeset/stupid-beans-brush.md deleted file mode 100644 index d993fde8..00000000 --- a/.changeset/stupid-beans-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": patch ---- - -Fixed color formatted as HSL instead of OKLCH. diff --git a/.changeset/twenty-candles-thank.md b/.changeset/twenty-candles-thank.md deleted file mode 100644 index 92926bc5..00000000 --- a/.changeset/twenty-candles-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": patch ---- - -Removed Yarn zero-installs. diff --git a/.changeset/young-squids-look.md b/.changeset/young-squids-look.md deleted file mode 100644 index c72672fa..00000000 --- a/.changeset/young-squids-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": minor ---- - -Use named groups for themes. diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index d12884d9..5052fba9 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,27 @@ # @spear-ai/tailwind-config +## 4.0.0 + +### Major Changes + +- [#108](https://github.com/spear-ai/ui/pull/108) [`c028b47`](https://github.com/spear-ai/ui/commit/c028b47045f379061538f105351a902f543d0ee7) Thanks [@psirenny](https://github.com/psirenny)! - Refactored Tailwind Theme plugin to take a collection of themes. This is a breaking change. To update, pass in a dictionary. e.g. `themes: { DEFAULT: {} }`. + +### Minor Changes + +- [#112](https://github.com/spear-ai/ui/pull/112) [`b3d4071`](https://github.com/spear-ai/ui/commit/b3d40710f137f4e23945d0f63cfc7fe06b61d722) Thanks [@psirenny](https://github.com/psirenny)! - Revert group theme selector to `theme-` selector. + +- [#109](https://github.com/spear-ai/ui/pull/109) [`b86ff35`](https://github.com/spear-ai/ui/commit/b86ff35b0c457870bbc0275872bd74d65169e7d8) Thanks [@psirenny](https://github.com/psirenny)! - Added support for Radix UI spacing variables. + +- [#111](https://github.com/spear-ai/ui/pull/111) [`37fc0e7`](https://github.com/spear-ai/ui/commit/37fc0e7791fd34e0536262455e1a6dc1bc11373c) Thanks [@psirenny](https://github.com/psirenny)! - Use named groups for themes. + +### Patch Changes + +- [#107](https://github.com/spear-ai/ui/pull/107) [`5697d15`](https://github.com/spear-ai/ui/commit/5697d1538541fee997aa233f3d199c7992790c65) Thanks [@psirenny](https://github.com/psirenny)! - Ensure Yarn install is immutable. + +- [#110](https://github.com/spear-ai/ui/pull/110) [`82eec2e`](https://github.com/spear-ai/ui/commit/82eec2ed59ea64b488ab922a15a63a717e53d2e3) Thanks [@psirenny](https://github.com/psirenny)! - Fixed color formatted as HSL instead of OKLCH. + +- [#105](https://github.com/spear-ai/ui/pull/105) [`ba38dc7`](https://github.com/spear-ai/ui/commit/ba38dc73198da9a253adde38ccaa328502f5a830) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 3.0.0 ### Major Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index c0fd8306..92b8a5bd 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/tailwind-config", - "version": "3.0.0", + "version": "4.0.0", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI",