Skip to content

Commit

Permalink
v2.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renmaomin committed Mar 22, 2019
1 parent 83b2817 commit 1a5f993
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 34 deletions.
16 changes: 8 additions & 8 deletions bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pile-ui",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "pile components build with React.",
"main": "lib/pile.js",
"module": "lib/pile.esm.js",
Expand All @@ -24,12 +24,12 @@
},
"homepage": "https://didi.github.io/pile.js/docs",
"dependencies": {
"@pile/alert": "^2.0.0",
"@pile/button": "^2.0.0",
"@pile/icon": "^2.0.0",
"@pile/inputFiled": "^2.0.0",
"@pile/radio": "^2.0.0",
"@pile/switch": "^2.0.0",
"@pile/toast": "^2.0.0"
"@pile/alert": "^2.0.1-alpha.0",
"@pile/button": "^2.0.1-alpha.0",
"@pile/icon": "^2.0.1-alpha.0",
"@pile/inputFiled": "^2.0.1-alpha.0",
"@pile/radio": "^2.0.1-alpha.0",
"@pile/switch": "^2.0.1-alpha.0",
"@pile/toast": "^2.0.1-alpha.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"site"
],
"version": "2.0.0"
"version": "2.0.1-alpha.0"
}
9 changes: 4 additions & 5 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/alert",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "zhangzhipeng <[email protected]>",
Expand Down Expand Up @@ -29,11 +29,10 @@
},
"homepage": "https://github.com/gaiazhang/pile#readme",
"dependencies": {
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"rc-animate": "^2.6.0",
"react-transition-group": "^2.6.1",
"@pile/shared": "^2.0.0"
},
"devDependencies": {}
"react-transition-group": "^2.6.1"
}
}
6 changes: 3 additions & 3 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/button",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "renmaomin <[email protected]> (https://github.com/renmm)",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/renmm/pile#readme",
"dependencies": {
"@pile/condition": "^2.0.0",
"@pile/shared": "^2.0.0",
"@pile/condition": "^2.0.1-alpha.0",
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/condition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/condition",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "renmaomin <[email protected]> (https://github.com/renmm)",
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/icon",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "renmaomin <[email protected]> (https://github.com/renmm)",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/renmm/pile#readme",
"dependencies": {
"@pile/shared": "^2.0.0",
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/inputFiled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/inputFiled",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "huangping <[email protected]>",
Expand All @@ -21,9 +21,9 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@pile/condition": "^2.0.0",
"@pile/shared": "^2.0.0",
"@pile/icon": "^2.0.0",
"@pile/condition": "^2.0.1-alpha.0",
"@pile/icon": "^2.0.1-alpha.0",
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/radio",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "peibiao <[email protected]>",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/abiaoGit/pile#readme",
"dependencies": {
"@pile/condition": "^2.0.0",
"@pile/shared": "^2.0.0",
"@pile/condition": "^2.0.1-alpha.0",
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"recompose": "^0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/shared",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "renmaomin <[email protected]> (https://github.com/renmm)",
Expand Down
4 changes: 2 additions & 2 deletions packages/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/switch",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "xiejunda <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/xilixjd/pile#readme",
"dependencies": {
"@pile/shared": "^2.0.0",
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/theme-default",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "",
"main": "lib/index.css",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pile/toast",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "wutaosusan <[email protected]>",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/zhixunqiu/pile#readme",
"dependencies": {
"@pile/icon": "^2.0.0",
"@pile/shared": "^2.0.0",
"@pile/icon": "^2.0.1-alpha.0",
"@pile/shared": "^2.0.1-alpha.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
}
Expand Down

0 comments on commit 1a5f993

Please sign in to comment.