Skip to content

Commit

Permalink
[skip travis] chore(release): publish v5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed May 1, 2020
1 parent 918632a commit 636c95c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/uikit-workshop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.9.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/v5.9.2...v5.9.3) (2020-05-01)


### Bug Fixes

* adjust UIKit Nav updates to account for the noViewAll config variation ([73eac97](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/73eac976461f4e587b0c30668942c4895aea319f))
* make sure the top-level Dropdown menus always open/close ([7a8b418](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/7a8b418bfcbd200ef8b2802b1a07964a9995bf9f))
* only allow one top level nav item to be open at a time while rendering as a dropdown menu ([409bef3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/409bef37165260d9b728013ac33e7aa67541c832))
* re-try Netlify preview to debug local vs prod rendering differences ([6da41a1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/6da41a14feea034f891c745dfeb062fa3b196235))





## [5.9.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/v5.9.1...v5.9.2) (2020-04-24)

**Note:** Version bump only for package @pattern-lab/uikit-workshop
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/uikit-workshop",
"version": "5.9.2",
"version": "5.9.3",
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
"main": "gulpfile.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"devDependencies": {
"@pattern-lab/core": "^5.9.0",
"@pattern-lab/core": "^5.9.3",
"@pattern-lab/engine-handlebars": "^5.5.0",
"@pattern-lab/engine-mustache": "^5.0.0",
"better-opn": "^1.0.0",
Expand Down

0 comments on commit 636c95c

Please sign in to comment.