Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - ffe-accordion-react@3.1.3
 - ffe-accordion@3.0.1
 - ffe-buttons-react@8.0.2
 - ffe-buttons@5.1.1
 - ffe-cards-react@1.0.1
 - ffe-cards@5.0.2
 - ffe-chart-donut-react@1.0.3
 - ffe-core-react@1.1.2
 - ffe-core@10.2.1
 - ffe-icons-react@4.0.1
  • Loading branch information
Byggserver committed Jan 4, 2018
1 parent 73e121a commit 4e80687
Show file tree
Hide file tree
Showing 20 changed files with 151 additions and 44 deletions.
16 changes: 16 additions & 0 deletions packages/ffe-accordion-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="3.1.3"></a>
## 3.1.3 (2018-01-04)


### Bug Fixes

* **ffe-accordion-react:** Create ID only once ([d448528](***REMOVED***))




# Changelog

## v3.1.2
Expand Down
10 changes: 5 additions & 5 deletions packages/ffe-accordion-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand All @@ -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": [
Expand Down
13 changes: 13 additions & 0 deletions packages/ffe-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="3.0.1"></a>
## 3.0.1 (2018-01-04)




**Note:** Version bump only for package ffe-accordion

# CHANGELOG

## Version 3.0.0
Expand Down
6 changes: 3 additions & 3 deletions packages/ffe-accordion/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
10 changes: 9 additions & 1 deletion packages/ffe-buttons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="8.0.2"></a>
## [8.0.2](***REMOVED***) (2018-01-04)




**Note:** Version bump only for package ffe-buttons-react

<a name="8.0.1"></a>
## [8.0.1](***REMOVED***) (2018-01-02)

Expand All @@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package ffe-buttons-react

<a name="8.0.0"></a>
<a name="8.0.0"></a>
# [8.0.0](***REMOVED***) (2018-01-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/ffe-buttons-react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="5.1.1"></a>
## [5.1.1](***REMOVED***) (2018-01-04)




**Note:** Version bump only for package ffe-buttons

<a name="5.1.0"></a>
# 5.1.0 (2017-12-22)

Expand Down
6 changes: 3 additions & 3 deletions packages/ffe-buttons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,15 +13,15 @@
"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",
"stylelint": "^8.4.0",
"watch": "^1.0.2"
},
"peerDependencies": {
"ffe-core": "^10.2.0"
"ffe-core": "^10.2.1"
},
"files": [
"less"
Expand Down
12 changes: 12 additions & 0 deletions packages/ffe-cards-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.0.1"></a>
## 1.0.1 (2018-01-04)




**Note:** Version bump only for package ffe-cards-react
4 changes: 2 additions & 2 deletions packages/ffe-cards-react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ffe-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="5.0.2"></a>
## 5.0.2 (2018-01-04)




**Note:** Version bump only for package ffe-cards

#CHANGELOG

## Version 5.0.1
Expand Down
6 changes: 3 additions & 3 deletions packages/ffe-cards/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}
13 changes: 13 additions & 0 deletions packages/ffe-chart-donut-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.0.3"></a>
## 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
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-chart-donut-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.1.2"></a>
## [1.1.2](***REMOVED***) (2018-01-04)




**Note:** Version bump only for package ffe-core-react

<a name="1.1.1"></a>
## [1.1.1](***REMOVED***) (2018-01-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-core-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
40 changes: 24 additions & 16 deletions packages/ffe-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="10.2.1"></a>
## [10.2.1](***REMOVED***) (2018-01-04)




**Note:** Version bump only for package ffe-core

<a name="10.2.0"></a>
# 10.2.0 (2017-12-22)

Expand All @@ -14,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



# Changelog
# Changelog

## v.10.1.2

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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;
}
}
}
```

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-core/package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down

0 comments on commit 4e80687

Please sign in to comment.