Skip to content

Commit

Permalink
New baseline images to match latest core and form. Bump devDeps and d…
Browse files Browse the repository at this point in the history
…isable package-lock.
  • Loading branch information
Henrik Hermansen committed Nov 24, 2017
1 parent a750494 commit 15e25fc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
git-tag-version=false
registry=***REMOVED***
package-lock=false
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.2.4
* Add new baseline images to match latest version of `ffe-core` and `ffe-form`.
* Bump devDeps `ffe-visual-tests-support` and `stylelint-config-ffe`.
* Add `package-lock=false` to [.npmrc](.npmrc)

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

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.3",
"version": "4.2.4",
"description": "FFE Datepicker",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"devDependencies": {
"ffe-core": "^10.0.0",
"ffe-form": "^8.0.0",
"ffe-visual-tests-support": "2.0.0",
"ffe-visual-tests-support": "^2.0.0",
"less": "^2.6.1",
"mkdirp": "^0.5.1",
"opn-cli": "^3.1.0",
"stylelint": "^7.7.1",
"stylelint-config-ffe": "^0.2.0"
"stylelint-config-ffe": "^0.3.0"
},
"peerDependencies": {
"ffe-core": "^9.0.0 || ^10.0.0",
Expand Down
Binary file modified visual-tests/baseline-screenshots/example/plain/firefox-large.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified visual-tests/baseline-screenshots/example/plain/firefox-medium.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified visual-tests/baseline-screenshots/example/plain/firefox-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15e25fc

Please sign in to comment.