Skip to content

Commit 9526ad4

Browse files
Version Packages
1 parent 3b2035e commit 9526ad4

7 files changed

Lines changed: 16 additions & 17 deletions

File tree

.changeset/giant-rats-hang.md

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

.changeset/interactive-spinner-in-container.md

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

.changeset/two-pugs-scream.md

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

CHANGELOG.md

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

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- Update Vivliostyle.js to 2.44.0: Pagination progress event, Bug Fixes ([#855](https://github.com/vivliostyle/vivliostyle-cli/pull/855))
8+
9+
### Patch Changes
10+
11+
- Show the interactive spinner when running the CLI inside the container image on an interactive terminal instead of falling back to plain logs. ([#854](https://github.com/vivliostyle/vivliostyle-cli/pull/854))
12+
13+
- Restore upstream mupdf (1.28.0) ([#856](https://github.com/vivliostyle/vivliostyle-cli/pull/856))
14+
315
## 11.0.4
416

517
### Patch 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": "11.0.4",
4+
"version": "11.1.0",
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+
## 11.1.0
4+
35
## 11.0.4
46

57
## 11.0.3

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": "11.0.4",
4+
"version": "11.1.0",
55
"author": "Vivliostyle Foundation",
66
"type": "module",
77
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)