From a1eb62c3738848c9cd8e02e1d777ba87e25f9c41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:38:48 +0200 Subject: [PATCH] chore(release): version packages (#1819) --- .changeset/beige-pets-yell.md | 5 ----- .changeset/long-cobras-dress.md | 5 ----- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/beige-pets-yell.md delete mode 100644 .changeset/long-cobras-dress.md diff --git a/.changeset/beige-pets-yell.md b/.changeset/beige-pets-yell.md deleted file mode 100644 index d7b8c3b01a..0000000000 --- a/.changeset/beige-pets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: `start-database.sh` is marked optional diff --git a/.changeset/long-cobras-dress.md b/.changeset/long-cobras-dress.md deleted file mode 100644 index daa4306718..0000000000 --- a/.changeset/long-cobras-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: update next to 14.2.1 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 79c7caf1be..94ac96db57 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.30.2 + +### Patch Changes + +- [#1817](https://github.com/t3-oss/create-t3-app/pull/1817) [`d49300a`](https://github.com/t3-oss/create-t3-app/commit/d49300a4230835f6a771ed1a6b759c61c8902d7e) Thanks [@kxzazz](https://github.com/kxzazz)! - fix: `start-database.sh` is marked optional + +- [#1823](https://github.com/t3-oss/create-t3-app/pull/1823) [`f5c5db9`](https://github.com/t3-oss/create-t3-app/commit/f5c5db99dbd86010369b26e55dd65973ccd0db05) Thanks [@t3dotgg](https://github.com/t3dotgg)! - chore: update next to 14.2.1 + ## 7.30.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index e20983c12d..bf9b531713 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.30.1", + "version": "7.30.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {