Skip to content

Commit

Permalink
v1.14.0 - Pin @justeat package versions (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram authored and ashleynolan committed Oct 22, 2019
1 parent afe5f70 commit 5101260
Show file tree
Hide file tree
Showing 3 changed files with 1,351 additions and 584 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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).


v1.14.0
------------------------------
*October 22, 2019*

### Changed

- Unpin fozzie package versions


v1.13.1
------------------------------
*September 18, 2019*
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-header",
"description": "Fozzie Header – Header Component for Just Eat projects",
"version": "1.13.1",
"version": "1.14.0",
"main": "dist/js/index.js",
"files": [
"dist",
Expand All @@ -25,18 +25,18 @@
"node": ">=8.0.0"
},
"dependencies": {
"@justeat/f-logger": "^0.7.1",
"@justeat/f-utils": "^0.1.0",
"@justeat/fozzie": "^1.7.0",
"@justeat/fozzie-colour-palette": "^2.1.0",
"@justeat/f-logger": "0.7.2",
"@justeat/f-utils": "0.3.0",
"@justeat/fozzie": "1.66.0",
"@justeat/fozzie-colour-palette": "2.4.0",
"include-media": "^1.4.9",
"lite-ready": "^1.0.4"
},
"peerDependencies": {
"@justeat/f-icons": "^1.9.0"
"@justeat/f-icons": "1.29.1"
},
"devDependencies": {
"@justeat/gulp-build-fozzie": "^8.2.0",
"@justeat/gulp-build-fozzie": "8.4.0",
"concurrently": "^4.0.1",
"coveralls": "^3.0.2",
"danger": "^4.4.8",
Expand Down
Loading

0 comments on commit 5101260

Please sign in to comment.