Skip to content

Commit

Permalink
v2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Apr 11, 2023
1 parent fc9eb91 commit 3b3c291
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.24.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.24.1...v2.24.2) (2023-04-11)

### Bug Fixes

- prevent "TypeError: can't access property" ([3d9850d](https://github.com/vivliostyle/vivliostyle.js/commit/3d9850df9e6cc88de55dd290194ddc673f75b97e)), closes [#1160](https://github.com/vivliostyle/vivliostyle.js/issues/1160)
- unnecessary scrollbars when zoom is fit-to-screen ([bb504a6](https://github.com/vivliostyle/vivliostyle.js/commit/bb504a6babd1e7d1b57a83fca333ac1ee44a9e62)), closes [#1158](https://github.com/vivliostyle/vivliostyle.js/issues/1158)
- **viewer:** marker annotation user interface problem on touch devices ([17c770d](https://github.com/vivliostyle/vivliostyle.js/commit/17c770d9cd1c5fdb455a2525b850b5ba34bfb73b))
- **viewer:** viewport height problem on smartphones ([f3649c7](https://github.com/vivliostyle/vivliostyle.js/commit/f3649c7ac00ac005b82e8d96208090769fbf457d))
- wrong hyphen appears at page break with line-break:anywhere ([a5e1356](https://github.com/vivliostyle/vivliostyle.js/commit/a5e1356c6c8c84371b4d3cf6ae43262d5817fd09)), closes [#1162](https://github.com/vivliostyle/vivliostyle.js/issues/1162)

## [2.24.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.24.0...v2.24.1) (2023-04-01)

### Bug Fixes
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 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.24.1",
"version": "2.24.2",
"includeMergedTags": true
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.24.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.24.1...v2.24.2) (2023-04-11)

### Bug Fixes

- prevent "TypeError: can't access property" ([3d9850d](https://github.com/vivliostyle/vivliostyle.js/commit/3d9850df9e6cc88de55dd290194ddc673f75b97e)), closes [#1160](https://github.com/vivliostyle/vivliostyle.js/issues/1160)
- unnecessary scrollbars when zoom is fit-to-screen ([bb504a6](https://github.com/vivliostyle/vivliostyle.js/commit/bb504a6babd1e7d1b57a83fca333ac1ee44a9e62)), closes [#1158](https://github.com/vivliostyle/vivliostyle.js/issues/1158)
- wrong hyphen appears at page break with line-break:anywhere ([a5e1356](https://github.com/vivliostyle/vivliostyle.js/commit/a5e1356c6c8c84371b4d3cf6ae43262d5817fd09)), closes [#1162](https://github.com/vivliostyle/vivliostyle.js/issues/1162)

# [2.24.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.23.2...v2.24.0) (2023-04-01)

### Bug Fixes
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": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
"version": "2.24.0",
"version": "2.24.2",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/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.24.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.24.1...v2.24.2) (2023-04-11)

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

# [2.24.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.23.2...v2.24.0) (2023-04-01)

**Note:** Version bump only for package @vivliostyle/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/react",
"description": "React component for Vivliostyle",
"version": "2.24.0",
"version": "2.24.2",
"author": "Yasuaki Uechi <y@uechi.io>",
"scripts": {
"build": "microbundle-crl --format modern,cjs && shx rm -rf dist/stories",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@vivliostyle/core": "^2.24.0"
"@vivliostyle/core": "^2.24.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/viewer/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.24.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.24.1...v2.24.2) (2023-04-11)

### Bug Fixes

- **viewer:** marker annotation user interface problem on touch devices ([17c770d](https://github.com/vivliostyle/vivliostyle.js/commit/17c770d9cd1c5fdb455a2525b850b5ba34bfb73b))
- **viewer:** viewport height problem on smartphones ([f3649c7](https://github.com/vivliostyle/vivliostyle.js/commit/f3649c7ac00ac005b82e8d96208090769fbf457d))

## [2.24.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.24.0...v2.24.1) (2023-04-01)

### Bug Fixes
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 - HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support",
"version": "2.24.1",
"version": "2.24.2",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "gulp build && NODE_ENV=production rollup -c",
Expand All @@ -19,7 +19,7 @@
"test-sauce": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'"
},
"dependencies": {
"@vivliostyle/core": "^2.24.0",
"@vivliostyle/core": "^2.24.2",
"i18next-ko": "^3.0.1",
"knockout": "^3.5.0"
},
Expand Down

1 comment on commit 3b3c291

@vercel
Copy link

@vercel vercel bot commented on 3b3c291 Apr 11, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

vivliostyle – ./

vivliostyle-vivliostyle.vercel.app
vivliostyle.vercel.app
vivliostyle-git-master-vivliostyle.vercel.app

Please sign in to comment.