diff --git a/packages/components/templates/f-template-subnav/CHANGELOG.md b/packages/components/templates/f-template-subnav/CHANGELOG.md index 722d5d6fdc..cd0709d580 100644 --- a/packages/components/templates/f-template-subnav/CHANGELOG.md +++ b/packages/components/templates/f-template-subnav/CHANGELOG.md @@ -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* diff --git a/packages/components/templates/f-template-subnav/package.json b/packages/components/templates/f-template-subnav/package.json index cf06f51277..81cc9ef52d 100644 --- a/packages/components/templates/f-template-subnav/package.json +++ b/packages/components/templates/f-template-subnav/package.json @@ -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": [ @@ -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",