Skip to content

Commit

Permalink
ver. 0.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Sep 30, 2017
1 parent 3fdace0 commit ed8f431
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 53 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.4.20

`CHANEGD` adapted for React@15.x

## 0.4.16

`NEW` add new prop `size`
Expand Down
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "uxcore-select2",
"version": "0.4.19",
"description": "select ui component for react",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"repository": "https://github.com/uxcore/uxcore-select2.git",
"bugs": {
"url": "http://github.com/uxcore/select/issues"
},
"keywords": [
"react",
"react-pagination",
"react-select",
"select"
],
"devDependencies": {
"console-polyfill": "^0.2.3",
"enzyme": "^3.0.0",
"enzyme-adapter-react-15": "^1.0.0",
"es5-shim": "^4.5.9",
"expect.js": "^0.3.1",
"jquery": "^1.12.4",
"kuma-base": "^1.7.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-test-renderer": "^15.6.2",
"uxcore-kuma": "^8.1.1",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0",
"rc-select": "^6.9.3"
},
"author": "",
"contributors": [],
"license": "MIT"
}
"name": "uxcore-select2",
"version": "0.4.20",
"description": "select ui component for react",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"repository": "https://github.com/uxcore/uxcore-select2.git",
"bugs": {
"url": "http://github.com/uxcore/select/issues"
},
"keywords": [
"react",
"react-pagination",
"react-select",
"select"
],
"devDependencies": {
"console-polyfill": "^0.2.3",
"enzyme": "^3.0.0",
"enzyme-adapter-react-15": "^1.0.0",
"es5-shim": "^4.5.9",
"expect.js": "^0.3.1",
"jquery": "^1.12.4",
"kuma-base": "^1.7.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-test-renderer": "^15.6.2",
"uxcore-kuma": "^8.1.1",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0",
"rc-select": "^6.9.3"
},
"author": "",
"contributors": [],
"license": "MIT"
}

0 comments on commit ed8f431

Please sign in to comment.