From dfb1b5e6369500f631b39880eaa7417cca04a57e Mon Sep 17 00:00:00 2001 From: Isaac Chansky Date: Tue, 15 May 2018 09:54:49 -0400 Subject: [PATCH] update readme and release version --- changelogs/DP-8825.txt | 3 --- changelogs/DP-8890.txt | 4 ---- changelogs/DP-8924.txt | 3 --- changelogs/DP-8940.txt | 4 ---- changelogs/DP-8942.txt | 3 --- changelogs/DP-8948.txt | 5 ----- docs/visual-regression.md | 4 ++-- release-notes.md | 15 +++++++++++++++ styleguide/package.json | 2 +- styleguide/source/_patterns/05-pages/readme2.json | 2 +- 10 files changed, 19 insertions(+), 26 deletions(-) delete mode 100644 changelogs/DP-8825.txt delete mode 100644 changelogs/DP-8890.txt delete mode 100644 changelogs/DP-8924.txt delete mode 100644 changelogs/DP-8940.txt delete mode 100644 changelogs/DP-8942.txt delete mode 100644 changelogs/DP-8948.txt diff --git a/changelogs/DP-8825.txt b/changelogs/DP-8825.txt deleted file mode 100644 index d361e44d2c..0000000000 --- a/changelogs/DP-8825.txt +++ /dev/null @@ -1,3 +0,0 @@ -Added -Minor -- DP-8825: Adds an expandable/accordion variation to the teaser listing organism. diff --git a/changelogs/DP-8890.txt b/changelogs/DP-8890.txt deleted file mode 100644 index 945eb2f879..0000000000 --- a/changelogs/DP-8890.txt +++ /dev/null @@ -1,4 +0,0 @@ -___DESCRIPTION___ -Fixed -Patch -- DP-8890: Always print expander and let JavaScript control visibility diff --git a/changelogs/DP-8924.txt b/changelogs/DP-8924.txt deleted file mode 100644 index 19ecaced88..0000000000 --- a/changelogs/DP-8924.txt +++ /dev/null @@ -1,3 +0,0 @@ -Changed -Patch -DP-8924: reorder sections in organization page to have featured topics above news. \ No newline at end of file diff --git a/changelogs/DP-8940.txt b/changelogs/DP-8940.txt deleted file mode 100644 index 1b53100b26..0000000000 --- a/changelogs/DP-8940.txt +++ /dev/null @@ -1,4 +0,0 @@ -Changed -Patch -- DP-8940: Increases font size of short description on org pages to match production website - diff --git a/changelogs/DP-8942.txt b/changelogs/DP-8942.txt deleted file mode 100644 index 712956fe0a..0000000000 --- a/changelogs/DP-8942.txt +++ /dev/null @@ -1,3 +0,0 @@ -Added -Patch -DP-8942: Add missing content examples in JSON for elected official page. diff --git a/changelogs/DP-8948.txt b/changelogs/DP-8948.txt deleted file mode 100644 index 2544112324..0000000000 --- a/changelogs/DP-8948.txt +++ /dev/null @@ -1,5 +0,0 @@ -___DESCRIPTION___ -Changed -Patch -- DP-8948: Close up contact information on org pages extra horizontal spacing - diff --git a/docs/visual-regression.md b/docs/visual-regression.md index 26c75cd628..34180e4445 100644 --- a/docs/visual-regression.md +++ b/docs/visual-regression.md @@ -8,8 +8,8 @@ This repository uses [BackstopJS](https://garris.github.io/BackstopJS/) for visu * [Docker and Docker Compose](https://www.docker.com/community-edition#/download) must be installed. ### Workflow: - -To check how your current work compares with the reference screenshots that are committed to the repository, run the following: +First, ensure you've run a pattern lab build. +Then, to check how your current work compares with the reference screenshots that are committed to the repository, run the following: ```bash docker-compose run backstop test diff --git a/release-notes.md b/release-notes.md index 062e710fbc..007d44fa82 100644 --- a/release-notes.md +++ b/release-notes.md @@ -13,6 +13,21 @@ 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)) +## 5.23.0 (5/15/2018) + +### Added +- DP-8825: Adds an expandable/accordion variation to the teaser listing organism. +- DP-8942: Add missing content examples in JSON for elected official page. + +### Changed +- DP-8924: reorder sections in organization page to have featured topics above news. +- DP-8940: Increases font size of short description on org pages to match production website +- DP-8948: Close up contact information on org pages extra horizontal spacing + +### Fixed +- DP-8890: Always print expander and let JavaScript control visibility. + + ## 5.22.0 (5/9/2018) ### Added diff --git a/styleguide/package.json b/styleguide/package.json index b0e3d20750..9369d8e296 100644 --- a/styleguide/package.json +++ b/styleguide/package.json @@ -1,7 +1,7 @@ { "name": "@massds/mayflower", "description": "Open source UI components and visual style guide for Massachusetts government websites", - "version": "5.22.0", + "version": "5.23.0", "author": "Massachusetts Digital Services (MDS)", "repository": { "type": "git", diff --git a/styleguide/source/_patterns/05-pages/readme2.json b/styleguide/source/_patterns/05-pages/readme2.json index cd23f50701..9cf720a89d 100644 --- a/styleguide/source/_patterns/05-pages/readme2.json +++ b/styleguide/source/_patterns/05-pages/readme2.json @@ -5,7 +5,7 @@ }, "errorPage": { - "type": "v5.17.0 (3/29/2018)", + "type": "", "title": "Welcome to Mayflower, the Commonwealth's Design System", "message": "Use the navigation menu above to browse our pattern library." },