From 5820c81bf417c833e2cfc8e093689d57c4751eae Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 19 Aug 2024 17:45:09 +0900 Subject: [PATCH] v2.30.3 --- 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 | 6 ++++++ packages/viewer/package.json | 4 ++-- 8 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bced847..8e8960daa 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.30.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.2...v2.30.3) (2024-08-19) + +### Bug Fixes + +- Viewer page display size is abnormally reduced and layout is broken with Chrome 128 ([cd4f25e](https://github.com/vivliostyle/vivliostyle.js/commit/cd4f25e8e70446f3bfb588f5b679d12600ef763b)), closes [#1370](https://github.com/vivliostyle/vivliostyle.js/issues/1370) + ## [2.30.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 37a585a81..d05963122 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.30.2", + "version": "2.30.3", "includeMergedTags": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 065376445..5db7a8312 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.30.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.2...v2.30.3) (2024-08-19) + +### Bug Fixes + +- Viewer page display size is abnormally reduced and layout is broken with Chrome 128 ([cd4f25e](https://github.com/vivliostyle/vivliostyle.js/commit/cd4f25e8e70446f3bfb588f5b679d12600ef763b)), closes [#1370](https://github.com/vivliostyle/vivliostyle.js/issues/1370) + ## [2.30.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 928fc053a..f750b357b 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.30.2", + "version": "2.30.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 9c3a82fd0..74dba5454 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.30.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.2...v2.30.3) (2024-08-19) + +**Note:** Version bump only for package @vivliostyle/react + ## [2.30.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21) **Note:** Version bump only for package @vivliostyle/react diff --git a/packages/react/package.json b/packages/react/package.json index fcdf5d610..8787fa7c9 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.30.2", + "version": "2.30.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.30.2" + "@vivliostyle/core": "^2.30.3" }, "peerDependencies": { "react": "^18.2.0", diff --git a/packages/viewer/CHANGELOG.md b/packages/viewer/CHANGELOG.md index a296c19c4..ac1d35240 100644 --- a/packages/viewer/CHANGELOG.md +++ b/packages/viewer/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.30.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.2...v2.30.3) (2024-08-19) + +### Bug Fixes + +- Viewer page display size is abnormally reduced and layout is broken with Chrome 128 ([cd4f25e](https://github.com/vivliostyle/vivliostyle.js/commit/cd4f25e8e70446f3bfb588f5b679d12600ef763b)), closes [#1370](https://github.com/vivliostyle/vivliostyle.js/issues/1370) + ## [2.30.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21) ### Bug Fixes diff --git a/packages/viewer/package.json b/packages/viewer/package.json index c117b7b72..c06a380f1 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.30.2", + "version": "2.30.3", "author": "Vivliostyle Foundation", "scripts": { "build": "gulp build && cross-env 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.30.2", + "@vivliostyle/core": "^2.30.3", "i18next-ko": "^3.0.1", "knockout": "^3.5.0" },