From 597947975d6901e7206f668d11c6387716dd443c Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Sat, 20 Jul 2024 12:05:37 -0700 Subject: [PATCH 1/2] fix: Update description in metadata for high-performance ecommerce store --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 0fad0ac28..e83466cc3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,7 +3,7 @@ import { ThreeItemGrid } from 'components/grid/three-items'; import Footer from 'components/layout/footer'; export const metadata = { - description: 'High-performance ecommerce store built with Next.js, Vercel, and Shopify.', + description: 'High-performance ecommerce store built with Next.js, Vercel, and Shopif.', openGraph: { type: 'website' } From 77018770a179be970c86687e76773076838e2a57 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jul 2024 19:07:02 +0000 Subject: [PATCH 2/2] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/compare/v1.0.0...v1.0.1) (2024-07-20) ### Bug Fixes * Update description in metadata for high-performance ecommerce store ([5979479](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/commit/597947975d6901e7206f668d11c6387716dd443c)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121722d5e..cb9787a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/compare/v1.0.0...v1.0.1) (2024-07-20) + + +### Bug Fixes + +* Update description in metadata for high-performance ecommerce store ([5979479](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/commit/597947975d6901e7206f668d11c6387716dd443c)) + # 1.0.0 (2024-07-20)