From 86431ec4df4bf80571be12083ee7ac0587d3b881 Mon Sep 17 00:00:00 2001 From: Ramon Yvarra Date: Tue, 18 May 2021 16:03:33 -0700 Subject: [PATCH] Version 21.9.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7798b2185..2d6b527a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-dates", - "version": "21.8.0", + "version": "21.9.0", "description": "A responsive and accessible date range picker component built with React", "main": "index.js", "scripts": { @@ -34,7 +34,7 @@ "version:minor": "npm --no-git-tag-version version minor", "version:major": "npm --no-git-tag-version version major", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", - "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish --registry=https://registry.npmjs.org/", + "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "postpublish": "[ \"${npm_config_tag:-latest}\" != latest ] || npm run gh-pages", "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",