From c50238d6fe002a65c7e809fe70d5d2e8e2cf2f73 Mon Sep 17 00:00:00 2001 From: Stephan Ringel Date: Fri, 16 Oct 2020 19:22:04 +0200 Subject: [PATCH] Publish - @adobe/gatsby-theme-parliament@2.8.0 --- packages/gatsby-theme-parliament/CHANGELOG.md | 20 +++++++++++++++++++ packages/gatsby-theme-parliament/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-theme-parliament/CHANGELOG.md b/packages/gatsby-theme-parliament/CHANGELOG.md index 83c2ea13b8..7bf1319b10 100644 --- a/packages/gatsby-theme-parliament/CHANGELOG.md +++ b/packages/gatsby-theme-parliament/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/adobe/gatsby-theme-parliament/compare/@adobe/gatsby-theme-parliament@2.7.0...@adobe/gatsby-theme-parliament@2.8.0) (2020-10-16) + + +### Bug Fixes + +* Design QA (closes [#27](https://github.com/adobe/gatsby-theme-parliament/issues/27)) ([#72](https://github.com/adobe/gatsby-theme-parliament/issues/72)) ([664ef19](https://github.com/adobe/gatsby-theme-parliament/commit/664ef190c4e5a16c23f1fa4ee9e8b78f719c1302)) +* Formatting and fix ProductCard filterBy prop type ([12e25c4](https://github.com/adobe/gatsby-theme-parliament/commit/12e25c4167827763f601e240d26f4d82b0fea6e7)) +* Move JsDocFilter func to JsDoc component ([fc3a05b](https://github.com/adobe/gatsby-theme-parliament/commit/fc3a05b9ef4f08edbd7f78b38b270d037a2fbb7b)) +* Remove horizontal scrollbar with SideNav layout and restore scrollbar for OnThisPage ([3bcb277](https://github.com/adobe/gatsby-theme-parliament/commit/3bcb2771a8fa56dba61365fa4b3ce833265609ba)) +* Update blog path in temp GlobalHeader ([39b5c06](https://github.com/adobe/gatsby-theme-parliament/commit/39b5c06ec6995bc8c2976993ed63a6645e0f3ef2)) + + +### Features + +* Add mobile best effort ([077bb64](https://github.com/adobe/gatsby-theme-parliament/commit/077bb64bbd630859cc981c0c2eda96a5313287a9)) + + + + + # [2.7.0](https://github.com/adobe/gatsby-theme-parliament/compare/@adobe/gatsby-theme-parliament@2.6.2...@adobe/gatsby-theme-parliament@2.7.0) (2020-10-14) diff --git a/packages/gatsby-theme-parliament/package.json b/packages/gatsby-theme-parliament/package.json index a8c592cb8c..bece710a8e 100644 --- a/packages/gatsby-theme-parliament/package.json +++ b/packages/gatsby-theme-parliament/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/gatsby-theme-parliament", - "version": "2.7.0", + "version": "2.8.0", "description": "Gatsby theme for building markdown powered Adobe I/O sites", "main": "index.js", "license": "Apache-2.0",