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.2
  • Loading branch information
Byggserver committed Jan 17, 2018
1 parent 4cc7b96 commit 2fe6d60
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
17 changes: 14 additions & 3 deletions packages/ffe-account-selector-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@
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.1"></a>
<a name="8.1.2"></a>
## [8.1.2](***REMOVED***) (2018-01-17)


### Bug Fixes

* **ffe-account-selector-react:** fix build ([f0cedda](***REMOVED***))




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




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

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


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



<a name="8.0.4"></a>
<a name="8.0.4"></a>

## [8.0.4](***REMOVED***) (2018-01-10)

Expand Down
19 changes: 12 additions & 7 deletions packages/ffe-account-selector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"name": "ffe-account-selector-react",
"version": "8.1.1",
"version": "8.1.2",
"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/.",
"start":
"echo \"No local demo available - use the monorepo's npm start.\"",
"test":
"mocha --require babel-core/register --require ./test-setup.js 'src/**/*.test.js'",
"start": "echo \"No local demo available - use the monorepo's npm start.\"",
"test": "mocha --require babel-core/register --require ./test-setup.js 'src/**/*.test.js'",
"test:watch": "npm test -- -w"
},
"dependencies": {
Expand Down

0 comments on commit 2fe6d60

Please sign in to comment.