Skip to content

Commit

Permalink
Merge pull request #423 from Groww-OSS/develop
Browse files Browse the repository at this point in the history
Develop to Main [20th June 2024]
  • Loading branch information
prashant-adhikari-groww authored Jun 20, 2024
2 parents 2ab1067 + 8b1bedb commit cf748d2
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 45 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<p align="center">
<a href="https://tech.groww.in"><img alt="tech.groww.in" src="https://img.shields.io/badge/tech.groww.in-333?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA0lBMVEUAAAANzKFkd/dodvRbb/1eb/5dcfoHzJ9abv0Dy50Dypxcb/0GyZ1fc/pcb/oZ3sJhdvcPyJ4Xz6YYx6ED26kCypxJh/EG67UDyZwE4q4D2KdecP4G67YEzqBAn+lecP0Eyp0EypwO88MK9b8GyZ0J361fdPddb/9Xav9cbf8F+L8D7LVabf9Za/8C4KwB16YBzZ4B1KNFj/AN8soE8bkB3KlUefpHivJBl+0wtuIa3tMT588E9LsD57IBypwW4c8S6s0K98cH/MQD6bMD57EC4q7rGKjVAAAAJ3RSTlMAIBkL29V9VvDW0bxzW1koJhYNCO7u3Nzb2djTwMC+urW1gYF/WSYSVnH0AAAAtUlEQVQY00XM1xaCMBBF0Qkg9t57N5goRUAFAfv//5IDUTlP2XdlDYhkSZIhraZOh5miuvm5rFC63e72SuXrHBWDlkuWmkKx2JrWqeKg0v9wui7xfjH+n/hwYaMGSBm6O5yPwrxPcDh69t33Tucb4/qAgDzxH8wJmG2jjXEDYMEcHnLuBGhzBQDVbqi7+vv1RPcIYOuWYVmG6xpmOwtJ2XwUmZZl5tEiUpoXCrMSgbRmvd4Urw9Asxn2jhARUgAAAABJRU5ErkJggg==" /></a>
<a href="https://github.com/Groww"><img alt="github" src="https://img.shields.io/badge/Groww-333?logo=github" /></a>
<a href="https://github.com/Groww-OSS"><img alt="github" src="https://img.shields.io/badge/Groww-333?logo=github" /></a>
<a href="https://twitter.com/GrowwEngg"><img alt="twitter" src="https://img.shields.io/twitter/follow/GrowwEngg?label=%40GrowwEngg&style=flat&logo=twitter" /></a>
</p>

<p align="center">
<a href="https://github.com/Groww/webster/blob/main/LICENSE"><img alt="Github License" src="https://img.shields.io/github/license/Groww/webster?color=51C838"/> </a>
<a href="https://github.com/Groww/webster/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Groww/webster?color=51C838"/> </a>
<a href="https://github.com/Groww-OSS/webster/blob/main/LICENSE"><img alt="Github License" src="https://img.shields.io/github/license/Groww/webster?color=51C838"/> </a>
<a href="https://github.com/Groww-OSS/webster/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Groww/webster?color=51C838"/> </a>
</p>

## What's inside?
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"scripts": {
"build": "tsup --env.NODE_ENV production",
Expand All @@ -38,9 +38,9 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/analytics#readme",
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/analytics#readme",
"devDependencies": {
"typescript": "4.4.4",
"tsup": "5.11.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/base-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"scripts": {
"pushTags" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a base-css-v$PACKAGE_VERSION -m \"@groww-tech/base-css-v$PACKAGE_VERSION\" && git push --tags"
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/base-css#readme"
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/base-css#readme"
}
6 changes: 3 additions & 3 deletions packages/ella/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"scripts": {
"clean": "rimraf dist && rimraf docs",
Expand Down Expand Up @@ -43,9 +43,9 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/ella#readme",
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/ella#readme",
"devDependencies": {
"@groww-tech/tsconfig": "^1.0.0",
"@types/lodash.clonedeep": "^4.5.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"scripts": {
"build": "tsup --env.NODE_ENV production",
Expand Down Expand Up @@ -40,9 +40,9 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/encryption#readme",
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/encryption#readme",
"devDependencies": {
"@types/crypto-js": "4.1.1",
"esbuild-plugin-glob": "1.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"scripts": {
"pushTags" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a eslint-config-v$PACKAGE_VERSION -m \"@groww-tech/eslint-config-v$PACKAGE_VERSION\" && git push --tags"
Expand Down Expand Up @@ -39,9 +39,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-config#readme",
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/eslint-config#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"author": "Vikas Singh <[email protected]> (https://twitter.com/VikasSi25579022)",
"contributors": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-plugin-internal#readme"
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/eslint-plugin-internal#readme"
}
8 changes: 4 additions & 4 deletions packages/icon-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/icon-store",
"version": "1.4.4",
"version": "1.4.5",
"description": "Icon Library customized for use in Groww",
"files": [
"mi",
Expand All @@ -11,7 +11,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
"url": "https://github.com/Groww-OSS/webster.git"
},
"scripts": {
"generate": "run-p generate:*",
Expand Down Expand Up @@ -49,9 +49,9 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/Groww/webster/issues"
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/icon-store#readme",
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/icon-store#readme",
"devDependencies": {
"@svgr/cli": "8.1.0",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-store/svgs/custom/settings_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icon-store/svgs/custom/support_agent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icon-store/svgs/mi/bank_account_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icon-store/svgs/mi/dark_mode_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icon-store/svgs/mi/doc_file_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cf748d2

Please sign in to comment.