Skip to content

Commit

Permalink
updated dependencies of ui component library
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Sep 12, 2024
1 parent 4d95bc2 commit 104609a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions react/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.2-beta.30] - 2024-09-12
### fixes
- Css version fix

## [0.0.2-beta.30] - 2024-09-06
### Changed
- Added LandingPageCard,MenuCard styles
Expand Down
10 changes: 5 additions & 5 deletions react/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-components-css",
"version": "0.0.2-beta.30",
"version": "0.0.2-beta.31",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand All @@ -25,12 +25,12 @@
],
"style": "./dist/index.css",
"dependencies": {
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"postcss-scss": "^3.0.1",
"tailwindcss": "^1.8.10"

},
"devDependencies": {
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"tailwindcss": "^1.8.10",
"autoprefixer": "^10.0.0",
"cssnano": "^4.1.10",
"gh-pages": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react/ui-components/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<!-- .storybook/preview-head.html -->

<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css"/>
<!-- Pull in static files served from your Static directory or the internet -->
<!-- Example: `main.js|ts` is configured with staticDirs: ['../public'] and your font is located in the `fonts` directory inside your `public` directory -->
<link rel="preload" href="/fonts/my-font.woff2" />
Expand Down
5 changes: 5 additions & 0 deletions react/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.0.2-beta.38] - 2024-09-12
### fixes
- Css version fix

## [0.0.2-beta.37] - 2024-09-06
### New Changes
- Css version fix
Expand Down
4 changes: 2 additions & 2 deletions react/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-components",
"version": "0.0.2-beta.37",
"version": "0.0.2-beta.38",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dist"
],
"dependencies": {
"@egovernments/digit-ui-components-css": "0.0.2-beta.30",
"@egovernments/digit-ui-components-css": "0.0.2-beta.31",
"@egovernments/digit-ui-libraries": "1.8.1-beta.1",
"@egovernments/digit-ui-svg-components": "1.0.11",
"@googlemaps/js-api-loader": "1.13.10",
Expand Down
1 change: 1 addition & 0 deletions react/ui-components/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css"/>
<link rel="icon" href="https://egov-dev-assets.s3.ap-south-1.amazonaws.com/browser-icon.png" />
<style>
.custom-class path {
Expand Down

0 comments on commit 104609a

Please sign in to comment.