Skip to content

Commit

Permalink
chore(release): 0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Feb 3, 2020
1 parent 2c9e090 commit af0743e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.1.0-beta.2](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2020-02-03)

### Bug Fixes

- **docs:** fixed uneven titles across docs ([caf01ce](https://github.com/PDFTron/webviewer-react-toolkit/commit/caf01ce6e8edf17c011ee65544124511a90c7000))

## 0.1.0-beta.1 (2020-02-01)

### Features
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pdftron/webviewer-react-toolkit",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "A React component library for integrating with PDFTron WebViewer API.",
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand All @@ -20,10 +20,10 @@
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages --out=.out",
"commit": "commit",
"release": "yarn build && standard-version && git push && git push --tags && npm publish",
"release-dry": "yarn build && standard-version --dry-run",
"release-next": "yarn build && standard-version --prerelease beta && git push && git push --tags && npm publish --tag next",
"release-next-dry": "yarn build && standard-version --prerelease beta --dry-run"
"release": "yarn build && standard-version && git push && git push --tags",
"postrelease": "npm publish",
"release-next": "yarn build && standard-version --prerelease beta && git push && git push --tags",
"postrelease-next": "npm publish --tag next"
},
"keywords": [
"pdftron",
Expand Down

0 comments on commit af0743e

Please sign in to comment.