Skip to content

Commit

Permalink
f-template-subnav@0.5.1 - Bump f-breadcrumbs package. (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrodrigues authored Mar 18, 2022
1 parent 0349877 commit 1b3c37b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/components/templates/f-template-subnav/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v0.5.1
------------------------------
*March 18, 2022*

### Changed
- `f-breadcrumbs` version as previous version wasn't pulling correct markup changes through.


v0.5.0
------------------------------
*March 16, 2022*
Expand Down
4 changes: 2 additions & 2 deletions packages/components/templates/f-template-subnav/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-template-subnav",
"description": "Fozzie Template Sub Nav - SPA template with breadcrumb, lefthand navigation and centre slot",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/f-template-subnav.umd.min.js",
"maxBundleSize": "20kB",
"files": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"@justeat/browserslist-config-fozzie": ">=1.2.0"
},
"devDependencies": {
"@justeat/f-breadcrumbs": "3.2.0",
"@justeat/f-breadcrumbs": "3.2.1",
"@justeat/f-navigation-links": "1.1.0",
"@justeat/f-wdio-utils": "0.4.0",
"@samhammer/vue-cli-plugin-stylelint": "2.0.1",
Expand Down

0 comments on commit 1b3c37b

Please sign in to comment.