Skip to content

Commit a4d9c02

Browse files
authored
Merge pull request #21 from openimis/mmerge
MERGING RELEASE branches
2 parents 89774a0 + dbc1b20 commit a4d9c02

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# openIMIS Frontend Claim reference module
2-
This repository holds the files of the openIMIS Frontend Claim reference module.
1+
# openIMIS Frontend Profile reference module
2+
This repository holds the files of the openIMIS Frontend Profile reference module.
33
It is dedicated to be deployed as a module of [openimis-fe_js](https://github.com/openimis/openimis-fe_js).
44

55
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
@@ -26,4 +26,5 @@ None
2626
None
2727

2828
## Configurations Options
29-
* `AppBarMenuContribution` - if set to true Profile is added as an AppBar icon instead of being main menu contribution
29+
30+
* `AppBarMenuContribution` - if set to true Profile is added as an AppBar icon instead of being main menu contribution

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openimis/fe-profile",
3-
"version": "1.4.0-rc2",
3+
"version": "1.4.0",
44
"license": "AGPL-3.0-only",
55
"description": "openIMIS Frontend Profile reference module",
66
"repository": "openimis/openimis-fe-profile_js",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const DEFAULT_CONFIG = {
1414
"core.MainMenu": [ProfileMainMenu],
1515
reducers: [{ key: "profile", reducer }],
1616
"core.AppBar": [ProfileToolbarContribution]
17+
1718
};
1819

1920
export const ProfileModule = (cfg) => {

0 commit comments

Comments
 (0)