From aa28d84a618f0abf25a5d3a7c2772b05ad90eddb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 08:32:50 +0200 Subject: [PATCH] chore(release): version packages (#1494) Co-authored-by: github-actions[bot] --- .changeset/gentle-impalas-doubt.md | 5 ----- .changeset/late-starfishes-kiss.md | 5 ----- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/gentle-impalas-doubt.md delete mode 100644 .changeset/late-starfishes-kiss.md diff --git a/.changeset/gentle-impalas-doubt.md b/.changeset/gentle-impalas-doubt.md deleted file mode 100644 index cfd371f8e7..0000000000 --- a/.changeset/gentle-impalas-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Remove trailing newlines in generated app that aren't allowed by the generated prettier config diff --git a/.changeset/late-starfishes-kiss.md b/.changeset/late-starfishes-kiss.md deleted file mode 100644 index 8c017f34c6..0000000000 --- a/.changeset/late-starfishes-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -reminder to git commit after creating an application with the CLI diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 1a23064d8e..5e849afa1a 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.15.0 + +### Minor Changes + +- [#1484](https://github.com/t3-oss/create-t3-app/pull/1484) [`23a9d60`](https://github.com/t3-oss/create-t3-app/commit/23a9d60cd013c40d76ab96d0340425e1e3d8efa2) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - reminder to git commit after creating an application with the CLI + +### Patch Changes + +- [#1493](https://github.com/t3-oss/create-t3-app/pull/1493) [`a230d9f`](https://github.com/t3-oss/create-t3-app/commit/a230d9f7bb3a78669f2003ae9084c868f06639b7) Thanks [@dcottr](https://github.com/dcottr)! - Remove trailing newlines in generated app that aren't allowed by the generated prettier config + ## 7.14.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 543ab17639..ac12e12f64 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.14.1", + "version": "7.15.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {