diff --git a/packages/ffe-accordion-react/CHANGELOG.md b/packages/ffe-accordion-react/CHANGELOG.md
index cad280ec5b..c815de4bd1 100644
--- a/packages/ffe-accordion-react/CHANGELOG.md
+++ b/packages/ffe-accordion-react/CHANGELOG.md
@@ -1,3 +1,19 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 3.1.3 (2018-01-04)
+
+
+### Bug Fixes
+
+* **ffe-accordion-react:** Create ID only once ([d448528](***REMOVED***))
+
+
+
+
# Changelog
## v3.1.2
diff --git a/packages/ffe-accordion-react/package.json b/packages/ffe-accordion-react/package.json
index e1ffa038b1..8d20081d9b 100644
--- a/packages/ffe-accordion-react/package.json
+++ b/packages/ffe-accordion-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-accordion-react",
- "version": "3.1.2",
+ "version": "3.1.3",
"main": "lib/index.js",
"author": "SpareBank 1",
"license": "UNLICENSED",
@@ -16,8 +16,8 @@
"example": "babel-node docs/create.js > example.html"
},
"peerDependencies": {
- "ffe-accordion": "^3.0.0",
- "ffe-core": "*",
+ "ffe-accordion": "^3.0.1",
+ "ffe-core": "^10.2.1",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
@@ -33,8 +33,8 @@
"babel-preset-es2015": "^6.3.13",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
- "ffe-accordion": "^3.0.0",
- "ffe-core": "^10.1.2",
+ "ffe-accordion": "^3.0.1",
+ "ffe-core": "^10.2.1",
"jest": "^22.0.4"
},
"files": [
diff --git a/packages/ffe-accordion/CHANGELOG.md b/packages/ffe-accordion/CHANGELOG.md
index 08e33de9c2..318af06e78 100644
--- a/packages/ffe-accordion/CHANGELOG.md
+++ b/packages/ffe-accordion/CHANGELOG.md
@@ -1,3 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 3.0.1 (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-accordion
+
# CHANGELOG
## Version 3.0.0
diff --git a/packages/ffe-accordion/package.json b/packages/ffe-accordion/package.json
index 0da76eef28..6840d65f77 100644
--- a/packages/ffe-accordion/package.json
+++ b/packages/ffe-accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-accordion",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Accordion component for FFE.",
"author": "SpareBank 1",
"license": "UNLICENSED",
@@ -18,10 +18,10 @@
"Accordion"
],
"peerDependencies": {
- "ffe-core": "^9.2.0 || ^10.0.0"
+ "ffe-core": "^10.2.1"
},
"devDependencies": {
- "ffe-core": "^10.0.0",
+ "ffe-core": "^10.2.1",
"opn-cli": "^3.1.0"
}
}
diff --git a/packages/ffe-buttons-react/CHANGELOG.md b/packages/ffe-buttons-react/CHANGELOG.md
index 878b5350e4..532d85aabd 100644
--- a/packages/ffe-buttons-react/CHANGELOG.md
+++ b/packages/ffe-buttons-react/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [8.0.2](***REMOVED***) (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-buttons-react
+
## [8.0.1](***REMOVED***) (2018-01-02)
@@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package ffe-buttons-react
-
+
# [8.0.0](***REMOVED***) (2018-01-02)
diff --git a/packages/ffe-buttons-react/package.json b/packages/ffe-buttons-react/package.json
index d2aa8d0dd6..8c0459d5b4 100644
--- a/packages/ffe-buttons-react/package.json
+++ b/packages/ffe-buttons-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-buttons-react",
- "version": "8.0.1",
+ "version": "8.0.2",
"description": "React implementation of ffe-buttons",
"main": "lib/index.js",
"scripts": {
@@ -36,8 +36,8 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.13.1",
- "ffe-buttons": "^5.1.0",
- "ffe-core": "^10.2.0",
+ "ffe-buttons": "^5.1.1",
+ "ffe-core": "^10.2.1",
"mocha": "^2.4.5",
"mocha-tap13": "^1.0.2",
"node-lessify": "^0.1.5",
@@ -58,7 +58,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
- "ffe-icons-react": "^4.0.0",
+ "ffe-icons-react": "^4.0.1",
"prop-types": "^15.6.0"
},
"license": "UNLICENSED"
diff --git a/packages/ffe-buttons/CHANGELOG.md b/packages/ffe-buttons/CHANGELOG.md
index 30e46e58a0..7d19dbd335 100644
--- a/packages/ffe-buttons/CHANGELOG.md
+++ b/packages/ffe-buttons/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [5.1.1](***REMOVED***) (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-buttons
+
# 5.1.0 (2017-12-22)
diff --git a/packages/ffe-buttons/package.json b/packages/ffe-buttons/package.json
index 677bc7c7b6..5b4f604465 100644
--- a/packages/ffe-buttons/package.json
+++ b/packages/ffe-buttons/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-buttons",
- "version": "5.1.0",
+ "version": "5.1.1",
"scripts": {
"build": "npm run lint && lessc example/example.less example/example.css && cp -R node_modules/ffe-core/fonts/ example/ && echo \"$(date +%T): Updated example\"",
"lint": "lessc --lint example/example.less && stylelint less/*.less",
@@ -13,7 +13,7 @@
"url": "***REMOVED***"
},
"devDependencies": {
- "ffe-core": "^10.2.0",
+ "ffe-core": "^10.2.1",
"less": "^2.7.3",
"nsp": "^3.1.0",
"opn-cli": "^3.1.0",
@@ -21,7 +21,7 @@
"watch": "^1.0.2"
},
"peerDependencies": {
- "ffe-core": "^10.2.0"
+ "ffe-core": "^10.2.1"
},
"files": [
"less"
diff --git a/packages/ffe-cards-react/CHANGELOG.md b/packages/ffe-cards-react/CHANGELOG.md
new file mode 100644
index 0000000000..84d6011075
--- /dev/null
+++ b/packages/ffe-cards-react/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 1.0.1 (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-cards-react
diff --git a/packages/ffe-cards-react/package.json b/packages/ffe-cards-react/package.json
index fd0662a2b4..6c2540f34a 100644
--- a/packages/ffe-cards-react/package.json
+++ b/packages/ffe-cards-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-cards-react",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "React implementation of ffe-react",
"main": "lib/index.js",
"scripts": {
@@ -15,7 +15,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"ffe-icons": "^9.0.0",
- "ffe-icons-react": "^4.0.0",
+ "ffe-icons-react": "^4.0.1",
"jest": "^22.0.4"
},
"jest": {
diff --git a/packages/ffe-cards/CHANGELOG.md b/packages/ffe-cards/CHANGELOG.md
index aa10bf3a7a..01e547b183 100644
--- a/packages/ffe-cards/CHANGELOG.md
+++ b/packages/ffe-cards/CHANGELOG.md
@@ -1,3 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 5.0.2 (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-cards
+
#CHANGELOG
## Version 5.0.1
diff --git a/packages/ffe-cards/package.json b/packages/ffe-cards/package.json
index a0c731cadf..8fdbe2d2df 100644
--- a/packages/ffe-cards/package.json
+++ b/packages/ffe-cards/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-cards",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "Kort for bruk i oversikter",
"main": "index.js",
"scripts": {
@@ -18,10 +18,10 @@
"author": "SpareBank 1",
"license": "UNLICENSED",
"peerDependencies": {
- "ffe-core": "^9.0.0 || ^10.0.0"
+ "ffe-core": "^10.2.1"
},
"devDependencies": {
- "ffe-core": "^10.0.0",
+ "ffe-core": "^10.2.1",
"mkdirp": "^0.5.1"
}
}
diff --git a/packages/ffe-chart-donut-react/CHANGELOG.md b/packages/ffe-chart-donut-react/CHANGELOG.md
index fc370c5c1d..b70570ad82 100644
--- a/packages/ffe-chart-donut-react/CHANGELOG.md
+++ b/packages/ffe-chart-donut-react/CHANGELOG.md
@@ -1,3 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 1.0.3 (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-chart-donut-react
+
# Changelog for ffe-chart-donut-react
## v.1.0.2
diff --git a/packages/ffe-chart-donut-react/package.json b/packages/ffe-chart-donut-react/package.json
index a2667a45d8..f591f11ef4 100644
--- a/packages/ffe-chart-donut-react/package.json
+++ b/packages/ffe-chart-donut-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-chart-donut-react",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Donut chart in SVG",
"main": "lib/index.js",
"author": "SpareBank 1",
@@ -32,7 +32,7 @@
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
- "ffe-core": "^10.2.0",
+ "ffe-core": "^10.2.1",
"jest": "^22.0.4",
"react": "^16.1.1",
"style-loader": "^0.19.1"
diff --git a/packages/ffe-core-react/CHANGELOG.md b/packages/ffe-core-react/CHANGELOG.md
index 61e37f2897..7250de1f7f 100644
--- a/packages/ffe-core-react/CHANGELOG.md
+++ b/packages/ffe-core-react/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.1.2](***REMOVED***) (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-core-react
+
## [1.1.1](***REMOVED***) (2018-01-02)
diff --git a/packages/ffe-core-react/package.json b/packages/ffe-core-react/package.json
index 84974d9139..405419a4c7 100644
--- a/packages/ffe-core-react/package.json
+++ b/packages/ffe-core-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-core-react",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "React components for ffe-core components",
"scripts": {
"prebuild": "rimraf lib",
diff --git a/packages/ffe-core/CHANGELOG.md b/packages/ffe-core/CHANGELOG.md
index 225a643655..b4e33c3c07 100644
--- a/packages/ffe-core/CHANGELOG.md
+++ b/packages/ffe-core/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [10.2.1](***REMOVED***) (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-core
+
# 10.2.0 (2017-12-22)
@@ -14,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- # Changelog
+ # Changelog
## v.10.1.2
@@ -103,7 +111,7 @@ To upgrade to this release, all references to the following variables must be re
To save some time on searching and replacing, run this command from inside your repository:
- for pair in ffe-blue-flat:ffe-blue-cobalt ffe-blue-royal-light-10:ffe-blue-ice ffe-blue-royal-light-20:ffe-blue-pale ffe-blue-royal-light-50:ffe-blue-sky ffe-blue-royal-light-wcag:ffe-blue-azure ffe-blue-royal-light:ffe-blue-deep-sky ffe-green-wcag-20:ffe-green-mint ffe-green-wcag:ffe-green-shamrock ffe-green-dark-10:ffe-green-emerald ffe-orange-wcag-20:ffe-orange-salmon ffe-orange-wcag:ffe-orange-fire ffe-purple-wcag:ffe-purple-magenta ffe-sand-50:ffe-sand-ivory ffe-sand-25:ffe-sand ffe-grey-light-bg:ffe-grey-cloud ffe-grey-light:ffe-grey-silver ffe-grey-dark:ffe-grey-charcoal; do old=${pair%%:*}; new=${pair##*:}; echo "Changing $old to $new"; find . -type f -name '*.less' -exec sed -i "s/$old/$new/g" {} \;; done
+ for pair in ffe-blue-flat:ffe-blue-cobalt ffe-blue-royal-light-10:ffe-blue-ice ffe-blue-royal-light-20:ffe-blue-pale ffe-blue-royal-light-50:ffe-blue-sky ffe-blue-royal-light-wcag:ffe-blue-azure ffe-blue-royal-light:ffe-blue-deep-sky ffe-green-wcag-20:ffe-green-mint ffe-green-wcag:ffe-green-shamrock ffe-green-dark-10:ffe-green-emerald ffe-orange-wcag-20:ffe-orange-salmon ffe-orange-wcag:ffe-orange-fire ffe-purple-wcag:ffe-purple-magenta ffe-sand-50:ffe-sand-ivory ffe-sand-25:ffe-sand ffe-grey-light-bg:ffe-grey-cloud ffe-grey-light:ffe-grey-silver ffe-grey-dark:ffe-grey-charcoal; do old=${pair%%:*}; new=${pair##*:}; echo "Changing $old to $new"; find . -type f -name '*.less' -exec sed -i "s/$old/$new/g" {} \;; done
## v.8.2.4
@@ -243,25 +251,25 @@ If you want to keep using it and don't plan on upgrading to `ffe-buttons@2.1.0`
```less
.ffe-button-group {
- padding: 40px 0;
+ padding: 40px 0;
- &--thin {
- padding: 0;
- }
+ &--thin {
+ padding: 0;
+ }
}
.ffe-button-group [class^="ffe-"][class$="-button"] {
- margin: 0 auto 10px;
+ margin: 0 auto 10px;
- @media screen and (min-width: @breakpoint-sm) {
- display: inline-block;
- margin: 0 0 10px 10px;
- width: auto;
+ @media screen and (min-width: @breakpoint-sm) {
+ display: inline-block;
+ margin: 0 0 10px 10px;
+ width: auto;
- &:first-child {
- margin-left: 0;
- }
- }
+ &:first-child {
+ margin-left: 0;
+ }
+ }
}
```
@@ -273,7 +281,7 @@ If you have used any of the `.ffe-shadow-buttons-whatever()` mixins they are now
## v.7.0.1
* Minor fix: make button texts of loading buttons unselectable, the text is only of interest for
- screen readers and ought to remain invisible under all circumstances.
+screen readers and ought to remain invisible under all circumstances.
## v.7.0.0
* Breaking: removed `--inline` support from `.ffe-form-label`. It was just setting max-width to 100% which is not the same as inlining. Removed `max-width: 85%` from `ffe-form-label`. It's layout and doesn't belong in the component. It now defaults to browser default which should be `none`. If you were using `ffe-form-label ffe-form-label--inline` you can just use `ffe-form-label`. If you were relying on the max-width being 85% then action is required.
diff --git a/packages/ffe-core/package.json b/packages/ffe-core/package.json
index c9ef396ff7..121a458ab8 100644
--- a/packages/ffe-core/package.json
+++ b/packages/ffe-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-core",
- "version": "10.2.0",
+ "version": "10.2.1",
"description": "Rammeverk for Felles Front End",
"scripts": {
"build": "lessc examples/examples.less examples/examples.css && echo \"$(date +%T): Updated examples\"",
diff --git a/packages/ffe-icons-react/CHANGELOG.md b/packages/ffe-icons-react/CHANGELOG.md
index 157222bc80..93b504a39b 100644
--- a/packages/ffe-icons-react/CHANGELOG.md
+++ b/packages/ffe-icons-react/CHANGELOG.md
@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-
+
+## [4.0.1](***REMOVED***) (2018-01-04)
+
+
+
+
+**Note:** Version bump only for package ffe-icons-react
+
+
# [4.0.0](***REMOVED***) (2018-01-02)
@@ -48,7 +56,7 @@ This API change allows for cleaner usage and better documentation.
-
+
# 3.0.0 (2017-12-22)
diff --git a/packages/ffe-icons-react/package.json b/packages/ffe-icons-react/package.json
index 18b8328070..6a1e50f144 100644
--- a/packages/ffe-icons-react/package.json
+++ b/packages/ffe-icons-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ffe-icons-react",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "React-komponenter for ffe-icons",
"main": "lib/index.js",
"scripts": {