Skip to content

Commit

Permalink
v2.0.0-pre.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Jan 3, 2020
1 parent bdcb34b commit d340f3a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.7](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.6...v2.0.0-pre.7) (2020-01-03)

### Bug Fixes

- "Received an empty response" error on web servers that don't know XHTML MIME type ([6e7c6ba](https://github.com/vivliostyle/vivliostyle/commit/6e7c6ba5cd871d98d0177bdcdf29b2fa14788315))
- **core:** TypeError: Cannot read property 'cell' of undefined ([0598e6c](https://github.com/vivliostyle/vivliostyle/commit/0598e6c2cc4ae11f8612346e95098bbe3f531d52)), closes [#623](https://github.com/vivliostyle/vivliostyle/issues/623)

# [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
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.6",
"version": "2.0.0-pre.7",
"includeMergedTags": true
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.7](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.6...v2.0.0-pre.7) (2020-01-03)

### Bug Fixes

- "Received an empty response" error on web servers that don't know XHTML MIME type ([6e7c6ba](https://github.com/vivliostyle/vivliostyle/commit/6e7c6ba5cd871d98d0177bdcdf29b2fa14788315))
- **core:** TypeError: Cannot read property 'cell' of undefined ([0598e6c](https://github.com/vivliostyle/vivliostyle/commit/0598e6c2cc4ae11f8612346e95098bbe3f531d52)), closes [#623](https://github.com/vivliostyle/vivliostyle/issues/623)

# [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
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.6",
"version": "2.0.0-pre.7",
"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.7](https://github.com/vivliostyle/vivliostyle/compare/v2.0.0-pre.6...v2.0.0-pre.7) (2020-01-03)

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

# [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
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.6",
"version": "2.0.0-pre.7",
"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.6"
"@vivliostyle/core": "^2.0.0-pre.7"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand Down

1 comment on commit d340f3a

@vercel
Copy link

@vercel vercel bot commented on d340f3a Jan 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.