Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - ffe-account-selector-react@8.1.7
 - ffe-chart-donut-react@1.0.9
 - ffe-datepicker-react@2.7.7
 - ffe-decorators-react@1.0.7
 - ffe-details-list@8.1.7
 - ffe-dropdown-react@3.0.5
 - ffe-expandable-react@2.0.4
 - ffe-file-upload-react@2.0.3
 - ffe-formatters@2.1.4
 - ffe-header@10.2.1
 - ffe-lists-react@2.1.1
 - ffe-lists@4.1.3
 - ffe-message-box-react@3.3.11
 - ffe-message-box@4.2.5
 - ffe-searchable-dropdown-react@4.0.1
 - ffe-spinner-react@3.0.1
 - ffe-spinner@2.0.4
  • Loading branch information
Byggserver committed Jan 22, 2018
1 parent ce073e5 commit 70f0146
Show file tree
Hide file tree
Showing 34 changed files with 261 additions and 79 deletions.
14 changes: 11 additions & 3 deletions packages/ffe-account-selector-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.1.6"></a>
<a name="8.1.7"></a>
## [8.1.7](***REMOVED***) (2018-01-22)




**Note:** Version bump only for package ffe-account-selector-react

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




**Note:** Version bump only for package ffe-account-selector-react

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




**Note:** Version bump only for package ffe-account-selector-react

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


