diff --git a/.changeset/cuddly-shrimps-cheat.md b/.changeset/cuddly-shrimps-cheat.md new file mode 100644 index 0000000..20afe06 --- /dev/null +++ b/.changeset/cuddly-shrimps-cheat.md @@ -0,0 +1,6 @@ +--- +'stplr': minor +'stplr-core': patch +--- + +Removed rc version of Next and fixed Tailwind diff --git a/.changeset/pre.json b/.changeset/pre.json index f1cd500..6494a87 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,6 +12,7 @@ "chatty-dogs-chew", "clean-frogs-poke", "cuddly-cups-itch", + "cuddly-shrimps-cheat", "curly-ligers-cheat", "curly-pants-fry", "famous-donkeys-compete", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f00da3c..583fa5b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # stplr +## 0.1.0-alpha.37 + +### Minor Changes + +- Removed rc version of Next and fixed Tailwind + ## 0.1.0-alpha.36 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4c72f81..5423384 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "stplr", - "version": "0.1.0-alpha.36", + "version": "0.1.0-alpha.37", "main": "./dist/index.mjs", "bin": { "stplr": "./dist/index.mjs" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d6a6004..12afe1e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # stplr-core +## 0.2.0-alpha.20 + +### Patch Changes + +- Removed rc version of Next and fixed Tailwind + ## 0.2.0-alpha.19 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 42e11b0..1a3a80f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "stplr-core", - "version": "0.2.0-alpha.19", + "version": "0.2.0-alpha.20", "private": true, "main": "./dist/index.js", "scripts": {