From f6e84d345279b693c3da5b3877f7b5decdc9b9f9 Mon Sep 17 00:00:00 2001 From: Stephan Ringel Date: Mon, 26 Oct 2020 16:14:13 +0100 Subject: [PATCH] Publish - @adobe/gatsby-theme-parliament@2.11.0 --- packages/gatsby-theme-parliament/CHANGELOG.md | 17 +++++++++++++++++ packages/gatsby-theme-parliament/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-theme-parliament/CHANGELOG.md b/packages/gatsby-theme-parliament/CHANGELOG.md index 240324b795..786ded7906 100644 --- a/packages/gatsby-theme-parliament/CHANGELOG.md +++ b/packages/gatsby-theme-parliament/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.11.0](https://github.com/adobe/gatsby-theme-parliament/compare/@adobe/gatsby-theme-parliament@2.10.0...@adobe/gatsby-theme-parliament@2.11.0) (2020-10-26) + + +### Bug Fixes + +* API SideNav is not collapsed ([9470fd4](https://github.com/adobe/gatsby-theme-parliament/commit/9470fd4dbb353b5d049125fa5b2f57fd0a2b0252)) +* ProductCardGrid sort by name regression ([59b6662](https://github.com/adobe/gatsby-theme-parliament/commit/59b6662aaec0f559d5cf6eaa09350491e8ab7c24)) + + +### Features + +* Restore ProductCardGrid orderBy ([64c9b4b](https://github.com/adobe/gatsby-theme-parliament/commit/64c9b4be834b33e49f53931021b283d611306bd2)) + + + + + # [2.10.0](https://github.com/adobe/gatsby-theme-parliament/compare/@adobe/gatsby-theme-parliament@2.9.10...@adobe/gatsby-theme-parliament@2.10.0) (2020-10-22) diff --git a/packages/gatsby-theme-parliament/package.json b/packages/gatsby-theme-parliament/package.json index 87b0ec572a..5010f45db2 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.10.0", + "version": "2.11.0", "description": "Gatsby theme for building markdown powered Adobe I/O sites", "main": "index.js", "license": "Apache-2.0",