From 067040e23dd66fc44d86607464f3810acaeaae12 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Sat, 28 Nov 2020 17:25:00 +0900 Subject: [PATCH] v2.2.3 --- 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 f403e5c98..9c652babe 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.2.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.2...v2.2.3) (2020-11-28) + +**Note:** Version bump only for package vivliostyle + ## [2.2.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.1...v2.2.2) (2020-11-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index badb4efa8..adf611ef6 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.2.2", + "version": "2.2.3", "includeMergedTags": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 87de88a4f..566804dda 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.2.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.2...v2.2.3) (2020-11-28) + +**Note:** Version bump only for package @vivliostyle/core + ## [2.1.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.3...v2.1.4) (2020-10-30) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 96df41cfe..b05a90fe3 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.4", + "version": "2.2.3", "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 48d4780f6..29a6deb3b 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.2.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.2...v2.2.3) (2020-11-28) + +**Note:** Version bump only for package @vivliostyle/react + ## [2.1.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.3...v2.1.4) (2020-10-30) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index a0eb1ccba..59af08b05 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.4", + "version": "2.2.3", "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.4" + "@vivliostyle/core": "^2.2.3" }, "peerDependencies": { "react": "^16.13.1" diff --git a/packages/viewer/CHANGELOG.md b/packages/viewer/CHANGELOG.md index 98e248eae..77a5c8c54 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.2.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.2...v2.2.3) (2020-11-28) + +**Note:** Version bump only for package @vivliostyle/viewer + ## [2.2.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.1...v2.2.2) (2020-11-28) ### Bug Fixes diff --git a/packages/viewer/package.json b/packages/viewer/package.json index 103f50e9f..2ea631573 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.2.2", + "version": "2.2.3", "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.4", + "@vivliostyle/core": "^2.2.3", "font-awesome": "^4.7.0", "knockout": "^3.5.0" },