@sb1/ffe-accordion-react
Advanced tools
Comparing version 6.3.4 to 7.0.0
@@ -6,2 +6,15 @@ # Change Log | ||
# [7.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.3.4...@sb1/ffe-accordion-react@7.0.0) (2019-08-27) | ||
### chore | ||
- bump React to 16.9 to allow for using hooks etc ([e3901f1](https://github.com/SpareBank1/designsystem/commit/e3901f1)) | ||
### BREAKING CHANGES | ||
- peerDep of React is raised to 16.9. While this in itself | ||
isn't a breaking change, it allows for the use of hooks in later releases. | ||
Such changes would just be a minor version, or even a patch, but without | ||
this major version bump it would result in a runtime error for consumers. | ||
## [6.3.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.3.3...@sb1/ffe-accordion-react@6.3.4) (2019-08-12) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@sb1/ffe-accordion-react", | ||
"version": "6.3.4", | ||
"version": "7.0.0", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "author": "SpareBank 1", | ||
"dependencies": { | ||
"@sb1/ffe-icons-react": "^6.0.20", | ||
"@sb1/ffe-icons-react": "^7.0.0", | ||
"classnames": "^2.2.5", | ||
@@ -40,8 +40,8 @@ "prop-types": "^15.6.0", | ||
"jest": "^23.4.2", | ||
"react": "^16.6.3", | ||
"react-dom": "^16.6.3" | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0" | ||
}, | ||
"peerDependencies": { | ||
"@sb1/ffe-accordion": "^5.0.3", | ||
"react": "^16.6.3" | ||
"react": "^16.9.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ecc7e88efc2851bf9ff658361aeaedd3d6c33bdd" | ||
"gitHead": "46f8caf821706d0d3ceb875abfddef4b02b06c0e" | ||
} |
62521
+ Added@sb1/ffe-icons-react@7.3.6(transitive)
- Removed@sb1/ffe-icons-react@6.0.20(transitive)
Updated@sb1/ffe-icons-react@^7.0.0