Skip to content

Commit 6394c34

Browse files
Version Packages (#729)
Co-authored-by: vivliostyle-bot[bot] <236058695+vivliostyle-bot[bot]@users.noreply.github.com>
1 parent c4991af commit 6394c34

File tree

9 files changed

+22
-31
lines changed

9 files changed

+22
-31
lines changed

.changeset/eight-cities-rest.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/empty-pots-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-buttons-follow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-deer-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/update-browser-versions.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @vivliostyle/cli
22

3+
## 10.3.1
4+
5+
### Patch Changes
6+
7+
- Use original indirect reference for stream operations in CMYK conversion ([#736](https://github.com/vivliostyle/vivliostyle-cli/pull/736))
8+
9+
- Fix taskkill error on Windows when exiting with Ctrl+C ([#726](https://github.com/vivliostyle/vivliostyle-cli/pull/726))
10+
11+
- Resolve --style/--user-style CSS path correctly in the single-entry mode ([#728](https://github.com/vivliostyle/vivliostyle-cli/pull/728))
12+
13+
- Add `--no-theme`/`--(no-)install-dependencies` option to skip the prompts ([#740](https://github.com/vivliostyle/vivliostyle-cli/pull/740))
14+
15+
- Update default browser versions ([#705](https://github.com/vivliostyle/vivliostyle-cli/pull/705))
16+
17+
- Chrome: 145.0.7632.26
18+
- Chromium: 1577564
19+
- Firefox: stable_147.0.2
20+
321
## 10.3.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vivliostyle/cli",
33
"description": "Save the pdf file via headless browser and Vivliostyle.",
4-
"version": "10.3.0",
4+
"version": "10.3.1",
55
"author": "spring_raining <harusamex.com@gmail.com>",
66
"type": "module",
77
"scripts": {

packages/create-book/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-book
22

3+
## 10.3.1
4+
35
## 10.3.0
46

57
## 10.2.1

packages/create-book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-book",
33
"description": "The fastest way to start writing book with Vivliostyle ecosystem.",
4-
"version": "10.3.0",
4+
"version": "10.3.1",
55
"author": "Vivliostyle Foundation",
66
"type": "module",
77
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)