Expand Down
20 changes: 13 additions & 7 deletions packages/ffe-account-selector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
{
"name": "ffe-account-selector-react",
"version": "8.1.6",
"version": "8.1.7",
"description": "Selector for bank accounts with autocomplete.",
"keywords": ["ffe"],
"keywords": [
"ffe"
],
"license": "UNLICENSED",
"author": "SpareBank 1",
"main": "lib/index.js",
"files": ["less", "lib", "src", "*.js"],
"files": [
"less",
"lib",
"src",
"*.js"
],
"repository": {
"type": "git",
"url": "***REMOVED***"
},
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
"lint": "eslint src/.",
"test":
"mocha --require babel-core/register --require ./test-setup.js 'src/**/*.test.js'",
"test": "mocha --require babel-core/register --require ./test-setup.js 'src/**/*.test.js'",
"test:watch": "npm test -- -w"
},
"dependencies": {
"classnames": "^2.2.5",
"ffe-checkbox-react": "^4.4.10",
"ffe-formatters": "^2.1.3",
"ffe-formatters": "^2.1.4",
"ffe-icons-react": "^4.0.5",
"ffe-spinner-react": "^3.0.0",
"ffe-spinner-react": "^3.0.1",
"prop-types": "^15.6.0",
"react-auto-bind": "^0.4.2",
"react-custom-scrollbars": "^4.2.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-chart-donut-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.0.9"></a>
## [1.0.9](***REMOVED***) (2018-01-22)




**Note:** Version bump only for package ffe-chart-donut-react

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

Expand Down
15 changes: 10 additions & 5 deletions packages/ffe-chart-donut-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "ffe-chart-donut-react",
"version": "1.0.8",
"version": "1.0.9",
"description": "Donut chart in SVG",
"main": "lib/index.js",
"author": "SpareBank 1",
"license": "UNLICENSED",
"keywords": ["ffe"],
"keywords": [
"ffe"
],
"scripts": {
"build":
"babel -d lib/ --ignore spec.js src/ && cp src/ffe-chart-donut.less lib/",
"build": "babel -d lib/ --ignore spec.js src/ && cp src/ffe-chart-donut.less lib/",
"lint": "eslint src/ test/",
"lint:fix": "eslint --fix src/ test/",
"test": "npm run test:spec && npm run test:nsp",
Expand All @@ -33,5 +34,9 @@
"jest": {
"setupTestFrameworkScriptFile": "./test-setup.js"
},
"files": ["lib", "*.js", "*.less"]
"files": [
"lib",
"*.js",
"*.less"
]
}
8 changes: 8 additions & 0 deletions packages/ffe-datepicker-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="2.7.7"></a>
## [2.7.7](***REMOVED***) (2018-01-22)




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

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

Expand Down
10 changes: 6 additions & 4 deletions packages/ffe-datepicker-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "ffe-datepicker-react",
"version": "2.7.6",
"version": "2.7.7",
"main": "lib/ffe-datepicker-react.js",
"license": "UNLICENSED",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
"lint": "eslint src/.",
"test": "npm run test:spec && npm run test:nsp",
"test:spec":
"mocha --require src/util/test-setup.js --compilers js:babel-core/register 'src/**/*.test.js'",
"test:spec": "mocha --require src/util/test-setup.js --compilers js:babel-core/register 'src/**/*.test.js'",
"test:nsp": "nsp check",
"test:watch": "npm test -- -w"
},
Expand All @@ -27,7 +26,10 @@
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0"
},
"files": ["lib", "*.js"],
"files": [
"lib",
"*.js"
],
"peerDependencies": {
"ffe-datepicker": "^4.2.5",
"ffe-form": "2.x - 8.x",
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-decorators-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.0.7"></a>
## [1.0.7](***REMOVED***) (2018-01-22)




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

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

Expand Down
14 changes: 9 additions & 5 deletions packages/ffe-decorators-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-decorators-react",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "lib/index.js",
"author": "SpareBank 1",
Expand All @@ -15,7 +15,9 @@
"test:watch": "npm run tdd",
"tdd": "jest --watch"
},
"keywords": ["ffe"],
"keywords": [
"ffe"
],
"peerDependencies": {
"react": "^15.4.2 || ^16.0.0"
},
Expand All @@ -31,11 +33,13 @@
"react-dom": "^16.2.0",
"sinon": "^4.1.3"
},
"files": ["lib", "*.js"],
"files": [
"lib",
"*.js"
],
"repository": {
"type": "git",
"url":
"***REMOVED***"
"url": "***REMOVED***"
},
"jest": {
"setupTestFrameworkScriptFile": "./test-setup.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-details-list/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.1.7"></a>
## [8.1.7](***REMOVED***) (2018-01-22)




**Note:** Version bump only for package ffe-details-list

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

Expand Down
5 changes: 2 additions & 3 deletions packages/ffe-details-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-details-list",
"version": "8.1.6",
"version": "8.1.7",
"description": "Opplisting av attributter i en grid",
"main": "less/ffe-details-list.less",
"scripts": {
Expand All @@ -10,8 +10,7 @@
"type": "git",
"url": "***REMOVED***"
},
"homepage":
"***REMOVED***",
"homepage": "***REMOVED***",
"author": "SpareBank 1",
"license": "UNLICENSED",
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-dropdown-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="3.0.5"></a>
## [3.0.5](***REMOVED***) (2018-01-22)




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

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

Expand Down
7 changes: 5 additions & 2 deletions packages/ffe-dropdown-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-dropdown-react",
"version": "3.0.4",
"version": "3.0.5",
"main": "lib/Dropdown.js",
"license": "UNLICENSED",
"scripts": {
Expand All @@ -25,7 +25,10 @@
"react-addons-test-utils": "^15.0.1",
"react-dom": "^16.2.0"
},
"files": ["lib", "*.js"],
"files": [
"lib",
"*.js"
],
"jest": {
"setupTestFrameworkScriptFile": "./test-setup.js"
}
Expand Down
12 changes: 10 additions & 2 deletions packages/ffe-expandable-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.3"></a>
<a name="2.0.4"></a>
## [2.0.4](***REMOVED***) (2018-01-22)




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

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




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

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


Expand Down
7 changes: 5 additions & 2 deletions packages/ffe-expandable-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-expandable-react",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/ffe-expandable-react.js",
"scripts": {
"build": "babel -d lib src",
Expand All @@ -12,7 +12,10 @@
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"files": ["lib", "*.js"],
"files": [
"lib",
"*.js"
],
"author": "SpareBank 1",
"license": "UNLICENSED",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-file-upload-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="2.0.3"></a>
## [2.0.3](***REMOVED***) (2018-01-22)




**Note:** Version bump only for package ffe-file-upload-react

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

Expand Down
15 changes: 7 additions & 8 deletions packages/ffe-file-upload-react/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "ffe-file-upload-react",
"version": "2.0.2",
"description":
"Upload file button with validation and list of uploaded files.",
"keywords": ["ffe"],
"version": "2.0.3",
"description": "Upload file button with validation and list of uploaded files.",
"keywords": [
"ffe"
],
"license": "UNLICENSED",
"author": "SpareBank 1",
"main": "lib/index.js",
"scripts": {
"build": "babel -d lib/. src/.",
"lint": "eslint src/. test/.",
"test":
"mocha --require babel-core/register --require test/setup.js test/**/*.test.js",
"test:watch":
"mocha --require babel-core/register --require test/setup.js test/**/*.test.js -w --watch-extensions jsx"
"test": "mocha --require babel-core/register --require test/setup.js test/**/*.test.js",
"test:watch": "mocha --require babel-core/register --require test/setup.js test/**/*.test.js -w --watch-extensions jsx"
},
"depencencies": {
"prop-types": "^15.6.0"
Expand Down
Loading

0 comments on commit 70f0146

Please sign in to comment.