@fremtind/jkl-accordion
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.4](https://github.com/fremtind/jokul/compare/@fremtind/jkl-accordion@1.1.3...@fremtind/jkl-accordion@1.1.4) (2020-03-16) | ||
### Bug Fixes | ||
* **accordion:** make accordion fill entire width of container ([f15f3b3](https://github.com/fremtind/jokul/commit/f15f3b32b509827ff208d45835dd06d5874744d7)) | ||
## [1.1.3](https://github.com/fremtind/jokul/compare/@fremtind/jkl-accordion@1.1.2...@fremtind/jkl-accordion@1.1.3) (2020-03-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@fremtind/jkl-accordion", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"publishConfig": { | ||
@@ -21,3 +21,3 @@ "access": "public" | ||
"scripts": { | ||
"clean": "rimraf node_modules/ dist/ **/*.css", | ||
"clean": "rimraf node_modules/ .cache/ build/ dist/ public/ **/*.css", | ||
"build": "gulp build", | ||
@@ -29,6 +29,6 @@ "build:watch": "gulp build:watch", | ||
"dependencies": { | ||
"@fremtind/jkl-core": "^4.0.2" | ||
"@fremtind/jkl-core": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.4.14" | ||
"@fremtind/browserslist-config-jkl": "^0.5.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
], | ||
"gitHead": "94a4fadd61b03c2072e55f1535f1878fe7e773e3" | ||
"gitHead": "f5388b66575d58ffe90bd5c38bcdda54344f1312" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23947
199
Updated@fremtind/jkl-core@^4.1.0