diff --git a/.changeset/afraid-news-fail.md b/.changeset/afraid-news-fail.md deleted file mode 100644 index 6af2db320c..0000000000 --- a/.changeset/afraid-news-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -update next to 13.0.1 diff --git a/.changeset/little-badgers-cheat.md b/.changeset/little-badgers-cheat.md deleted file mode 100644 index c11d25903a..0000000000 --- a/.changeset/little-badgers-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Make experimental flags booleans and not require the name to be "double passed" diff --git a/.changeset/pretty-shrimps-behave.md b/.changeset/pretty-shrimps-behave.md deleted file mode 100644 index 2a5d0ba13d..0000000000 --- a/.changeset/pretty-shrimps-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Add documentation on how to generate NEXTAUTH_SECRET in .env file for clarity diff --git a/.changeset/unlucky-clocks-report.md b/.changeset/unlucky-clocks-report.md deleted file mode 100644 index be36696571..0000000000 --- a/.changeset/unlucky-clocks-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -only try to get secret message if there is a user diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d11b11eb1f..d9fb7f7d7c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 6.7.0 + +### Minor Changes + +- [#667](https://github.com/t3-oss/create-t3-app/pull/667) [`fde5b76`](https://github.com/t3-oss/create-t3-app/commit/fde5b7628860b305c95f70f5cc42ae3c37ad59a9) Thanks [@Pegasust](https://github.com/Pegasust)! - Add documentation on how to generate NEXTAUTH_SECRET in .env file for clarity + +- [#675](https://github.com/t3-oss/create-t3-app/pull/675) [`5d20745`](https://github.com/t3-oss/create-t3-app/commit/5d207453497c327b5c54cd3a55c824d59b80effe) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - only try to get secret message if there is a user + +### Patch Changes + +- [#676](https://github.com/t3-oss/create-t3-app/pull/676) [`a497e47`](https://github.com/t3-oss/create-t3-app/commit/a497e4765b17e686482ef5b5701766b2299ea0b2) Thanks [@nexxeln](https://github.com/nexxeln)! - update next to 13.0.1 + +- [#654](https://github.com/t3-oss/create-t3-app/pull/654) [`3dfc27d`](https://github.com/t3-oss/create-t3-app/commit/3dfc27d7edc8dfedee6ed06e9b381cbd791ae0e7) Thanks [@nexxeln](https://github.com/nexxeln)! - Make experimental flags booleans and not require the name to be "double passed" + ## 6.6.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index f4461f66bf..cd48123d10 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "6.6.0", + "version": "6.7.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {