Skip to content

Commit db42461

Browse files
author
simmmpleweb
committed
Version 1.0.1
1 parent 01147ee commit db42461

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 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+
210
## [1.0.0] 2021-08-20
11+
312
### Original Release
13+
414
- Added Chakra UI as base framework

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ purity-ui-dashboard/
165165
│ └── TransactionRow.js
166166
├── layouts
167167
│ ├── Admin.js
168-
│ └── Auth.js
168+
│ ├── Auth.js
169+
│ └── RTL.js
169170
├── theme
170171
│ ├── additions
171172
│ │ ├── card
@@ -195,9 +196,11 @@ purity-ui-dashboard/
195196
│ │ ├── Dashboard.js
196197
│ │ ├── Profile.js
197198
│ │ └── Tables.js
198-
── Pages
199+
── Pages
199200
│ ├── SignIn.js
200201
│ └── SignUp.js
202+
│ └── RTL
203+
│ └── RTLPage.js
201204
├── index.js
202205
└── routes.js
203206

gulpfile.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gulp.task("licenses", async function () {
99
gap.prependText(`/*!
1010
1111
=========================================================
12-
* Purity UI Dashboard - v1.0.0
12+
* Purity UI Dashboard - v1.0.1
1313
=========================================================
1414
1515
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
@@ -34,7 +34,7 @@ gulp.task("licenses", async function () {
3434
/*!
3535
3636
=========================================================
37-
* Purity UI Dashboard - v1.0.0
37+
* Purity UI Dashboard - v1.0.1
3838
=========================================================
3939
4040
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard
@@ -59,7 +59,7 @@ gulp.task("licenses", async function () {
5959
gap.prependText(`/*!
6060
6161
=========================================================
62-
* Purity UI Dashboard - v1.0.0
62+
* Purity UI Dashboard - v1.0.1
6363
=========================================================
6464
6565
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purity-dashboard-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"homepage": "https://demos.creative-tim.com/purity-ui-dashboard/#/",
66
"dependencies": {

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
44
=========================================================
5-
* Purity UI Dashboard - v1.0.0
5+
* Purity UI Dashboard - v1.0.1
66
=========================================================
77
88
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Purity UI Dashboard - v1.0.0
4+
* Purity UI Dashboard - v1.0.1
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/purity-ui-dashboard

0 commit comments

Comments
 (0)