Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.13.0 #808

Merged
merged 2 commits into from
Apr 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griddle-react",
"version": "1.12.0",
"version": "1.13.0",
"description": "A fast and flexible grid component for React",
"keywords": [
"react-component",
Expand All @@ -24,7 +24,10 @@
"build-ts": "cp src/module.d.ts dist/module/",
"build-umd": "webpack --config webpack.config.js",
"build-modules": "cross-env BABEL_ENV=build babel src --out-dir dist/module ",
"ship-it": "npm run build && npm publish --tag next"
"postpublish": "git push --tags",
"prepare": "npm run build",
"preversion": "npm test",
"ship-it": "npm publish --tag next"
},
"peerDependencies": {
"react": ">=15"
Expand Down