From 8e3866ce7335c40bef7a25b592e41d03944a5dda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 12:41:37 +0200 Subject: [PATCH] chore(release): version packages (#1885) --- .changeset/thirty-tables-tie.md | 6 ------ cli/CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/thirty-tables-tie.md diff --git a/.changeset/thirty-tables-tie.md b/.changeset/thirty-tables-tie.md deleted file mode 100644 index 08beda2064..0000000000 --- a/.changeset/thirty-tables-tie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: remove deprecated push command in drizzle package.json scripts (… -) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 04d1af1dc0..e429663f03 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 7.33.1 + +### Patch Changes + +- [#1884](https://github.com/t3-oss/create-t3-app/pull/1884) [`f148deb`](https://github.com/t3-oss/create-t3-app/commit/f148debf74e16b61dae89c684fbc9ac1d97ac2c8) Thanks [@Irere123](https://github.com/Irere123)! - fix: remove deprecated push command in drizzle package.json scripts (… + ) + ## 7.33.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 3f1f8b54a6..35b2e6889e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.33.0", + "version": "7.33.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {