From 60e3ba233573af213c76e9322c989af0210a872c Mon Sep 17 00:00:00 2001 From: Matt Nield <64328730+matthewjnield@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:28:25 -0400 Subject: [PATCH] Remove duplicate listing of version 1.0.0 from pkgdown site (#1075) The purrr pkgdown site's News section lists the version 1.0.0 release twice. This commit removes the duplicate listing. --- _pkgdown.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 8ffdac9f..e553a0a3 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -24,8 +24,6 @@ news: href: https://www.tidyverse.org/articles/2019/02/purrr-0-3-0/ - text: "Version 0.2.3" href: https://www.tidyverse.org/articles/2017/08/purrr-0.2.3/ - - text: "Version 1.0.0" - href: https://www.tidyverse.org/blog/2022/12/purrr-1-0-0/ reference: - title: Map family