Skip to content

Commit c57cc57

Browse files
Version Packages (#700)
Co-authored-by: vivliostyle-bot[bot] <236058695+vivliostyle-bot[bot]@users.noreply.github.com>
1 parent 0a08353 commit c57cc57

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/fluffy-tigers-smell.md

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

.changeset/funky-memes-sin.md

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

.changeset/smart-worlds-float.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+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- feat: Update Vivliostyle.js to 2.39.0: Extend CSS nth-\* selectors support ([#702](https://github.com/vivliostyle/vivliostyle-cli/pull/702))
8+
9+
### Patch Changes
10+
11+
- fix(docker): add xz-utils for Firefox browser installation ([#701](https://github.com/vivliostyle/vivliostyle-cli/pull/701))
12+
13+
- fix: don't create .vite directory for preview with URL input or no input ([#698](https://github.com/vivliostyle/vivliostyle-cli/pull/698))
14+
315
## 10.1.0
416

517
### 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.1.0",
4+
"version": "10.2.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+
## 10.2.0
4+
35
## 10.1.0
46

57
## 10.0.2

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

0 commit comments

Comments
 (0)