From d244e4cbdfca953c704c021b5fe1d05309f03a49 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:13:23 -0300 Subject: [PATCH 1/5] Update navigation.json --- public/navigation.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/navigation.json b/public/navigation.json index a1df3b2d..255b39a2 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -14852,6 +14852,13 @@ "origin": "", "type": "category", "children": [ + { + "name": "FastStore: `faststore.config.js` file is now `discovery.config.js`", + "slug": "2024-12-13-discovery-config-file", + "origin": "", + "type": "markdown", + "children": [] + }, { "name": "Store Framework: Simplified custom header management now available in VTEX admin", "slug": "2024-12-05-store-framework-simplified-custom-header-management-now-available-in-vtex-admin", @@ -17214,4 +17221,4 @@ ] } ] -} \ No newline at end of file +} From c80bafe77af6f9dc20b6f84e204a91fa54e09c64 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+mariana-caetano@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:15:27 -0300 Subject: [PATCH 2/5] Update index.tsx 'last-updates-section' component --- src/components/last-updates-section/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index 54aa45ae..f9040913 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -6,11 +6,11 @@ import { getMessages } from 'utils/get-messages' import styles from './styles' const lastReleaseNote: CardProps = { - action: { + action: { type: 'improved', description: - 'Store Framework: Simplified custom header management now available in VTEX admin', - date: new Date('12/05/2024'), + 'FastStore: `faststore.config.js` file is now `discovery.config.js`', + date: new Date('17/12/2024'), }, updateType: 'release-notes', } From d89f451fbcd1111d6b9c13094e3691c7e782b13d Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+mariana-caetano@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:21:25 -0300 Subject: [PATCH 3/5] Apply suggestions from code review --- public/navigation.json | 2 +- src/components/last-updates-section/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/navigation.json b/public/navigation.json index 255b39a2..c0951db6 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -14854,7 +14854,7 @@ "children": [ { "name": "FastStore: `faststore.config.js` file is now `discovery.config.js`", - "slug": "2024-12-13-discovery-config-file", + "slug": "2024-12-16-discovery-config-file", "origin": "", "type": "markdown", "children": [] diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index f9040913..59c4c502 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -10,7 +10,7 @@ const lastReleaseNote: CardProps = { type: 'improved', description: 'FastStore: `faststore.config.js` file is now `discovery.config.js`', - date: new Date('17/12/2024'), + date: new Date('16/12/2024'), }, updateType: 'release-notes', } From babfeafe3b07269fff6ba41b4ce4c8c712d7c0bf Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+mariana-caetano@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:30:36 -0300 Subject: [PATCH 4/5] Apply suggestions from code review --- src/components/last-updates-section/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index 59c4c502..2e4ee06b 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -9,7 +9,7 @@ const lastReleaseNote: CardProps = { action: { type: 'improved', description: - 'FastStore: `faststore.config.js` file is now `discovery.config.js`', + 'FastStore: faststore.config.js file is now discovery.config.js', date: new Date('16/12/2024'), }, updateType: 'release-notes', From 087375dc9e208f9e916e8a6d8ebe16e06acb48e4 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+mariana-caetano@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:32:24 -0300 Subject: [PATCH 5/5] Update src/components/last-updates-section/index.tsx --- src/components/last-updates-section/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index 2e4ee06b..d3606061 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -6,7 +6,7 @@ import { getMessages } from 'utils/get-messages' import styles from './styles' const lastReleaseNote: CardProps = { - action: { + action: { type: 'improved', description: 'FastStore: faststore.config.js file is now discovery.config.js',