Skip to content

Commit

Permalink
fix(mjz-ui): [Alert] Alert Component has some code change
Browse files Browse the repository at this point in the history
affects: @mjz-test/mjz-ui
  • Loading branch information
mjzhang1993 committed Jan 29, 2021
1 parent 772520d commit cc03cf3
Show file tree
Hide file tree
Showing 3 changed files with 1,481 additions and 87 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-test",
"version": "1.0.0",
"version": "0.0.0-development",
"private": true,
"repository": "git@github.com:mjzhang1993/lerna-test.git",
"author": "mjzhang1993 <mingjiazhang@yufuid.com>",
Expand All @@ -11,7 +11,8 @@
"lerna:publish": "lerna publish",
"lerna": "lerna",
"clean": "lerna clean && rm -rf ./node_modules",
"cz": "cz"
"cz": "cz",
"semantic-release": "semantic-release"
},
"workspaces": [
"packages/*"
Expand All @@ -24,7 +25,8 @@
"conventional-changelog-conventionalcommits": "^4.5.0",
"cz-lerna-changelog": "^2.0.3",
"husky": "^4.3.6",
"lerna": "^3.22.1"
"lerna": "^3.22.1",
"semantic-release": "^17.3.7"
},
"main": "index.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mjz-ui/src/components/Alert/Alert.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
实际的组件实现
实际的组件实现asw
*/
import * as React from "react";

Expand Down
Loading

0 comments on commit cc03cf3

Please sign in to comment.