File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.0.3] 2021-10-09
4
+ ### Improvements
5
+
6
+ - Added Usable JWT Authentication Flow
7
+ - Login/Logout/Register
8
+ - Added ` Docker ` target in ` package.json `
9
+ - ` yarn docker `
10
+
3
11
## [ 2.0.2] 2021-10-08
4
12
### Improvements
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-soft-ui-dashboard" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"private" : true ,
5
5
"author" : " Creative Tim & AppSeed" ,
6
6
"license" : " See license in https://www.creative-tim.com/license" ,
49
49
"build" : " react-scripts build" ,
50
50
"test" : " react-scripts test" ,
51
51
"eject" : " react-scripts eject" ,
52
- "docker" : " docker-compose pull ; docker-compose build ; docker-compose up" ,
52
+ "docker_pull" : " docker-compose pull" ,
53
+ "docker_build" : " docker-compose build" ,
54
+ "docker_up" : " docker-compose up" ,
55
+ "docker" : " yarn docker_pull & yarn docker_build & yarn docker_up" ,
53
56
"install:clean" : " rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
54
57
},
55
58
"eslintConfig" : {
You can’t perform that action at this time.
0 commit comments