From 9993c0739ecde4febe3b6d21a5665ba961769477 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Tue, 29 Sep 2020 00:18:56 +0900 Subject: [PATCH] v2.1.2 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ 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, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6864c5a2..eccc035fe 100644 --- a/CHANGELOG.md +++ b/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](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.5...v2.1.2) (2020-09-28) + +**Note:** Version bump only for package vivliostyle + ## [2.1.2-pre.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.4...v2.1.2-pre.5) (2020-09-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 7e4e544ff..b81a7bc96 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.1.2-pre.5", + "version": "2.1.2", "includeMergedTags": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 36a266350..9e8ced0ab 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.5...v2.1.2) (2020-09-28) + +**Note:** Version bump only for package @vivliostyle/core + ## [2.1.2-pre.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.4...v2.1.2-pre.5) (2020-09-28) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 2819d412f..50e9fdd79 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.5", + "version": "2.1.2", "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 00e0d78c7..10575b8eb 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](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.5...v2.1.2) (2020-09-28) + +**Note:** Version bump only for package @vivliostyle/react + ## [2.1.2-pre.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.4...v2.1.2-pre.5) (2020-09-28) **Note:** Version bump only for package @vivliostyle/react diff --git a/packages/react/package.json b/packages/react/package.json index eb47c2f6f..5ae437054 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.5", + "version": "2.1.2", "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.5" + "@vivliostyle/core": "^2.1.2" }, "peerDependencies": { "react": "^16.13.1" diff --git a/packages/viewer/CHANGELOG.md b/packages/viewer/CHANGELOG.md index 76f7759d7..754613f95 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](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.5...v2.1.2) (2020-09-28) + +**Note:** Version bump only for package @vivliostyle/viewer + ## [2.1.2-pre.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.4...v2.1.2-pre.5) (2020-09-28) **Note:** Version bump only for package @vivliostyle/viewer diff --git a/packages/viewer/package.json b/packages/viewer/package.json index ac2a6b0d9..de4f10048 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.5", + "version": "2.1.2", "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.5", + "@vivliostyle/core": "^2.1.2", "font-awesome": "^4.7.0", "knockout": "^3.5.0" },