Skip to content

Commit

Permalink
hotfix package name inputFiled to inputfiled
Browse files Browse the repository at this point in the history
  • Loading branch information
renmaomin committed Mar 22, 2019
1 parent 10cdb82 commit 03f123f
Show file tree
Hide file tree
Showing 39 changed files with 50 additions and 45 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

### 2.0.0-rc.1
### 2.0.2-rc.1

- pile组织冲突,更改包名`@pile/` to `@pile-ui/`

### 2.0.1-rc.1

`2019-03-22`

Expand Down
4 changes: 2 additions & 2 deletions bundle/lib/pile.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bundle/lib/pile.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@pile-ui/alert": "^2.0.2-alpha.0",
"@pile-ui/button": "^2.0.2-alpha.0",
"@pile-ui/icon": "^2.0.2-alpha.0",
"@pile-ui/inputFiled": "^2.0.2-alpha.0",
"@pile-ui/inputfiled": "^2.0.2-alpha.0",
"@pile-ui/radio": "^2.0.2-alpha.0",
"@pile-ui/switch": "^2.0.2-alpha.0",
"@pile-ui/toast": "^2.0.2-alpha.0"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion bundle/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export { default as Icon } from '@pile-ui/icon';
export { default as Button } from '@pile-ui/button';
export { default as Toast } from '@pile-ui/toast';
export { default as Switch } from '@pile-ui/switch';
export { default as InputFiled } from '@pile-ui/inputFiled';
export { default as InputFiled } from '@pile-ui/inputfiled';
export { default as Radio } from '@pile-ui/radio';
export { default as Alert } from '@pile-ui/alert';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pile/root",
"private": true,
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --hoist --no-ci",
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/lib/alert.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/alert/lib/alert.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"prop-types": "^15.7.2",
"rc-animate": "^2.6.0",
"react-transition-group": "^2.6.1"
}
},
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/button/lib/button.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/button/lib/button.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/button/lib/button.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/button/lib/button.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/condition/lib/condition.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/condition/lib/condition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/condition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"dependencies": {
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/icon/lib/icon.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/icon/lib/icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
4 changes: 2 additions & 2 deletions packages/inputFiled/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `@pile-ui/input`
# `@pile-ui/inputfiled`

> TODO: description
## Usage

```
const input = require('@pile-ui/input');
const inputFiled = require('@pile-ui/inputfiled');
// TODO: DEMONSTRATE API
```
2 changes: 1 addition & 1 deletion packages/inputFiled/lib/inputFiled.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/inputFiled/lib/inputFiled.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/inputFiled/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pile-ui/inputFiled",
"name": "@pile-ui/inputfiled",
"version": "2.0.2-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": [],
Expand Down Expand Up @@ -35,5 +35,5 @@
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/radio/lib/radio.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/radio/lib/radio.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/radio/lib/radio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/radio/lib/radio.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"prop-types": "^15.7.2",
"recompose": "^0.30.0"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/shared/lib/shared.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shared/lib/shared.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"dependencies": {
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/switch/lib/switch.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/switch/lib/switch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"dependencies": {
"@csstools/normalize.css": "^9.0.1"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
2 changes: 1 addition & 1 deletion packages/toast/lib/toast.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/toast/lib/toast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
"gitHead": "1a5f9937de5480d6422663deb1d9d840b9c2e76b"
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}

0 comments on commit 03f123f

Please sign in to comment.