diff --git a/.changeset/eight-cobras-teach.md b/.changeset/eight-cobras-teach.md deleted file mode 100644 index 2170246..0000000 --- a/.changeset/eight-cobras-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stein-plugin-tailwindcss": patch ---- - -Add support for external configs with auto-reload diff --git a/.changeset/real-melons-fry.md b/.changeset/real-melons-fry.md deleted file mode 100644 index 9334563..0000000 --- a/.changeset/real-melons-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@steinjs/cli": patch ---- - -Drop config file for tailwind in plugin installation process (enables out of the box autocomplete) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 678efdb..afee5e6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @steinjs/cli +## 0.0.10 + +### Patch Changes + +- 942c166: Drop config file for tailwind in plugin installation process (enables out of the box autocomplete) + ## 0.0.9 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bcbe1e6..9b0c31d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -5,7 +5,7 @@ "access": "public", "provenance": true }, - "version": "0.0.9", + "version": "0.0.10", "description": "CLI for SteinJS.", "repository": { "directory": "packages/cli", diff --git a/packages/create-stein/CHANGELOG.md b/packages/create-stein/CHANGELOG.md index 386cd05..800ab78 100644 --- a/packages/create-stein/CHANGELOG.md +++ b/packages/create-stein/CHANGELOG.md @@ -1,5 +1,12 @@ # create-stein +## 0.0.5 + +### Patch Changes + +- Updated dependencies [942c166] + - @steinjs/cli@0.0.10 + ## 0.0.4 ### Patch Changes diff --git a/packages/create-stein/package.json b/packages/create-stein/package.json index c570951..4dee5be 100644 --- a/packages/create-stein/package.json +++ b/packages/create-stein/package.json @@ -5,7 +5,7 @@ "access": "public", "provenance": true }, - "version": "0.0.4", + "version": "0.0.5", "description": "Just the create module of the SteinJS CLI", "repository": { "directory": "packages/create-stein", diff --git a/plugins/tailwindcss/CHANGELOG.md b/plugins/tailwindcss/CHANGELOG.md index 75518b8..0181ab0 100644 --- a/plugins/tailwindcss/CHANGELOG.md +++ b/plugins/tailwindcss/CHANGELOG.md @@ -1,5 +1,11 @@ # stein-plugin-tailwindcss +## 0.0.5 + +### Patch Changes + +- 942c166: Add support for external configs with auto-reload + ## 0.0.4 ### Patch Changes diff --git a/plugins/tailwindcss/package.json b/plugins/tailwindcss/package.json index 5a2b0a1..e1a2fe6 100644 --- a/plugins/tailwindcss/package.json +++ b/plugins/tailwindcss/package.json @@ -3,7 +3,7 @@ "publishConfig": { "provenance": true }, - "version": "0.0.4", + "version": "0.0.5", "description": "Stein plugin for TailwindCSS.", "repository": { "directory": "plugins/tailwindcss",