From 9c5cbf5f093104c7f68f567b6892da634c592083 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 28 Sep 2020 01:08:00 +0900 Subject: [PATCH] v2.1.2-pre.4 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 4 ++-- packages/viewer/CHANGELOG.md | 4 ++++ packages/viewer/package.json | 4 ++-- 8 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a799e22..2096cfe7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.2-pre.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.3...v2.1.2-pre.4) (2020-09-27) + +### Bug Fixes + +- "404 Not Found" error message does not appear when bookMode=true ([43b137c](https://github.com/vivliostyle/vivliostyle.js/commit/43b137cc8d7a40f602ca74fef50fb5698f436bbd)), closes [#660](https://github.com/vivliostyle/vivliostyle.js/issues/660) + ## [2.1.2-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.2...v2.1.2-pre.3) (2020-09-25) **Note:** Version bump only for package vivliostyle diff --git a/lerna.json b/lerna.json index 4e9a95550..facb8b2e5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.1.2-pre.3", + "version": "2.1.2-pre.4", "includeMergedTags": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 57938e8ec..3708f3a03 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.2-pre.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.3...v2.1.2-pre.4) (2020-09-27) + +### Bug Fixes + +- "404 Not Found" error message does not appear when bookMode=true ([43b137c](https://github.com/vivliostyle/vivliostyle.js/commit/43b137cc8d7a40f602ca74fef50fb5698f436bbd)), closes [#660](https://github.com/vivliostyle/vivliostyle.js/issues/660) + ## [2.1.2-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.2...v2.1.2-pre.3) (2020-09-25) **Note:** Version bump only for package @vivliostyle/core diff --git a/packages/core/package.json b/packages/core/package.json index 691c97203..1e6767044 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/core", "description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support", - "version": "2.1.2-pre.3", + "version": "2.1.2-pre.4", "author": "Vivliostyle Foundation", "scripts": { "build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ee1e2f054..d1d91f9ac 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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.1.2-pre.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.3...v2.1.2-pre.4) (2020-09-27) + +**Note:** Version bump only for package @vivliostyle/react + ## [2.1.2-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.2...v2.1.2-pre.3) (2020-09-25) **Note:** Version bump only for package @vivliostyle/react diff --git a/packages/react/package.json b/packages/react/package.json index c7b503997..b830f9bd6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/react", "description": "React component for Vivliostyle", - "version": "2.1.2-pre.3", + "version": "2.1.2-pre.4", "author": "Yasuaki Uechi ", "scripts": { "build": "microbundle-crl --format modern,cjs && shx rm -rf dist/stories", @@ -18,7 +18,7 @@ "dependencies": { "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", - "@vivliostyle/core": "^2.1.2-pre.3" + "@vivliostyle/core": "^2.1.2-pre.4" }, "peerDependencies": { "react": "^16.13.1" diff --git a/packages/viewer/CHANGELOG.md b/packages/viewer/CHANGELOG.md index faf0200ff..49e722ede 100644 --- a/packages/viewer/CHANGELOG.md +++ b/packages/viewer/CHANGELOG.md @@ -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.1.2-pre.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.3...v2.1.2-pre.4) (2020-09-27) + +**Note:** Version bump only for package @vivliostyle/viewer + ## [2.1.2-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.2...v2.1.2-pre.3) (2020-09-25) **Note:** Version bump only for package @vivliostyle/viewer diff --git a/packages/viewer/package.json b/packages/viewer/package.json index ddd1be372..c02584f71 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/viewer", "description": "Vivliostyle Viewer - HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support", - "version": "2.1.2-pre.3", + "version": "2.1.2-pre.4", "author": "Vivliostyle Foundation", "scripts": { "build": "gulp build && NODE_ENV=production rollup -c", @@ -19,7 +19,7 @@ "test-sauce": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'" }, "dependencies": { - "@vivliostyle/core": "^2.1.2-pre.3", + "@vivliostyle/core": "^2.1.2-pre.4", "font-awesome": "^4.7.0", "knockout": "^3.5.0" },