Skip to content

Commit

Permalink
FFE-69 bumped ffe-core peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
antidecaf committed Mar 23, 2017
1 parent 226f9f8 commit 9056ac2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v2.0.0

### Breaking changes

Bumped peer dependency version of ffe-core. No external API change, but this version requires a new major of `ffe-core`

* Renamed color names to stay in sync with refactoring in ffe-core@9.x
* Updated visual test baselines according to color changes in ffe-core

To migrate, update your app to ffe-core version 9.x

## v1.0.2

* Added description to examples
Expand Down
2 changes: 1 addition & 1 deletion less/mixins.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Spinner: Commonly found on buttons and loading pages
*/
.ffe-sb1-spinner(@color: @ffe-blue-royal-light, @size: 20px) {
.ffe-sb1-spinner(@color: @ffe-blue-deep-sky, @size: 20px) {
content: ' ';
display: inline-block;
width: @size;
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-spinner",
"version": "1.0.2",
"version": "2.0.0",
"main": "less/spinner.less",
"scripts": {
"compile": "npm run lint && lessc example/example.less example/example.css && cp -R node_modules/ffe-core/fonts/ example/fonts/ && echo \"$(date +%T): Updated example\"",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"devDependencies": {
"ffe-core": "^8.0.0",
"ffe-core": "9.x",
"ffe-visual-tests-support": "2.0.0",
"less": "^2.7.1",
"nsp": "^2.2.0",
Expand All @@ -39,7 +39,7 @@
"watch": "^0.19.2"
},
"peerDependencies": {
"ffe-core": "8.x"
"ffe-core": "9.x"
},
"publishConfig": {
"registry": "***REMOVED***"
Expand Down
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.
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 9056ac2

Please sign in to comment.