File tree 6 files changed +21
-8
lines changed
6 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
3
+ ## [ 1.0.1] 2021-09-13
4
+
5
+ ### Update v1.0.1
6
+
7
+ - Added RTL Page
8
+ - Bug Fixing
9
+
2
10
## [ 1.0.0] 2021-08-20
11
+
3
12
### Original Release
13
+
4
14
- Added Chakra UI as base framework
Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ purity-ui-dashboard/
165
165
│ └── TransactionRow.js
166
166
├── layouts
167
167
│ ├── Admin.js
168
- │ └── Auth.js
168
+ │ ├── Auth.js
169
+ │ └── RTL.js
169
170
├── theme
170
171
│ ├── additions
171
172
│ │ ├── card
@@ -195,9 +196,11 @@ purity-ui-dashboard/
195
196
│ │ ├── Dashboard.js
196
197
│ │ ├── Profile.js
197
198
│ │ └── Tables.js
198
- │ └ ── Pages
199
+ │ ├ ── Pages
199
200
│ ├── SignIn.js
200
201
│ └── SignUp.js
202
+ │ └── RTL
203
+ │ └── RTLPage.js
201
204
├── index.js
202
205
└── routes.js
203
206
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gulp.task("licenses", async function () {
9
9
gap . prependText ( `/*!
10
10
11
11
=========================================================
12
- * Purity UI Dashboard - v1.0.0
12
+ * Purity UI Dashboard - v1.0.1
13
13
=========================================================
14
14
15
15
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
@@ -34,7 +34,7 @@ gulp.task("licenses", async function () {
34
34
/*!
35
35
36
36
=========================================================
37
- * Purity UI Dashboard - v1.0.0
37
+ * Purity UI Dashboard - v1.0.1
38
38
=========================================================
39
39
40
40
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
@@ -59,7 +59,7 @@ gulp.task("licenses", async function () {
59
59
gap . prependText ( `/*!
60
60
61
61
=========================================================
62
- * Purity UI Dashboard - v1.0.0
62
+ * Purity UI Dashboard - v1.0.1
63
63
=========================================================
64
64
65
65
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " purity-dashboard-react" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"private" : true ,
5
5
"homepage" : " https://demos.creative-tim.com/purity-ui-dashboard/#/" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 2
2
/*!
3
3
4
4
=========================================================
5
- * Purity UI Dashboard - v1.0.0
5
+ * Purity UI Dashboard - v1.0.1
6
6
=========================================================
7
7
8
8
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
Original file line number Diff line number Diff line change 1
1
/*!
2
2
3
3
=========================================================
4
- * Purity UI Dashboard - v1.0.0
4
+ * Purity UI Dashboard - v1.0.1
5
5
=========================================================
6
6
7
7
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
You can’t perform that action at this time.
0 commit comments