From 3406858074fb59ae7108697035a0aec30529ce1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Nov 2023 22:53:03 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/fluffy-spiders-lie.md | 5 ----- .changeset/fresh-goats-kneel.md | 5 ----- .changeset/rich-seahorses-happen.md | 5 ----- .changeset/slimy-monkeys-sin.md | 5 ----- .changeset/smooth-buckets-search.md | 5 ----- cli/CHANGELOG.md | 16 ++++++++++++++++ cli/package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/fluffy-spiders-lie.md delete mode 100644 .changeset/fresh-goats-kneel.md delete mode 100644 .changeset/rich-seahorses-happen.md delete mode 100644 .changeset/slimy-monkeys-sin.md delete mode 100644 .changeset/smooth-buckets-search.md diff --git a/.changeset/fluffy-spiders-lie.md b/.changeset/fluffy-spiders-lie.md deleted file mode 100644 index ccc70fda62..0000000000 --- a/.changeset/fluffy-spiders-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -update sharp diff --git a/.changeset/fresh-goats-kneel.md b/.changeset/fresh-goats-kneel.md deleted file mode 100644 index 19b6e7950b..0000000000 --- a/.changeset/fresh-goats-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: bump some deps diff --git a/.changeset/rich-seahorses-happen.md b/.changeset/rich-seahorses-happen.md deleted file mode 100644 index f78f571215..0000000000 --- a/.changeset/rich-seahorses-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -refactor: use `type: module` for more modern setup diff --git a/.changeset/slimy-monkeys-sin.md b/.changeset/slimy-monkeys-sin.md deleted file mode 100644 index 8550c58dd8..0000000000 --- a/.changeset/slimy-monkeys-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: trpc server caller without http diff --git a/.changeset/smooth-buckets-search.md b/.changeset/smooth-buckets-search.md deleted file mode 100644 index 8a8d868454..0000000000 --- a/.changeset/smooth-buckets-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: replace a `2` with `"error"` in eslint config diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cf0e8c14ea..5f523e7778 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 7.24.0 + +### Minor Changes + +- [#1670](https://github.com/t3-oss/create-t3-app/pull/1670) [`32e0747`](https://github.com/t3-oss/create-t3-app/commit/32e0747a027be16cc36ad5bead062eea696e4012) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: trpc server caller without http + +### Patch Changes + +- [#1661](https://github.com/t3-oss/create-t3-app/pull/1661) [`ef8f99f`](https://github.com/t3-oss/create-t3-app/commit/ef8f99f65443e48284bc54699eeddc9d10c43a8c) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - update sharp + +- [#1667](https://github.com/t3-oss/create-t3-app/pull/1667) [`43cc10b`](https://github.com/t3-oss/create-t3-app/commit/43cc10b0e4ddd6c1b3eb175309df3aebe0571285) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore: bump some deps + +- [#1666](https://github.com/t3-oss/create-t3-app/pull/1666) [`3317a41`](https://github.com/t3-oss/create-t3-app/commit/3317a41546728509543d8fc44a8fe715b04f09e8) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - refactor: use `type: module` for more modern setup + +- [#1664](https://github.com/t3-oss/create-t3-app/pull/1664) [`66213b0`](https://github.com/t3-oss/create-t3-app/commit/66213b04cf03fd7d4d0602bbb34a3de2ab703daa) Thanks [@piousdeer](https://github.com/piousdeer)! - chore: replace a `2` with `"error"` in eslint config + ## 7.23.2 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 4d3919f1ad..172be4c792 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.23.2", + "version": "7.24.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {