Skip to content

Commit 4ff3f61

Browse files
committed
0.1.7
1 parent 6cbbd4f commit 4ff3f61

File tree

3 files changed

+81
-2
lines changed

3 files changed

+81
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.7](https://github.com/tinper-bee/bee-viewer/compare/v0.1.6...v0.1.7) (2020-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* 自动化 ([6cbbd4f](https://github.com/tinper-bee/bee-viewer/commit/6cbbd4f6d62f679bf0c633c11896ad2188938b03))
7+
8+
9+
110
<a name="0.1.6"></a>
211
## [0.1.6](https://github.com/tinper-bee/bee-viewer/compare/v0.1.5...v0.1.6) (2019-05-21)
312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,71 @@
1-
{"name":"bee-viewer","version":"0.1.6","description":"Viewer ui component for react","keywords":["react","react-component","bee-viewer","iuap-design","tinper-bee","Viewer"],"engines":{"node":">=4.0.0"},"homepage":"https://github.com/tinper-bee/bee-viewer","author":"lucian","repository":"http://github.com/tinper-bee/bee-viewer","bugs":"https://github.com/tinper-bee/bee-viewer/issues","license":"MIT","main":"./build/index.js","config":{"port":8000,"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"scripts":{"dev":"bee-tools run start","build":"bee-tools run build","lint":"bee-tools-test run lint","test":"bee-tools-test run test","chrome":"bee-tools-test run chrome","coveralls":"bee-tools-test run coverage","browsers":"bee-tools-test run browsers","pub":"bee-tools run pub","changelog":"bee-tools run changelog","version":"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md","postversion":"git push --follow-tags","prepublishOnly":"npm run build"},"dependencies":{"babel-runtime":"^6.23.0","classnames":"^2.2.5","tinper-bee-core":"latest","viewerjs":"^1.2.1"},"devDependencies":{"babel-runtime":"^6.26.0","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","cz-conventional-changelog":"^2.1.0","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.2","es5-shim":"~4.1.10","react":"^16.6.0","react-addons-test-utils":"15.3.2","react-dom":"^16.6.0","react-zeroclipboard":"^3.2.2","husky":"^4.2.5"},"peerDependencies":{"react":"^16.6.0","react-dom":"^16.6.0","prop-types":"15.6.0"}}
1+
{
2+
"name": "bee-viewer",
3+
"version": "0.1.7",
4+
"description": "Viewer ui component for react",
5+
"keywords": [
6+
"react",
7+
"react-component",
8+
"bee-viewer",
9+
"iuap-design",
10+
"tinper-bee",
11+
"Viewer"
12+
],
13+
"engines": {
14+
"node": ">=4.0.0"
15+
},
16+
"homepage": "https://github.com/tinper-bee/bee-viewer",
17+
"author": "lucian",
18+
"repository": "http://github.com/tinper-bee/bee-viewer",
19+
"bugs": "https://github.com/tinper-bee/bee-viewer/issues",
20+
"license": "MIT",
21+
"main": "./build/index.js",
22+
"config": {
23+
"port": 8000,
24+
"commitizen": {
25+
"path": "./node_modules/cz-conventional-changelog"
26+
}
27+
},
28+
"scripts": {
29+
"dev": "bee-tools run start",
30+
"build": "bee-tools run build",
31+
"lint": "bee-tools-test run lint",
32+
"test": "bee-tools-test run test",
33+
"chrome": "bee-tools-test run chrome",
34+
"coveralls": "bee-tools-test run coverage",
35+
"browsers": "bee-tools-test run browsers",
36+
"pub": "bee-tools run pub",
37+
"changelog": "bee-tools run changelog",
38+
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
39+
"postversion": "git push --follow-tags",
40+
"prepublishOnly": "npm run build"
41+
},
42+
"dependencies": {
43+
"babel-runtime": "^6.23.0",
44+
"classnames": "^2.2.5",
45+
"tinper-bee-core": "latest",
46+
"viewerjs": "^1.2.1"
47+
},
48+
"devDependencies": {
49+
"babel-runtime": "^6.26.0",
50+
"bee-clipboard": "^2.0.0",
51+
"bee-drawer": "0.0.2",
52+
"bee-layout": "latest",
53+
"bee-panel": "latest",
54+
"chai": "^3.5.0",
55+
"console-polyfill": "~0.2.1",
56+
"cz-conventional-changelog": "^2.1.0",
57+
"enzyme": "^3.0.0",
58+
"enzyme-adapter-react-16": "^1.0.2",
59+
"es5-shim": "~4.1.10",
60+
"react": "^16.6.0",
61+
"react-addons-test-utils": "15.3.2",
62+
"react-dom": "^16.6.0",
63+
"react-zeroclipboard": "^3.2.2",
64+
"husky": "^4.2.5"
65+
},
66+
"peerDependencies": {
67+
"react": "^16.6.0",
68+
"react-dom": "^16.6.0",
69+
"prop-types": "15.6.0"
70+
}
71+
}

0 commit comments

Comments
 (0)