Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix :: updated the package version due to some compilation issues #35

Merged
merged 4 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions micro-ui/web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
],
"homepage": "/core-ui",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.8.0-beta",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta",
"@egovernments/digit-ui-module-core": "1.8.0-beta.8",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.2",
"@egovernments/digit-ui-react-components": "1.8.0-beta.2",
"@egovernments/digit-ui-module-dss": "1.8.0-beta",
"@egovernments/digit-ui-module-common": "1.8.0-beta",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta",
"@egovernments/digit-ui-libraries": "1.8.0-beta.1",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta.1",
"@egovernments/digit-ui-module-dss": "1.8.0-beta.2",
"@egovernments/digit-ui-module-core": "1.8.0-beta.11",
"@egovernments/digit-ui-module-common": "1.8.0-beta.1",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.3",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta.1",
"@egovernments/digit-ui-module-engagement": "1.5.20",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"react": "17.0.2",
Expand Down
16 changes: 8 additions & 8 deletions micro-ui/web/micro-ui-internals/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"start": "react-scripts start"
},
"devDependencies": {
"@egovernments/digit-ui-libraries": "1.8.0-beta",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta",
"@egovernments/digit-ui-module-dss": "1.8.0-beta",
"@egovernments/digit-ui-module-core": "1.8.0-beta.8",
"@egovernments/digit-ui-module-common": "1.8.0-beta",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.2",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta",
"@egovernments/digit-ui-libraries": "1.8.0-beta.1",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta.1",
"@egovernments/digit-ui-module-dss": "1.8.0-beta.2",
"@egovernments/digit-ui-module-core": "1.8.0-beta.11",
"@egovernments/digit-ui-module-common": "1.8.0-beta.1",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.3",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta.1",
"@egovernments/digit-ui-module-engagement": "1.5.20",
"@egovernments/digit-ui-react-components": "1.8.0-beta.2",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"http-proxy-middleware": "^1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions micro-ui/web/micro-ui-internals/example/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DigitUI } from "@egovernments/digit-ui-module-core";
import { initDSSComponents } from "@egovernments/digit-ui-module-dss";
import { initEngagementComponents } from "@egovernments/digit-ui-module-engagement";
import { initHRMSComponents } from "@egovernments/digit-ui-module-hrms";
// import { initUtilitiesComponents } from "@egovernments/digit-ui-module-utilities";
import { initUtilitiesComponents } from "@egovernments/digit-ui-module-utilities";
import {initWorkbenchComponents} from "@egovernments/digit-ui-module-workbench";

import "@egovernments/digit-ui-css/example/index.css";
Expand All @@ -18,9 +18,9 @@ import { UICustomizations } from "./UICustomizations";
var Digit = window.Digit || {};

const enabledModules = [ "DSS", "HRMS",
"Workbench"
"Workbench",
// "Engagement", "NDSS","QuickPayLinks", "Payment",
// "Utilities",
"Utilities",
//added to check fsm
// "FSM"
];
Expand Down Expand Up @@ -66,7 +66,7 @@ const initDigitUI = () => {
initDSSComponents();
initHRMSComponents();
initEngagementComponents();
// initUtilitiesComponents();
initUtilitiesComponents();
initWorkbenchComponents();


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-libraries",
"version": "1.8.0-beta",
"version": "1.8.0-beta.1",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const initDigitUI = () => {
# Changelog

```bash
1.8.0-beta.1 republished due to some version issues
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
1.6.0 urban 2.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-common",
"version": "1.8.0-beta",
"version": "1.8.0-beta.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ with
# Changelog

```bash
1.8.0-beta.11 republished due to some version issues
1.8.0-beta.10 Constants updated for mgramsewa
1.8.0-beta.9 Updated How It works screen to take header from mdms config and show pdf card only when required
1.8.0-beta.8 redefine addtional component to render only under employee home page
1.8.0-beta.6 added addtional component render for tqm modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-core",
"version": "1.8.0-beta.10",
"version": "1.8.0-beta.11",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -14,7 +14,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.0-beta.1",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.16.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ const useGetCustomFilterRequestValues = (filterConfigs, config={}) => {
# Changelog

```bash
1.8.0-beta.2 republished due to some version issues
1.8.0-beta.1 fixes
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
1.6.0 urban 2.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-dss",
"version": "1.8.0-beta.1",
"version": "1.8.0-beta.2",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -18,7 +18,7 @@
"react-router-dom": "5.3.0"
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.0-beta.2",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"jsonpath": "^1.1.1",
"react": "17.0.2",
"react-date-range": "1.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const initDigitUI = () => {
# Changelog

```bash
1.8.0-beta.3 republished due to some version issues
1.8.0-beta.2 fixes
1.8.0-beta.01 fixed compilation issue
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-hrms",
"version": "1.8.0-beta.2",
"version": "1.8.0-beta.3",
"description": "HRMS",
"license": "MIT",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ _Bill Module
# Changelog

```bash
1.0.0-beta.1 republished due to some version issues
1.0.0-beta workbench base version beta release
0.0.8 fix response data for custom compnent in inbox composer
0.0.7 updated the readme content
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-utilities",
"version": "1.0.0-beta",
"version": "1.0.0-beta.1",
"description": "Utilities Module UI",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -18,7 +18,7 @@
"react-router-dom": "5.3.0"
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.0-beta",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"react": "17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ https://github.com/egovernments/DIGIT-OSS/pull/99/commits/6e711bdc005c226c7debd5
### Changelog

```bash
1.0.0-beta.1 republished due to some version issues
1.0.0-beta workbench base version beta release
0.0.3 readme updated
0.0.2 readme updated
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.0-beta",
"version": "1.0.0-beta.1",
"description": "Workbench",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -18,7 +18,7 @@
"react-router-dom": "5.3.0"
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.0-beta.1",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"@rjsf/core": "5.10.0",
"@rjsf/utils": "5.10.0",
"@rjsf/validator-ajv8": "5.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ Syntax for the FormComposersV2
# Changelog

```bash
1.0.0-beta.2 Added Some icons for pqm dashboard
1.8.0-beta.3 republished due to some issues
1.8.0-beta.2 Added Some icons for pqm dashboard
1.8.0-beta.1 fixed some topbar issues
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-react-components",
"version": "1.8.0-beta.2",
"version": "1.8.0-beta.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
16 changes: 8 additions & 8 deletions micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
],
"homepage": "/digit-ui",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.8.0-beta",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta",
"@egovernments/digit-ui-module-core": "1.8.0-beta.8",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.2",
"@egovernments/digit-ui-react-components": "1.8.0-beta.2",
"@egovernments/digit-ui-module-dss": "1.8.0-beta",
"@egovernments/digit-ui-module-common": "1.8.0-beta",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta",
"@egovernments/digit-ui-libraries": "1.8.0-beta.1",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta.1",
"@egovernments/digit-ui-module-dss": "1.8.0-beta.2",
"@egovernments/digit-ui-module-core": "1.8.0-beta.11",
"@egovernments/digit-ui-module-common": "1.8.0-beta.1",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.3",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta.1",
"@egovernments/digit-ui-module-engagement": "1.5.20",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"react": "17.0.2",
Expand Down
2 changes: 2 additions & 0 deletions micro-ui/web/workbench/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { DigitUI } from "@egovernments/digit-ui-module-core";
import { initHRMSComponents } from "@egovernments/digit-ui-module-hrms";
import { UICustomizations } from "./Customisations/UICustomizations";
import { initWorkbenchComponents } from "@egovernments/digit-ui-module-workbench";
import { initUtilitiesComponents } from "@egovernments/digit-ui-module-utilities";

window.contextPath = window?.globalConfigs?.getConfig("CONTEXT_PATH");

Expand All @@ -27,6 +28,7 @@ const initDigitUI = () => {
commonUiConfig: UICustomizations,
};
initHRMSComponents();
initUtilitiesComponents();
initWorkbenchComponents();
};

Expand Down
11 changes: 6 additions & 5 deletions micro-ui/web/workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
],
"homepage": "/workbench-ui",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.8.0-beta",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta",
"@egovernments/digit-ui-module-core": "1.8.0-beta.10",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.2",
"@egovernments/digit-ui-react-components": "1.8.0-beta.2",
"@egovernments/digit-ui-libraries": "1.8.0-beta.1",
"@egovernments/digit-ui-module-workbench": "1.0.0-beta.1",
"@egovernments/digit-ui-module-core": "1.8.0-beta.11",
"@egovernments/digit-ui-module-hrms": "1.8.0-beta.3",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta.1",
"@egovernments/digit-ui-react-components": "1.8.0-beta.3",
"babel-loader": "8.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down