Skip to content

Commit

Permalink
2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian55 committed Apr 24, 2020
1 parent 3b18e2a commit 87a2ac4
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.0.17](https://github.com/tinper-bee/bee-pagination/compare/v2.0.16...v2.0.17) (2020-04-24)


### Bug Fixes

* 自动化 ([67523bb](https://github.com/tinper-bee/bee-pagination/commit/67523bb1f7db4ac1d1347ee733c5914246bfbab8))


### Features

* 删除package-lock ([3b18e2a](https://github.com/tinper-bee/bee-pagination/commit/3b18e2ada93713a94e3abd8a08aef65dd7465dd9))
* 英文修改 ([58f136d](https://github.com/tinper-bee/bee-pagination/commit/58f136df593de638d95fb81e617d6ac9679838a8))



<a name="2.0.16"></a>
## [2.0.16](https://github.com/tinper-bee/bee-pagination/compare/v2.0.15...v2.0.16) (2020-03-09)

Expand Down
69 changes: 68 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,68 @@
{"name":"bee-pagination","version":"2.0.16","description":"pagination ui component for react","keywords":["react","react-component","react-pagination","iuap-design","neoui-react","pagination"],"engines":{"node":">=4.0.0"},"homepage":"https://github.com/tinper-bee/bee-pagination","author":"yonyou","repository":"http://github.com/tinper-bee/bee-pagination","bugs":"https://github.com/tinper-bee/bee-pagination/issues","license":"MIT","main":"./build/index","config":{"port":8000},"scripts":{"dev":"bee-tools run start","build":"bee-tools run build","lint":"bee-tools run lint","test":"bee-tools run test","chrome":"bee-tools run chrome","browsers":"bee-tools run browsers","pub":"bee-tools run pub","coveralls":"bee-tools run coverage","version":"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md","postversion":"git push --follow-tags","prepublishOnly":"npm run build"},"dependencies":{"bee-button":"latest","bee-icon":"latest","bee-locale":"0.0.9","bee-select":"^2.0.4","classnames":"^2.2.5","omit.js":"^1.0.2","react-cookies":"^0.1.1","tinper-bee-core":"latest"},"peerDependencies":{"react":"^15.3.0 || ^16.0","react-dom":"^15.3.0 || ^16.0","prop-types":"^15.6.0"},"devDependencies":{"bee-button":"latest","bee-clipboard":"^2.0.0","bee-drawer":"0.0.2","bee-layout":"latest","bee-panel":"latest","chai":"^3.5.0","console-polyfill":"~0.2.1","enzyme":"^2.4.1","es5-shim":"~4.1.10","react":"~0.14.0","react-addons-test-utils":"15.3.2","react-dom":"~0.14.0","husky":"^4.2.5"}}
{
"name": "bee-pagination",
"version": "2.0.17",
"description": "pagination ui component for react",
"keywords": [
"react",
"react-component",
"react-pagination",
"iuap-design",
"neoui-react",
"pagination"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/bee-pagination",
"author": "yonyou",
"repository": "http://github.com/tinper-bee/bee-pagination",
"bugs": "https://github.com/tinper-bee/bee-pagination/issues",
"license": "MIT",
"main": "./build/index",
"config": {
"port": 8000
},
"scripts": {
"dev": "bee-tools run start",
"build": "bee-tools run build",
"lint": "bee-tools run lint",
"test": "bee-tools run test",
"chrome": "bee-tools run chrome",
"browsers": "bee-tools run browsers",
"pub": "bee-tools run pub",
"coveralls": "bee-tools run coverage",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run build"
},
"dependencies": {
"bee-button": "latest",
"bee-icon": "latest",
"bee-locale": "0.0.9",
"bee-select": "^2.0.4",
"classnames": "^2.2.5",
"omit.js": "^1.0.2",
"react-cookies": "^0.1.1",
"tinper-bee-core": "latest"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0",
"react-dom": "^15.3.0 || ^16.0",
"prop-types": "^15.6.0"
},
"devDependencies": {
"bee-button": "latest",
"bee-clipboard": "^2.0.0",
"bee-drawer": "0.0.2",
"bee-layout": "latest",
"bee-panel": "latest",
"chai": "^3.5.0",
"console-polyfill": "~0.2.1",
"enzyme": "^2.4.1",
"es5-shim": "~4.1.10",
"react": "~0.14.0",
"react-addons-test-utils": "15.3.2",
"react-dom": "~0.14.0",
"husky": "^4.2.5"
}
}

0 comments on commit 87a2ac4

Please sign in to comment.