From 9eac8f5cb220b00261e4151e596ba7efa3e398b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:42:31 +0100 Subject: [PATCH] chore(release): version packages (#1678) Co-authored-by: github-actions[bot] --- .changeset/nervous-seals-reflect.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nervous-seals-reflect.md diff --git a/.changeset/nervous-seals-reflect.md b/.changeset/nervous-seals-reflect.md deleted file mode 100644 index 14fbb86dce..0000000000 --- a/.changeset/nervous-seals-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: Use the correct types for `prettier-plugin-tailwindcss` diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 5f523e7778..ed1e7b4782 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.24.1 + +### Patch Changes + +- [#1673](https://github.com/t3-oss/create-t3-app/pull/1673) [`b80188e`](https://github.com/t3-oss/create-t3-app/commit/b80188eaecc64e564909ed7ee566790f5e56e59f) Thanks [@ahkhanjani](https://github.com/ahkhanjani)! - fix: Use the correct types for `prettier-plugin-tailwindcss` + ## 7.24.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 172be4c792..4d14ebbd35 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.24.0", + "version": "7.24.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {