Skip to content

Commit

Permalink
Merge pull request #114 from egovernments/MobileSidebar-Issue-Fix
Browse files Browse the repository at this point in the history
fixed mobilesidebar issue
  • Loading branch information
Swathi-eGov authored Aug 27, 2024
2 parents d78e2d4 + 18dfe13 commit 33fb521
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
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.2-beta.26",
"@egovernments/digit-ui-components": "0.0.2-beta.27",
"@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.2-beta.26",
"@egovernments/digit-ui-components": "0.0.2-beta.27",
"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 @@ -85,7 +85,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.2-beta.26",
"@egovernments/digit-ui-components": "0.0.2-beta.27",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"css-loader": "5.2.6",
Expand Down
4 changes: 4 additions & 0 deletions react/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.27] - 2024-08-27
### New Changes
- Fixed MobileSidebar issue

## [0.0.2-beta.26] - 2024-08-27
### New Changes
- Changed Classname for Submitbar disabled
Expand Down
2 changes: 1 addition & 1 deletion 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.26",
"version": "0.0.2-beta.27",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
2 changes: 1 addition & 1 deletion react/ui-components/src/atoms/MobileSidebar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from "react";
import React, { useState,Fragment} from "react";
import PropTypes from "prop-types";
import { SVG } from "./SVG";
import { CustomSVG } from "./CustomSVG";
Expand Down

0 comments on commit 33fb521

Please sign in to comment.