From 3dfc0d564d087a516100b2e0b74d9c24817de3c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 May 2024 09:28:44 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/five-kangaroos-sin.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/five-kangaroos-sin.md diff --git a/.changeset/five-kangaroos-sin.md b/.changeset/five-kangaroos-sin.md deleted file mode 100644 index 9cde4a839f..0000000000 --- a/.changeset/five-kangaroos-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Add .idea to .gitignore diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 364549ea2b..0f1183e683 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.35.0 + +### Minor Changes + +- [#1905](https://github.com/t3-oss/create-t3-app/pull/1905) [`b22e2e10d005689faa7b1db771a217b59c88635f`](https://github.com/t3-oss/create-t3-app/commit/b22e2e10d005689faa7b1db771a217b59c88635f) Thanks [@jessedelira](https://github.com/jessedelira)! - Add .idea to .gitignore + ## 7.34.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 917aeb50df..8e77e90b8c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.34.0", + "version": "7.35.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {