Skip to content

Commit

Permalink
publish components
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Apr 1, 2024
1 parent a004c39 commit 53ffa9c
Show file tree
Hide file tree
Showing 8 changed files with 19,467 additions and 6 deletions.
1 change: 1 addition & 0 deletions react/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"start": "gulp build",
"build:prod": "NODE_ENV=production gulp build",
"prepublish": "yarn build:prod",
"publish:css": "npm publish --tag core-v0.1",
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack --mode production"
},
"dependencies": {
"@egovernments/digit-ui-components": "0.0.1-beta.1",
"@egovernments/digit-ui-components": "0.0.1-beta.3",
"@egovernments/digit-ui-libraries": "1.8.2-beta.1",
"@egovernments/digit-ui-module-common": "1.7.10",
"@egovernments/digit-ui-module-core": "1.8.1-beta.6",
Expand Down
2 changes: 1 addition & 1 deletion react/modules/Project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.1-beta.4",
"@egovernments/digit-ui-components": "0.0.1-beta.1",
"@egovernments/digit-ui-components": "0.0.1-beta.3",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-date-range": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion react/modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@egovernments/digit-ui-components": "0.0.1-beta.1",
"@egovernments/digit-ui-components": "0.0.1-beta.3",
"@egovernments/digit-ui-react-components": "1.8.1-beta.4",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion react/modules/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.1-beta.4",
"@egovernments/digit-ui-components": "0.0.1-beta.1",
"@egovernments/digit-ui-components": "0.0.1-beta.3",
"react": "17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@egovernments/digit-ui-module-sample": "0.0.1",
"@egovernments/digit-ui-react-components": "1.7.10",
"@egovernments/digit-ui-svg-components": "1.0.4",
"@egovernments/digit-ui-components": "0.0.1-beta.1",
"@egovernments/digit-ui-components": "0.0.1-beta.3",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"css-loader": "5.2.6",
Expand Down
3 changes: 2 additions & 1 deletion react/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"build": "microbundle-crl --compress --no-sourcemap --format cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "yarn build",
"publish:components": "npm publish --tag core-v0.1",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build",
"storybook": "start-storybook -p 6006 -s public",
Expand Down Expand Up @@ -50,7 +51,7 @@
"dist"
],
"dependencies": {
"@egovernments/digit-ui-css": "1.8.2-coreui.1",
"@egovernments/digit-ui-css": "1.8.2-coreui.2",
"@egovernments/digit-ui-libraries": "1.8.1-beta.1",
"@egovernments/digit-ui-svg-components": "1.0.4",
"@googlemaps/js-api-loader": "1.13.10",
Expand Down
19,459 changes: 19,459 additions & 0 deletions react/ui-components/yarn-error.log

Large diffs are not rendered by default.

0 comments on commit 53ffa9c

Please sign in to comment.