From 04660f2f9150ef623f7e794009e857f9dbd5e1a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:34:57 +0100 Subject: [PATCH] chore(release): version packages (#1792) Co-authored-by: github-actions[bot] --- .changeset/gentle-actors-think.md | 5 ----- .changeset/proud-clocks-chew.md | 5 ----- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/gentle-actors-think.md delete mode 100644 .changeset/proud-clocks-chew.md diff --git a/.changeset/gentle-actors-think.md b/.changeset/gentle-actors-think.md deleted file mode 100644 index 2ed32a4124..0000000000 --- a/.changeset/gentle-actors-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Include ESLlint rules for `drizzle-orm`. diff --git a/.changeset/proud-clocks-chew.md b/.changeset/proud-clocks-chew.md deleted file mode 100644 index 3126a29cf7..0000000000 --- a/.changeset/proud-clocks-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Use portable shebangs in scripts for nix systems diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 560c90142b..ff4d455a3d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.29.0 + +### Minor Changes + +- [#1785](https://github.com/t3-oss/create-t3-app/pull/1785) [`57dc6ab`](https://github.com/t3-oss/create-t3-app/commit/57dc6ab0625d7cd56bf8f6b5c4d3b844421ffe48) Thanks [@thecmdrunner](https://github.com/thecmdrunner)! - Include ESLlint rules for `drizzle-orm`. + +- [#1794](https://github.com/t3-oss/create-t3-app/pull/1794) [`3cca996`](https://github.com/t3-oss/create-t3-app/commit/3cca9965739d29cc010e586406d40fff471a9bed) Thanks [@thecmdrunner](https://github.com/thecmdrunner)! - Use portable shebangs in scripts for nix systems + ## 7.28.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index c12ad66f3f..5e01c05b99 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.28.0", + "version": "7.29.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {