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 11# Change Log
22
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+
311## [ 2.0.2] 2021-10-08
412### Improvements
513
Original file line number Diff line number Diff line change 11{
22 "name" : " react-soft-ui-dashboard" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.0.3 " ,
44 "private" : true ,
55 "author" : " Creative Tim & AppSeed" ,
66 "license" : " See license in https://www.creative-tim.com/license" ,
4949 "build" : " react-scripts build" ,
5050 "test" : " react-scripts test" ,
5151 "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" ,
5356 "install:clean" : " rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
5457 },
5558 "eslintConfig" : {
You can’t perform that action at this time.
0 commit comments