Skip to content

Commit

Permalink
tag v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Aug 17, 2019
1 parent 6a44cbe commit c68c2d6
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![leaa-banner](./designs/ui/leaa-banner-github.png)
![leaa-banner](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/leaa-banner-github.png)

# Leaa (project 1d1h)

Expand Down Expand Up @@ -126,29 +126,29 @@ View the `README.md` of each sub-directory in `packages`. You can also click `de

#### dashboard-login

![dashboard-login](./designs/ui/dashboard-login.png)
![dashboard-login](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/dashboard-login.png)

#### dashboard-user-edit

![dashboard-user-edit](./designs/ui/dashboard-user-edit.png)
![dashboard-user-edit](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/dashboard-user-edit.png)

#### dashboard-mobile

![dashboard-mobile](./designs/ui/dashboard-mobile.png)
![dashboard-mobile](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/dashboard-mobile.png)

### WWW ([demo](https://test-leaa-www.herokuapp.com))

#### www-index

![www-index](./designs/ui/www-index.png)
![www-index](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/www-index.png)

#### www-login

![www-login](./designs/ui/www-login.png)
![www-login](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/www-login.png)

#### www-mobile

![www-mobile](./designs/ui/www-mobile.png)
![www-mobile](https://raw.githubusercontent.com/SolidZORO/leaa/master/designs/ui/www-mobile.png)

## **DEV LOG**

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/monorepo",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/_leaa-common/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/common",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/leaa-api/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/api",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/leaa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/app",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/leaa-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/dashboard",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/leaa-dashboard/serverless/heroku/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-express",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.0",
"private": false,
"sideEffect": false,
"license": "MIT",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/leaa-miniprogram/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/miniprogram",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/leaa-www/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@leaa/www",
"author": "[email protected]",
"version": "0.0.1",
"private": true,
"version": "0.0.2",
"private": false,
"sideEffect": false,
"license": "BSD 3-Clause",
"engines": {
Expand Down

0 comments on commit c68c2d6

Please sign in to comment.