From ea47528d92db32ea3a8c3f5325d39c912404ab58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:54:12 +0100 Subject: [PATCH] chore(release): version packages (#1645) Co-authored-by: github-actions[bot] --- .changeset/smooth-radios-sparkle.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smooth-radios-sparkle.md diff --git a/.changeset/smooth-radios-sparkle.md b/.changeset/smooth-radios-sparkle.md deleted file mode 100644 index 35c3005f21..0000000000 --- a/.changeset/smooth-radios-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: only forward required cookie header diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f0afb95bd1..ad18166d2f 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.23.1 + +### Patch Changes + +- [#1644](https://github.com/t3-oss/create-t3-app/pull/1644) [`e6649f1`](https://github.com/t3-oss/create-t3-app/commit/e6649f18963086b2d016815e60cc9915711a85d8) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: only forward required cookie header + ## 7.23.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index b77eb7e6f4..cb7bbf55d6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.23.0", + "version": "7.23.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {