Skip to content

Commit

Permalink
Merge pull request #21 from BeeInventor/feat/calendar-dark-mode
Browse files Browse the repository at this point in the history
fix: update version to 1.1.7
  • Loading branch information
suryakumara authored May 13, 2022
2 parents d7178e6 + 51d6053 commit ff40535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ yarn add @beeinventor/dasiot-react-component-lib
```tsx
// index.tsx
import React from 'react';
import {
ThemeProvider,
CssBaseline,
createTheme,
} from '@mui/material';
import { ThemeProvider, CssBaseline, createTheme } from '@mui/material';
import {
theme as beeinventerTheme,
Button,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeinventor/dasiot-react-component-lib",
"version": "1.1.6",
"version": "1.1.7",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -98,4 +98,4 @@
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}
}

0 comments on commit ff40535

Please sign in to comment.