From 3854584f54b218f8cf356e1216aac4ecc11bdd49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 21:20:16 +0530 Subject: [PATCH] chore(release): version packages (#594) Co-authored-by: github-actions[bot] --- .changeset/poor-pants-rhyme.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/poor-pants-rhyme.md diff --git a/.changeset/poor-pants-rhyme.md b/.changeset/poor-pants-rhyme.md deleted file mode 100644 index 6a6f482648..0000000000 --- a/.changeset/poor-pants-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore(template): remove the mention of @next in template readme diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e08ccd552a..b6400b14a9 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.1.2 + +### Patch Changes + +- [#593](https://github.com/t3-oss/create-t3-app/pull/593) [`c8e2753`](https://github.com/t3-oss/create-t3-app/commit/c8e2753b916d15f3ce1103e7fa89dbd046150474) Thanks [@nexxeln](https://github.com/nexxeln)! - chore(template): remove the mention of @next in template readme + ## 6.1.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 040c07ea7e..cf1976e62d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "6.1.1", + "version": "6.1.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {