Skip to content

Commit

Permalink
KSMB-1183: Oppdaterer ffe-header til å bruke nyeste versjon av ffe-bu…
Browse files Browse the repository at this point in the history
…ttons
  • Loading branch information
hdaljord committed Sep 6, 2017
1 parent b3887e3 commit ea36f6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#CHANGELOG

## Version 9.0.0

### Breaking changes
* Bumped dependency on ffe-buttons to 5.x

## Version 8.0.3
* Support both versions 9 and 10 of `ffe-core`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-header",
"version": "8.0.3",
"version": "9.0.0",
"description": "Felles header for SpareBank 1",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"author": "Glenn Brownlee <glenn.brownlee@sparebank1.no>",
"license": "ISC",
"peerDependencies": {
"ffe-buttons": "4.x",
"ffe-buttons": "5.x",
"ffe-core": "^9.2.0 || ^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ea36f6e

Please sign in to comment.