Skip to content

Commit

Permalink
1.0.2-beta.7 : localisation admin issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Aug 6, 2024
1 parent 35a5ba1 commit 040815b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion micro-ui/web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@egovernments/digit-ui-components": "0.0.2-beta.18",
"@egovernments/digit-ui-libraries": "1.8.2-beta.6",
"@egovernments/digit-ui-module-workbench": "1.0.2-beta.6",
"@egovernments/digit-ui-module-workbench": "1.0.2-beta.7",
"@egovernments/digit-ui-module-core": "1.8.2-beta.12",
"@egovernments/digit-ui-module-utilities": "1.0.1-beta.39",
"@egovernments/digit-ui-module-open-payment":"0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/micro-ui-internals/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@egovernments/digit-ui-libraries": "1.8.2-beta.6",
"@egovernments/digit-ui-module-workbench": "1.0.2-beta.6",
"@egovernments/digit-ui-module-workbench": "1.0.2-beta.7",
"@egovernments/digit-ui-module-pgr": "1.8.1-beta.1",
"@egovernments/digit-ui-module-dss": "1.8.1",
"@egovernments/digit-ui-module-core": "1.8.2-beta.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ https://github.com/egovernments/DIGIT-OSS/pull/99/commits/6e711bdc005c226c7debd5
### Changelog

```bash
1.0.2-beta.7 : localisation admin issue fixed
1.0.2-beta.6 : boundary screen updated for support migration of data
1.0.2-beta.4 If you dont want to use modulename and mastername in mdms-v2 data create and update api use {MDMS_SCHEMACODE_INACTION} this constant in global config and set it as false
1.0.2-beta.3 updated the bulkupload time for MDMS data create
1.0.2-beta.2 added audit history feature
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-workbench",
"version": "1.0.2-beta.6",
"version": "1.0.2-beta.7",
"description": "Workbench",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const Config = {
label: "WBH_LOCALISATION_SEARCH_HEADER",
type: "search",
actionLabel: "WBH_ADD_LOCALISATION",
actionRole: "LOC_ADMIN",
actionRoles: ["LOC_ADMIN"],
actionLink: "workbench/localisation-add",
apiDetails: {
serviceName: "/localization/messages/v1/_search",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "/workbench-ui",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.8.2-beta.6",
"@egovernments/digit-ui-module-workbench": "1.0.2-beta.6",
"@egovernments/digit-ui-module-workbench": "1.0.2-beta.7",
"@egovernments/digit-ui-components": "0.0.2-beta.18",
"@egovernments/digit-ui-module-core": "1.8.2-beta.12",
"@egovernments/digit-ui-module-utilities": "1.0.1-beta.39",
Expand Down

0 comments on commit 040815b

Please sign in to comment.