diff --git a/.changeset/calm-maps-allow.md b/.changeset/calm-maps-allow.md deleted file mode 100644 index 7e3007c719..0000000000 --- a/.changeset/calm-maps-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: add app router option diff --git a/.changeset/light-steaks-happen.md b/.changeset/light-steaks-happen.md deleted file mode 100644 index 983ecfd174..0000000000 --- a/.changeset/light-steaks-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -show callout when scaffolding with app router diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 47055e72ed..599248babf 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.22.0 + +### Minor Changes + +- [#1567](https://github.com/t3-oss/create-t3-app/pull/1567) [`e71bedd`](https://github.com/t3-oss/create-t3-app/commit/e71bedde0d6944fa7719a5f97cd27a1503156faa) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: add app router option + +- [#1595](https://github.com/t3-oss/create-t3-app/pull/1595) [`d7824e0`](https://github.com/t3-oss/create-t3-app/commit/d7824e0e2523703662b731945229e2fae88708ae) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - show callout when scaffolding with app router + ## 7.21.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index fa4d70ee96..302597a062 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.21.0", + "version": "7.22.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {