Skip to content

Commit af0743e

Browse files
committed
chore(release): 0.1.0-beta.2
1 parent 2c9e090 commit af0743e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [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)
6+
7+
### Bug Fixes
8+
9+
- **docs:** fixed uneven titles across docs ([caf01ce](https://github.com/PDFTron/webviewer-react-toolkit/commit/caf01ce6e8edf17c011ee65544124511a90c7000))
10+
511
## 0.1.0-beta.1 (2020-02-01)
612

713
### Features

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pdftron/webviewer-react-toolkit",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "A React component library for integrating with PDFTron WebViewer API.",
55
"license": "SEE LICENSE IN LICENSE",
66
"repository": {
@@ -20,10 +20,10 @@
2020
"build-storybook": "build-storybook -s public",
2121
"deploy-storybook": "storybook-to-ghpages --out=.out",
2222
"commit": "commit",
23-
"release": "yarn build && standard-version && git push && git push --tags && npm publish",
24-
"release-dry": "yarn build && standard-version --dry-run",
25-
"release-next": "yarn build && standard-version --prerelease beta && git push && git push --tags && npm publish --tag next",
26-
"release-next-dry": "yarn build && standard-version --prerelease beta --dry-run"
23+
"release": "yarn build && standard-version && git push && git push --tags",
24+
"postrelease": "npm publish",
25+
"release-next": "yarn build && standard-version --prerelease beta && git push && git push --tags",
26+
"postrelease-next": "npm publish --tag next"
2727
},
2828
"keywords": [
2929
"pdftron",

0 commit comments

Comments
 (0)