From 1fbcfe1f180d041142c36cdefcd4ee39e9784b70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:27:48 +0200 Subject: [PATCH] chore(release): version packages (#369) --- .changeset/soft-knives-act.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/soft-knives-act.md diff --git a/.changeset/soft-knives-act.md b/.changeset/soft-knives-act.md deleted file mode 100644 index a997800611..0000000000 --- a/.changeset/soft-knives-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Thanks [@hnqg](https://github.com/hnqg) for the initial PR. add wrapper function for unstable_getServerSession diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4fe9863151..6d30383a1a 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.9.0 + +### Minor Changes + +- [#366](https://github.com/t3-oss/create-t3-app/pull/366) [`1f43f83`](https://github.com/t3-oss/create-t3-app/commit/1f43f83261c0e6f91b6af0fb39f579845889b724) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - Thanks [@hnqg](https://github.com/hnqg) for the initial PR. add wrapper function for unstable_getServerSession + ## 5.8.5 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 3758b46d08..0ecb2cc539 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "5.8.5", + "version": "5.9.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {