Skip to content

Commit

Permalink
chore: prepare for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Nov 1, 2021
1 parent fbbf85e commit 8f6cb34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@prismicio/react",
"version": "2.0.0-alpha.6",
"version": "2.0.0-beta.0",
"description": "React components and hooks to fetch and present Prismic content",
"keywords": [
"typescript",
Expand Down Expand Up @@ -37,8 +37,8 @@
"lint": "eslint --ext .js,.ts .",
"prepare": "npm run build",
"release": "npm run build && npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
"release:alpha": "npm run build && npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha",
"release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run",
"release:beta": "npm run build && npm run test && standard-version --release-as major --prerelease beta && git push --follow-tags && npm run build && npm publish --tag beta",
"release:beta:dry": "standard-version --release-as major --prerelease beta --dry-run",
"release:dry": "standard-version --dry-run",
"test": "npm run lint && npm run unit",
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava"
Expand Down

0 comments on commit 8f6cb34

Please sign in to comment.