From 0362924f9e1efe5b847490a76ae3b4287ef5cbfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:42:52 +0200 Subject: [PATCH] chore(release): version packages (#1872) Co-authored-by: github-actions[bot] Co-authored-by: Julius Marminge --- .changeset/big-ghosts-draw.md | 5 ----- cli/CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .changeset/big-ghosts-draw.md diff --git a/.changeset/big-ghosts-draw.md b/.changeset/big-ghosts-draw.md deleted file mode 100644 index e40588402c..0000000000 --- a/.changeset/big-ghosts-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Parsed --dbprovider flag correctly and added related error message diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 71cfee472e..53a6de0b7d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -4,6 +4,8 @@ ### Patch Changes +- [#1867](https://github.com/t3-oss/create-t3-app/pull/1867) [`304a67f`](https://github.com/t3-oss/create-t3-app/commit/304a67f5bde05116b143c86588546af02e86cfda) Thanks [@xelacast](https://github.com/xelacast)! - Parsed --dbprovider flag correctly and added related error message + - [#1860](https://github.com/t3-oss/create-t3-app/pull/1860) [`b5ced34`](https://github.com/t3-oss/create-t3-app/commit/b5ced343f8a7fbc889a113ec05bef6c5e550cd55) Thanks [@victor-falcon](https://github.com/victor-falcon)! - Load PORT in start-database script - [#1871](https://github.com/t3-oss/create-t3-app/pull/1871) [`f29a69f`](https://github.com/t3-oss/create-t3-app/commit/f29a69fcc300db539fe0cfa9f52858551e89b869) Thanks [@xelacast](https://github.com/xelacast)! - Fixed project creation of . bug in ./start-database.sh