From 3b4f18d09000f5721a042a8152af4f0568c351b3 Mon Sep 17 00:00:00 2001 From: avrilpearl Date: Wed, 17 Apr 2019 13:35:10 -0400 Subject: [PATCH 1/2] consolidate changelog --- CHANGELOG.md | 11 +++++++++++ changelogs/DP-1323.txt | 5 ----- changelogs/DP-6198.txt | 4 ---- changelogs/DP-6354.txt | 30 ------------------------------ changelogs/DP-6358.txt | 7 ------- 5 files changed, 11 insertions(+), 46 deletions(-) delete mode 100644 changelogs/DP-1323.txt delete mode 100644 changelogs/DP-6198.txt delete mode 100644 changelogs/DP-6354.txt delete mode 100644 changelogs/DP-6358.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ce17f56f..a06bbfa7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) **For example** - DP-1234: The short description text on a [service detail](http://mayflower.digital.mass.gov/?p=pages-detail-for-service-howto-location) page banner ([@organisms/by-template/page-banner](http://mayflower.digital.mass.gov/?p=organisms-page-banner)) should now render ([PR #493](https://github.com/massgov/mayflower/pull/493)) +## 9.5.0 (04/17/2019) + +### Fixed +- (Patternlab) [Footer] DP-1323: remove tag from footer. #526 +- (React) [Footer] DP-1323: remove tag from footer. #526 + +### Changed +- (PatternLab) [MainNav, Header] DP-6198: a11y change keyboard behavior for navigation to be tab based. #488 +- (PatternLab, React) [Pagination] DP-6354: A11y - fix pagination to use links rather than buttons and access accessibility features. #490 +- (Patternlab, React)[Footer] DP-6358: Change tab order in footer. #527 + ## 9.4.2 (04/10/2019) ### Fixed diff --git a/changelogs/DP-1323.txt b/changelogs/DP-1323.txt deleted file mode 100644 index 3336a96646..0000000000 --- a/changelogs/DP-1323.txt +++ /dev/null @@ -1,5 +0,0 @@ -___EXAMPLE___ -Patch -Change -- (Patternlab) [Footer] DP-1323: remove tag from footer -- (React) [Footer] DP-1323: remove tag from footer diff --git a/changelogs/DP-6198.txt b/changelogs/DP-6198.txt deleted file mode 100644 index 670138618a..0000000000 --- a/changelogs/DP-6198.txt +++ /dev/null @@ -1,4 +0,0 @@ -___DESCRIPTION___ -Changed -Patch -- patternlab / DP-6198: a11y change keyboard behavior for navigation to be tab based. diff --git a/changelogs/DP-6354.txt b/changelogs/DP-6354.txt deleted file mode 100644 index 7930dd8b28..0000000000 --- a/changelogs/DP-6354.txt +++ /dev/null @@ -1,30 +0,0 @@ -___DESCRIPTION___ -Changed -Patch -- patternlab / DP-6354: A11y - fix pagination to use links rather than buttons and access accessibility features - -___POST DEPLOY STEPS___ -1. Do this -2. Then do this - -___CHANGE TYPES___ -- Added for new features. -- Changed for changes in existing functionality. -- Deprecated for soon-to-be removed features. -- Removed for now removed features. -- Fixed for any bug fixes. -- Security in case of vulnerabilities. - -Note: See http://keepachangelog.com/ for more info about changelogs. - -___CHANGE IMPACT___ -- Minor -- Major -- Patch - -Note: Refer to `/docs/for-developers/versioning.md` for more info about change impact according to semantic versioning. - -___PROJECTS PREFIX___ -- Patternlab -- React -- Docs diff --git a/changelogs/DP-6358.txt b/changelogs/DP-6358.txt deleted file mode 100644 index c02a72c226..0000000000 --- a/changelogs/DP-6358.txt +++ /dev/null @@ -1,7 +0,0 @@ -Minor -Changed -- (Patternlab) DP-6358: Change tab order in footer -- (React) [Footer] DP-6358: Change tab order in footer - - - From db8c64db48af03233ea8d3a7e9b58ba12d41399e Mon Sep 17 00:00:00 2001 From: avrilpearl Date: Wed, 17 Apr 2019 13:36:31 -0400 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06bbfa7a6..394436f7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## 9.5.0 (04/17/2019) ### Fixed -- (Patternlab) [Footer] DP-1323: remove tag from footer. #526 -- (React) [Footer] DP-1323: remove tag from footer. #526 +- (Patternlab) [Footer] DP-1323: remove `` tag from footer. #526 +- (React) [Footer] DP-1323: remove `` tag from footer. #526 ### Changed - (PatternLab) [MainNav, Header] DP-6198: a11y change keyboard behavior for navigation to be tab based. #488 - (PatternLab, React) [Pagination] DP-6354: A11y - fix pagination to use links rather than buttons and access accessibility features. #490 -- (Patternlab, React)[Footer] DP-6358: Change tab order in footer. #527 +- (Patternlab, React) [Footer] DP-6358: Change tab order in footer. #527 ## 9.4.2 (04/10/2019)