Skip to content

Commit

Permalink
Updated the Release version and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Jan 23, 2024
1 parent 9c7858a commit 044bc99
Show file tree
Hide file tree
Showing 34 changed files with 253 additions and 215 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
accelerators/frontend/micro-ui-internals/node_modules/*
.idea
index.lock
utilities/
2 changes: 1 addition & 1 deletion micro-ui/web/core/inter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"lodash": "4.17.21",
"microbundle-crl": "0.13.11",
"@egovernments/digit-ui-react-components": "1.8.0-beta.1",
"@egovernments/digit-ui-react-components": "1.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "6.15.8",
Expand Down
10 changes: 5 additions & 5 deletions micro-ui/web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
],
"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.5",
"@egovernments/digit-ui-react-components": "1.8.0-beta.1",
"@egovernments/digit-ui-module-utilities": "1.0.0-beta",
"@egovernments/digit-ui-libraries": "1.8.0",
"@egovernments/digit-ui-module-workbench": "1.0.0",
"@egovernments/digit-ui-module-core": "1.8.0",
"@egovernments/digit-ui-react-components": "1.8.0",
"@egovernments/digit-ui-module-utilities": "1.0.0",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"react": "17.0.2",
Expand Down
26 changes: 0 additions & 26 deletions micro-ui/web/docker/devDockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions micro-ui/web/docker/masDockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions micro-ui/web/micro-ui-internals/example/maspackage.json

This file was deleted.

18 changes: 9 additions & 9 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.5",
"@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-module-engagement": "1.5.20",
"@egovernments/digit-ui-react-components": "1.8.0-beta.1",
"@egovernments/digit-ui-libraries": "1.8.0",
"@egovernments/digit-ui-module-workbench": "1.0.0",
"@egovernments/digit-ui-module-dss": "1.8.0",
"@egovernments/digit-ui-module-core": "1.8.0",
"@egovernments/digit-ui-module-common": "1.8.0",
"@egovernments/digit-ui-module-hrms": "1.8.0",
"@egovernments/digit-ui-module-utilities": "1.0.0",
"@egovernments/digit-ui-module-engagement": "1.8.0",
"@egovernments/digit-ui-react-components": "1.8.0",
"http-proxy-middleware": "^1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"lodash": "4.17.21",
"microbundle-crl": "0.13.11",
"@egovernments/digit-ui-react-components": "1.8.0-beta.1",
"@egovernments/digit-ui-react-components": "1.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "6.15.8",
Expand Down
9 changes: 5 additions & 4 deletions micro-ui/web/micro-ui-internals/packages/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ frontend/micro-ui/web/public/index.html
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
```
# Changelog
### Changelog
```bash
1.8.0 Workbench v1.0
1.8.0-beta.13 fixed the login text styling issue
1.8.0-beta.1 styles for login dropdown and homepage dropdowns
1.8.0-beta added workbench related css and some new Digit v2 constants based on em
Expand All @@ -66,12 +67,12 @@ frontend/micro-ui/web/public/index.html
1.5.24 added the readme file
1.5.23 base version
```
# Contributors
## Contributors
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
## Published from DIGIT Core
Digit Core Repo (https://github.com/egovernments/Digit-Core/tree/digit-ui-core)
### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
## License
Expand Down
5 changes: 3 additions & 2 deletions micro-ui/web/micro-ui-internals/packages/css/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const header = require("postcss-header");

const clean = require("gulp-clean");
const postcss = require("gulp-postcss");
const sass = require("gulp-sass");
const sass = require('gulp-sass');

const postcssPresetEnv = require("postcss-preset-env");
const cleanCSS = require("gulp-clean-css");
const rename = require("gulp-rename");
Expand Down Expand Up @@ -67,4 +68,4 @@ if (process.env.NODE_ENV === "production") {
// gulp.task("watch:styles", function () {
// livereload.listen();
// gulp.watch("**/*.scss", ["styles"]);
// });
// });
46 changes: 23 additions & 23 deletions micro-ui/web/micro-ui-internals/packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.8.0-beta.13",
"version": "1.8.0",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand All @@ -22,29 +22,29 @@
],
"style": "./dist/index.css",
"dependencies": {
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"postcss-scss": "^3.0.1",
"tailwindcss": "^1.8.10"
"node-sass": "4.14.1",
"normalize.css": "8.0.1",
"postcss-scss": "3.0.5",
"tailwindcss": "1.9.6"
},
"devDependencies": {
"autoprefixer": "^10.0.0",
"cssnano": "^4.1.10",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"postcss": "^8.0.9",
"postcss-cli": "^8.0.0",
"postcss-header": "^2.0.0",
"postcss-import": "^12.0.1",
"postcss-prefixer": "^2.1.2",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^3.0.1",
"autoprefixer": "10.4.14",
"cssnano": "4.1.11",
"gh-pages": "3.2.3",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.3.0",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.1",
"postcss": "8.4.26",
"postcss-cli": "8.3.1",
"postcss-header": "2.0.0",
"postcss-import": "12.0.1",
"postcss-prefixer": "2.1.3",
"postcss-preset-env": "6.7.1",
"postcss-scss": "3.0.5",
"sass": "^1.26.11"
},
"files": [
Expand All @@ -62,4 +62,4 @@
"digit-ui",
"css"
]
}
}
47 changes: 44 additions & 3 deletions micro-ui/web/micro-ui-internals/packages/libraries/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,38 @@
# digit-ui-libraries
<!-- TODO: update this -->

> Made with @egovernments/create-ui-library
# digit-ui-svg-components

## Install

```bash
npm install --save @egovernments/digit-ui-libraries
```

## Limitation

```bash
This Package is more specific to DIGIT-UI's can be used across mission's
```

## Usage

After adding the dependency make sure you have this dependency in

```bash
frontend/micro-ui/web/package.json
```

```json
"@egovernments/digit-ui-libraries":"1.8.0",
```

then navigate to App.js

```bash
frontend/micro-ui/web/src/App.js
```


## Usage

```jsx
Expand All @@ -27,6 +52,22 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
export default App;
```

### Changelog

```bash
1.8.0 Released as part of workbench v1.0
```

### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)

### Contributors

[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]

## License

MIT © [](https://github.com/)
MIT © [jagankumar-egov](https://github.com/jagankumar-egov)


![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)
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",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
Expand Down
22 changes: 16 additions & 6 deletions micro-ui/web/micro-ui-internals/packages/modules/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ const initDigitUI = () => {
};
```
# Changelog
### Changelog
```bash
1.8.0 workbench v1.0
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
1.6.0 urban 2.8
Expand All @@ -65,13 +66,22 @@ const initDigitUI = () => {
1.5.28 base version
```
# Contributors
### Contributors
[jagankumar-egov] [Tulika-eGov] [vamshikrishnakole-wtt-egov] [nabeelmd-eGov] [anil-egov]
## Published from DIGIT Core
Digit Dev Repo (https://github.com/egovernments/Digit-Core/tree/digit-ui-core)
## License
## Documentation
MIT © [jagankumar-egov](https://github.com/jagankumar-egov)
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)
## Maintainer
- [jagankumar-egov](https://www.github.com/jagankumar-egov)
### Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)
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",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Loading

0 comments on commit 044bc99

Please sign in to comment.