|
1 | 1 | {
|
2 | 2 | "name": "semantic-ui-react",
|
3 |
| - "version": "0.78.3", |
| 3 | + "version": "0.79.0", |
4 | 4 | "description": "The official Semantic-UI-React integration.",
|
5 | 5 | "jsnext:main": "dist/es/index.js",
|
6 | 6 | "main": "dist/commonjs/index.js",
|
|
23 | 23 | "build:umd": "cross-env NODE_ENV=build gulp umd",
|
24 | 24 | "build:docs-toc": "doctoc ./.github/CONTRIBUTING.md --github --maxlevel 4",
|
25 | 25 | "build:docs-cname": "echo react.semantic-ui.com > docs/build/CNAME",
|
26 |
| - "build:changelog": "github_changelog_generator --max-issues 1000", |
| 26 | + "build:changelog": "github_changelog_generator --no-issues --no-unreleased --release-branch master --since-tag $(git describe --abbrev=0 --tags $(git rev-parse HEAD~400))", |
27 | 27 | "deploy:changelog": "git add CHANGELOG.md && git commit -m 'docs(changelog): update changelog [ci skip]' && git push",
|
28 | 28 | "predeploy:docs": "cross-env NODE_ENV=production yarn build:docs && yarn build:docs-cname",
|
29 | 29 | "deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
|
|
72 | 72 | "babel-plugin-filter-imports": "^1.0.3",
|
73 | 73 | "babel-plugin-istanbul": "^4.1.4",
|
74 | 74 | "babel-plugin-lodash": "^3.2.11",
|
75 |
| - "babel-plugin-transform-react-handled-props": "^0.2.5", |
| 75 | + "babel-plugin-transform-react-handled-props": "^0.3.1", |
76 | 76 | "babel-plugin-transform-react-remove-prop-types": "^0.4.8",
|
77 | 77 | "babel-plugin-transform-runtime": "^6.23.0",
|
78 |
| - "babel-preset-es2015": "^6.24.1", |
| 78 | + "babel-preset-env": "^1.6.1", |
79 | 79 | "babel-preset-react": "^6.24.1",
|
80 | 80 | "babel-preset-stage-1": "^6.24.1",
|
81 | 81 | "babel-register": "^6.24.1",
|
|
0 commit comments