From 99775e69b385d61e16e160a488aa008697a4237d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:46:39 +0100 Subject: [PATCH] chore(release): version packages (#1040) --- .changeset/loud-shirts-tap.md | 7 ------- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/loud-shirts-tap.md diff --git a/.changeset/loud-shirts-tap.md b/.changeset/loud-shirts-tap.md deleted file mode 100644 index 743c16a4a5..0000000000 --- a/.changeset/loud-shirts-tap.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-t3-app": major ---- - -feat!: implement new folder structure - -create-t3-app has decided to switch out the folder structure of the generated t3-app to, what is to us, a more minimal, logical and easier to understand structure. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4ef8afacb5..b7cdcbd97b 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.0.0 + +### Major Changes + +- [#934](https://github.com/t3-oss/create-t3-app/pull/934) [`c20ec70`](https://github.com/t3-oss/create-t3-app/commit/c20ec705a6d3d3005da24d072cc9be04370ab822) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat!: implement new folder structure + + create-t3-app has decided to switch out the folder structure of the generated t3-app to, what is to us, a more minimal, logical and easier to understand structure. + ## 6.12.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 3538591973..4d7e970c6e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "6.12.0", + "version": "7.0.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {