Skip to content

Commit c2020a3

Browse files
author
Krzysztof Wilk
committed
Generate version 4.2.0
1 parent d6289a3 commit c2020a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+875
-973
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 React
22

3-
Version: FREE 4.1.0
3+
Version: FREE 4.2.0
44

55
Documentation:
66
https://mdbootstrap.com/docs/b5/react/

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-react-ui-kit-demo",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"main": "index.js",
55
"repository": {
66
"type": "git",

app/src/components/Card/CardSubTitle/types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BaseComponent } from '../../../types/baseComponent';
1+
import { BaseComponent } from "../../../types/baseComponent";
22

33
interface CardSubTitleProps extends BaseComponent {
44
tag?: React.ComponentProps<any>;

0 commit comments

Comments
 (0)