@financial-times/o-header
Advanced tools
Comparing version 9.1.1 to 9.2.0
# Changelog | ||
## [9.2.0](https://www.github.com/Financial-Times/origami/compare/o-header-v9.1.1...o-header-v9.2.0) (2021-11-24) | ||
### Features | ||
* allow npm 8 in engines config ([eeb1cae](https://www.github.com/Financial-Times/origami/commit/eeb1cae6e7f0379e647f2b41240b1f294997d528)) | ||
### [9.1.1](https://www.github.com/Financial-Times/origami/compare/o-header-v9.1.0...o-header-v9.1.1) (2021-11-08) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@financial-times/o-header", | ||
"version": "9.1.1", | ||
"version": "9.2.0", | ||
"description": "Responsive Financial Times page header with primary and secondary navigation, a drop down mega menu, and a collapsible drawer", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"engines": { | ||
"npm": "^7" | ||
"npm": "^7 || ^8" | ||
}, | ||
@@ -44,3 +44,5 @@ "volta": { | ||
"npm": "7.11.1" | ||
} | ||
}, | ||
"percy": true, | ||
"private": false | ||
} |
250077
49