From 641b642c056b697c1c96d9a04ec1d50e4df50280 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:59:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20(#426)?= 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/proud-years-sip.md | 5 ----- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/proud-years-sip.md diff --git a/.changeset/proud-years-sip.md b/.changeset/proud-years-sip.md deleted file mode 100644 index db506dd5..00000000 --- a/.changeset/proud-years-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"socialify": patch ---- - -Migrated from hard-coded solution to using @next/third-parties/google GoogleTagManager component. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a36bea4..41772a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # socialify +## 2.14.1 + +### Patch Changes + +- 038d7d0: Migrated from hard-coded solution to using @next/third-parties/google GoogleTagManager component. + + Thanks to [@Keming-He](https://github.com/KemingHe) + ## 2.14.0 ### Minor Changes - e804b07: Bump DaisyUI to v4 - + Thanks to [@Keming-He](https://github.com/KemingHe) ## 2.13.0 diff --git a/package.json b/package.json index b9643e9a..c9506505 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.14.0", + "version": "2.14.1", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",