Skip to content

Commit

Permalink
Merge pull request #22 in FFE/ffe-datepicker from master_dig-28190-bu…
Browse files Browse the repository at this point in the history
…mpe-deps to master

* commit 'fcb6df6aa779ac6d7798ccbd2c7f0018821e98b4':
  DIG-28190 Add support of version 8 of ffe-form
  • Loading branch information
Henrik Hermansen committed Oct 11, 2017
2 parents 514fc1a + 3fd372b commit a750494
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.2.3
* Add support of version 8 of `ffe-form`

## 4.2.2
* Actually support both versions 9 and 10 of `ffe-core` (fixes 4.2.1)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-datepicker",
"version": "4.2.2",
"version": "4.2.3",
"description": "FFE Datepicker",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"devDependencies": {
"ffe-core": "^10.0.0",
"ffe-form": "5.x - 6.x",
"ffe-form": "^8.0.0",
"ffe-visual-tests-support": "2.0.0",
"less": "^2.6.1",
"mkdirp": "^0.5.1",
Expand All @@ -39,7 +39,7 @@
},
"peerDependencies": {
"ffe-core": "^9.0.0 || ^10.0.0",
"ffe-form": "5.x - 6.x"
"ffe-form": "5.x - 8.x"
},
"publishConfig": {
"registry": "***REMOVED***"
Expand Down

0 comments on commit a750494

Please sign in to comment.