Skip to content

Commit

Permalink
f-template-subnav@0.5.0 - Pulls in a11y changes via package bumps. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrodrigues authored Mar 17, 2022
1 parent 21397e4 commit 6ad91e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 7 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,13 @@
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.0
------------------------------
*March 16, 2022*

### Changed
- `f-breadcrumbs` & `f-navigation-links` to pull in a11y changes.


v0.4.0
------------------------------
Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "0.5.0",
"main": "dist/f-template-subnav.umd.min.js",
"maxBundleSize": "20kB",
"files": [
Expand Down Expand Up @@ -46,8 +46,8 @@
"@justeat/browserslist-config-fozzie": ">=1.2.0"
},
"devDependencies": {
"@justeat/f-breadcrumbs": "3.1.0",
"@justeat/f-navigation-links": "0.3.0",
"@justeat/f-breadcrumbs": "3.2.0",
"@justeat/f-navigation-links": "1.1.0",
"@justeat/f-wdio-utils": "0.4.0",
"@samhammer/vue-cli-plugin-stylelint": "2.0.1",
"@vue/cli-plugin-babel": "4.4.6",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2387,11 +2387,6 @@
resolved "https://registry.yarnpkg.com/@justeat/f-mega-modal/-/f-mega-modal-4.1.0.tgz#43300dd377b6293157bd59378165cc64ace4ade1"
integrity sha512-4xwep9kagPo+L6YeFIiU8A65BPhic1CUOzvfv2fzYYdGtYuGi2XVbu2xreYuvlQ/v7pitdW0MUqTZGsoJr+ZTg==

"@justeat/f-navigation-links@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@justeat/f-navigation-links/-/f-navigation-links-0.3.0.tgz#73475aec7110f8be32b58e2d5250f62ba92295a8"
integrity sha512-qcImxIiXRY57/54Piu/i9zZ6k7mRsnxHHcdnuPJvGAxbWDPNJIcWgJL07tMEedLVeZ+OM3Pg9KEkC983Hrc8vg==

"@justeat/f-searchbox@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@justeat/f-searchbox/-/f-searchbox-6.0.0.tgz#fa6ea41ca3ccde26d5ed65511a96f1a728a9fc88"
Expand Down

0 comments on commit 6ad91e0

Please sign in to comment.