From 3b48aef4973d8084003204a5ad6f9b88bb74f822 Mon Sep 17 00:00:00 2001 From: "Wendy(Pengyin) Shan" Date: Wed, 10 May 2023 09:15:05 -0500 Subject: [PATCH 1/5] enable SNAP page and update changelog for 0.4.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b81698..eb2adf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.0] - 2023-05-10 ### Added - SNAP page and connected to SNAP API Point [#59](https://github.com/policy-design-lab/pdl-frontend/issues/59) From c1819aa004d865445310208ae46862b5be824d23 Mon Sep 17 00:00:00 2001 From: "Wendy(Pengyin) Shan" Date: Wed, 10 May 2023 09:17:02 -0500 Subject: [PATCH 2/5] enable SNAP page and update changelog for 0.4.0 release --- src/components/LandingDisplay.tsx | 35 ++++++++++++++++--------------- src/main.tsx | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/src/components/LandingDisplay.tsx b/src/components/LandingDisplay.tsx index 8f754110..9efe0ca3 100644 --- a/src/components/LandingDisplay.tsx +++ b/src/components/LandingDisplay.tsx @@ -110,25 +110,26 @@ export default function LandingDisplay({ programTitle }: { programTitle: string boldText = "What is Farm Bill?"; bodyText = "The Supplemental Nutrition Assistance Program [SNAP] provides financial assistance to low-income families to help cover the cost of food. Benefits can only be used to purchase food products and are provided in electronic format similar to a credit card and known as the Electronic Benefit Transfer (EBT) card. The map shows the total SNAP costs of the nutrition title by state from 2018-2022."; - route = "/"; + route = "/snap"; buttonText = "Explore Maps of SNAP"; button = ( - + + + ); break; case "All Programs": diff --git a/src/main.tsx b/src/main.tsx index 17a4176a..eb73a8b3 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -20,7 +20,7 @@ export default function Main(): JSX.Element { } /> } /> } /> - {/* } /> */} + } /> ); From 69c74e1e696a2593295a1ea06c6cc3589cae3b13 Mon Sep 17 00:00:00 2001 From: "Wendy(Pengyin) Shan" Date: Wed, 10 May 2023 10:06:10 -0500 Subject: [PATCH 3/5] update CHANGELOG to reveal a minor release instead of major release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2adf7e..83de7a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.4.0] - 2023-05-10 +## [0.3.1] - 2023-05-10 ### Added - SNAP page and connected to SNAP API Point [#59](https://github.com/policy-design-lab/pdl-frontend/issues/59) From 366bb00b9deb052dbfec016340b67e3408dda558 Mon Sep 17 00:00:00 2001 From: "Wendy(Pengyin) Shan" Date: Wed, 10 May 2023 10:12:25 -0500 Subject: [PATCH 4/5] change release version back to 0.4.0 and mark the finish of milestone --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83de7a93..eb2adf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.3.1] - 2023-05-10 +## [0.4.0] - 2023-05-10 ### Added - SNAP page and connected to SNAP API Point [#59](https://github.com/policy-design-lab/pdl-frontend/issues/59) From 9c2a1a83b19f42a3f760c6d647307fd6fc561b40 Mon Sep 17 00:00:00 2001 From: "Wendy(Pengyin) Shan" Date: Wed, 10 May 2023 10:14:52 -0500 Subject: [PATCH 5/5] update package.json to 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d0a3294..c0e73fc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "policy-design-lab", - "version": "0.3.0", + "version": "0.4.0", "description": "the front end of policy design lab", "repository": "https://github.com/policy-design-lab/pdl-frontend", "main": "src/app.tsx",