Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - ffe-dropdown-react@3.0.4
 - ffe-message-box-react@3.3.10
  • Loading branch information
Byggserver committed Jan 22, 2018
1 parent e99c954 commit de78e4f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/ffe-dropdown-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.4"></a>
## [3.0.4](***REMOVED***) (2018-01-22)


### Bug Fixes

* **ffe-dropdown-react:** Add missing proptypes check ([995d7f4](***REMOVED***))




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

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.3",
"version": "3.0.4",
"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-message-box-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="3.3.9"></a>
<a name="3.3.10"></a>
## [3.3.10](***REMOVED***) (2018-01-22)




**Note:** Version bump only for package ffe-message-box-react

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




**Note:** Version bump only for package ffe-message-box-react

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


Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-message-box-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-message-box-react",
"version": "3.3.9",
"version": "3.3.10",
"main": "lib/index.js",
"author": "SpareBank 1",
"license": "UNLICENSED",
Expand Down

0 comments on commit de78e4f

Please sign in to comment.