From 9e1dde9ad73909ac47be9e9a30b9b4ab2057aa08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:07:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20(#456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔖 Bump version * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Wei He --- .changeset/sour-beds-tap.md | 7 ------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 .changeset/sour-beds-tap.md diff --git a/.changeset/sour-beds-tap.md b/.changeset/sour-beds-tap.md deleted file mode 100644 index 596a3212..00000000 --- a/.changeset/sour-beds-tap.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"socialify": minor ---- - -Full migration from page router to app router. - -Upgraded to nextjs15/react19 via official codemod and applied type fixes. diff --git a/CHANGELOG.md b/CHANGELOG.md index be22718f..bca91289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # socialify +## 2.17.0 + +### Minor Changes + +- d73c1be: Full migration from page router to app router. + + Upgraded to Next.js 15/React19 via official codemod and applied type fixes. + + Huge props to [@Keming-He](https://github.com/KemingHe) + ## 2.16.0 ### Minor Changes diff --git a/package.json b/package.json index c9c171f2..0ed3f9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.16.0", + "version": "2.17.0", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",