Skip to content

Commit

Permalink
v2.0.0-pre.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Dec 23, 2019
1 parent b91c802 commit 28bea7a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-pre.6](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.5...v2.0.0-pre.6) (2019-12-23)

**Note:** Version bump only for package vivliostyle

# [2.0.0-pre.5](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2019-12-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.0.0-pre.5",
"version": "2.0.0-pre.6",
"includeMergedTags": true
}
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-pre.6](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.5...v2.0.0-pre.6) (2019-12-23)

**Note:** Version bump only for package @vivliostyle/core

# [2.0.0-pre.5](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2019-12-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/core",
"description": "Library for HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support.",
"version": "2.0.0-pre.5",
"version": "2.0.0-pre.6",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"build-dev": "NODE_ENV=development rollup -c",
Expand Down
4 changes: 4 additions & 0 deletions packages/viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-pre.6](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.5...v2.0.0-pre.6) (2019-12-23)

**Note:** Version bump only for package @vivliostyle/viewer

# [2.0.0-pre.5](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2019-12-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/viewer",
"description": "Vivliostyle Viewer UI component, for rich paged viewing and printing in browser.",
"version": "2.0.0-pre.5",
"version": "2.0.0-pre.6",
"scripts": {
"build": "gulp build && NODE_ENV=production rollup -c",
"build-dev": "gulp build-dev && NODE_ENV=development rollup -c",
Expand All @@ -18,7 +18,7 @@
"test-sauce": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'"
},
"dependencies": {
"@vivliostyle/core": "^2.0.0-pre.5"
"@vivliostyle/core": "^2.0.0-pre.6"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand Down

0 comments on commit 28bea7a

Please sign in to comment.