From 5be63537eb4e32a96fe0bc256a1b22a7e9169b36 Mon Sep 17 00:00:00 2001 From: aguru320 Date: Tue, 12 Sep 2023 10:59:30 +0200 Subject: [PATCH] chore(release): version packages (#1565) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated. # Releases ## create-t3-app@7.20.1 ### Patch Changes - [#1561](https://github.com/t3-oss/create-t3-app/pull/1561) [`b8507dc`](https://github.com/t3-oss/create-t3-app/commit/b8507dc64ee91b8423de2ab6145cb3e7d8072528) Thanks [@Nsttt](https://github.com/Nsttt)! - Add packageManager field in package.json at app creation --- .changeset/soft-moose-care.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/soft-moose-care.md diff --git a/.changeset/soft-moose-care.md b/.changeset/soft-moose-care.md deleted file mode 100644 index a485e91..0000000 --- a/.changeset/soft-moose-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Add packageManager field in package.json at app creation diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 549661b..a1b915d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.20.1 + +### Patch Changes + +- [#1561](https://github.com/t3-oss/create-t3-app/pull/1561) [`b8507dc`](https://github.com/t3-oss/create-t3-app/commit/b8507dc64ee91b8423de2ab6145cb3e7d8072528) Thanks [@Nsttt](https://github.com/Nsttt)! - Add packageManager field in package.json at app creation + ## 7.20.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index b370641..ad3c289 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.20.0", + "version": "7.20.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {