Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent d3c9c5b commit e682cf2
Show file tree
Hide file tree
Showing 20 changed files with 108 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-socks-think.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/cuddly-years-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-windows-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-parrots-rush.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/neat-windows-exist.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-lemons-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-guests-wash.md

This file was deleted.

26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
- [Create a theme](#create-a-theme)
- [Official Themes](#official-themes)
- [Vivliostyle Base Theme](#vivliostyle-base-theme)
- [Academic](#academic)
- [Techbook](#techbook)
- [Academic](#academic)
- [Bunko](#bunko)
- [EPUB3 (Japanese)](#epub3-japanese)
- [Slide](#slide)
Expand Down Expand Up @@ -53,33 +53,33 @@ module.exports = {

> original author: `Vivliostyle <[email protected]>`
### [Academic](packages/@vivliostyle/theme-academic)
### [Techbook](packages/@vivliostyle/theme-techbook)

Academic theme
Techbook (技術同人誌) theme

[![](https://img.shields.io/npm/v/@vivliostyle/theme-academic.svg)](https://npmjs.com/package/@vivliostyle/theme-academic)
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-academic)](https://npmjs.com/package/@vivliostyle/theme-academic)
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-academic)
[![](https://img.shields.io/npm/v/@vivliostyle/theme-techbook.svg)](https://npmjs.com/package/@vivliostyle/theme-techbook)
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-techbook)](https://npmjs.com/package/@vivliostyle/theme-techbook)
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-techbook)

```js
module.exports = {
theme: '@vivliostyle/theme-academic',
theme: '@vivliostyle/theme-techbook',
};
```

> original author: `Vivliostyle <[email protected]>`
### [Techbook](packages/@vivliostyle/theme-techbook)
### [Academic](packages/@vivliostyle/theme-academic)

Techbook (技術同人誌) theme
Academic theme

[![](https://img.shields.io/npm/v/@vivliostyle/theme-techbook.svg)](https://npmjs.com/package/@vivliostyle/theme-techbook)
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-techbook)](https://npmjs.com/package/@vivliostyle/theme-techbook)
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-techbook)
[![](https://img.shields.io/npm/v/@vivliostyle/theme-academic.svg)](https://npmjs.com/package/@vivliostyle/theme-academic)
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-academic)](https://npmjs.com/package/@vivliostyle/theme-academic)
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-academic)

```js
module.exports = {
theme: '@vivliostyle/theme-techbook',
theme: '@vivliostyle/theme-academic',
};
```

Expand Down
11 changes: 11 additions & 0 deletions packages/@vivliostyle/theme-academic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vivliostyle/theme-academic

## 2.0.0

### Major Changes

- [`0de1a1f`](https://github.com/vivliostyle/themes/commit/0de1a1fd702250a54c03831acd4050e45e0416ea) Thanks [@spring-raining](https://github.com/spring-raining)! - Update @vivliostyle/theme-base to v2.0.0

### Patch Changes

- Updated dependencies [[`22b8286`](https://github.com/vivliostyle/themes/commit/22b8286ea5b28532a1cacd4a49a4aff2a886e9ee), [`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`fc5f428`](https://github.com/vivliostyle/themes/commit/fc5f428477a74e52614e9201148df2046ddc8d8b), [`18ed51a`](https://github.com/vivliostyle/themes/commit/18ed51aea1248c440d1d77b2fab46450844dbbfd), [`2c59a27`](https://github.com/vivliostyle/themes/commit/2c59a27b14b3f7c721ba1f4a9bf78e3f1fea4e10), [`f7ff164`](https://github.com/vivliostyle/themes/commit/f7ff164f1df5c077c12a644c0b591631cafc4f41)]:
- @vivliostyle/theme-base@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@vivliostyle/theme-academic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-academic",
"description": "Academic theme",
"version": "1.0.1",
"version": "2.0.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"validate": "vivliostyle-theme-scripts validate"
},
"dependencies": {
"@vivliostyle/theme-base": "^1.0.1"
"@vivliostyle/theme-base": "^2.0.0"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
29 changes: 29 additions & 0 deletions packages/@vivliostyle/theme-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @vivliostyle/theme-base

## 2.0.0

### Major Changes

- [#132](https://github.com/vivliostyle/themes/pull/132) [`2c59a27`](https://github.com/vivliostyle/themes/commit/2c59a27b14b3f7c721ba1f4a9bf78e3f1fea4e10) Thanks [@spring-raining](https://github.com/spring-raining)! - Update the displaying content of ToC markers

- The default value of `--vs-toc--marker-content` has been changed
- Added `--vs-toc--marker-padding-inline-end` to replace `--vs-toc--anchor-text-indent`

- [#132](https://github.com/vivliostyle/themes/pull/132) [`f7ff164`](https://github.com/vivliostyle/themes/commit/f7ff164f1df5c077c12a644c0b591631cafc4f41) Thanks [@spring-raining](https://github.com/spring-raining)! - The default value of `--vs-section--call-content` has been changed in the Japanese language environment

### Minor Changes

- [#133](https://github.com/vivliostyle/themes/pull/133) [`18ed51a`](https://github.com/vivliostyle/themes/commit/18ed51aea1248c440d1d77b2fab46450844dbbfd) Thanks [@spring-raining](https://github.com/spring-raining)! - Add variables to override the initial counter value at the document root.

The following CSS variables are supported:

- `--vs-crossref--root-counter-{fig|tbl|cite}`
- `--vs-footnote--root-counter-footnote`
- `--vs-section--root-counter-{sections|sec-h1|sec-h2|sec-h3|sec-h4|sec-h5|sec-h6}`

### Patch Changes

- [#133](https://github.com/vivliostyle/themes/pull/133) [`22b8286`](https://github.com/vivliostyle/themes/commit/22b8286ea5b28532a1cacd4a49a4aff2a886e9ee) Thanks [@spring-raining](https://github.com/spring-raining)! - Fix cases where both the chapter and part page counters are set

- [#132](https://github.com/vivliostyle/themes/pull/132) [`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934) Thanks [@spring-raining](https://github.com/spring-raining)! - Update the CSS selector that specifies particular languages

- [#133](https://github.com/vivliostyle/themes/pull/133) [`fc5f428`](https://github.com/vivliostyle/themes/commit/fc5f428477a74e52614e9201148df2046ddc8d8b) Thanks [@spring-raining](https://github.com/spring-raining)! - Don't increment `vs-counter-doc` for ToC/cover documents

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vivliostyle/theme-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-base",
"description": "Base theme and CSS toolkit for Vivliostyle themes",
"version": "1.0.1",
"version": "2.0.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme-all.css",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@vivliostyle/theme-bunko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vivliostyle/theme-bunko

## 2.0.0

### Major Changes

- [`0de1a1f`](https://github.com/vivliostyle/themes/commit/0de1a1fd702250a54c03831acd4050e45e0416ea) Thanks [@spring-raining](https://github.com/spring-raining)! - Update @vivliostyle/theme-base to v2.0.0

### Patch Changes

- Updated dependencies [[`22b8286`](https://github.com/vivliostyle/themes/commit/22b8286ea5b28532a1cacd4a49a4aff2a886e9ee), [`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`fc5f428`](https://github.com/vivliostyle/themes/commit/fc5f428477a74e52614e9201148df2046ddc8d8b), [`18ed51a`](https://github.com/vivliostyle/themes/commit/18ed51aea1248c440d1d77b2fab46450844dbbfd), [`2c59a27`](https://github.com/vivliostyle/themes/commit/2c59a27b14b3f7c721ba1f4a9bf78e3f1fea4e10), [`f7ff164`](https://github.com/vivliostyle/themes/commit/f7ff164f1df5c077c12a644c0b591631cafc4f41)]:
- @vivliostyle/theme-base@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@vivliostyle/theme-bunko/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-bunko",
"description": "文庫用のテーマ",
"version": "1.0.1",
"version": "2.0.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"validate": "vivliostyle-theme-scripts validate"
},
"dependencies": {
"@vivliostyle/theme-base": "^1.0.1"
"@vivliostyle/theme-base": "^2.0.0"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vivliostyle/theme-gutenberg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vivliostyle/theme-gutenberg

## 2.0.0

### Major Changes

- [`0de1a1f`](https://github.com/vivliostyle/themes/commit/0de1a1fd702250a54c03831acd4050e45e0416ea) Thanks [@spring-raining](https://github.com/spring-raining)! - Update @vivliostyle/theme-base to v2.0.0

### Patch Changes

- Updated dependencies [[`22b8286`](https://github.com/vivliostyle/themes/commit/22b8286ea5b28532a1cacd4a49a4aff2a886e9ee), [`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`fc5f428`](https://github.com/vivliostyle/themes/commit/fc5f428477a74e52614e9201148df2046ddc8d8b), [`18ed51a`](https://github.com/vivliostyle/themes/commit/18ed51aea1248c440d1d77b2fab46450844dbbfd), [`2c59a27`](https://github.com/vivliostyle/themes/commit/2c59a27b14b3f7c721ba1f4a9bf78e3f1fea4e10), [`f7ff164`](https://github.com/vivliostyle/themes/commit/f7ff164f1df5c077c12a644c0b591631cafc4f41)]:
- @vivliostyle/theme-base@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@vivliostyle/theme-gutenberg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-gutenberg",
"description": "Book theme for latin font",
"version": "1.0.1",
"version": "2.0.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"validate": "vivliostyle-theme-scripts validate"
},
"dependencies": {
"@vivliostyle/theme-base": "^1.0.1"
"@vivliostyle/theme-base": "^2.0.0"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vivliostyle/theme-slide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vivliostyle/theme-slide

## 2.0.0

### Major Changes

- [`0de1a1f`](https://github.com/vivliostyle/themes/commit/0de1a1fd702250a54c03831acd4050e45e0416ea) Thanks [@spring-raining](https://github.com/spring-raining)! - Update @vivliostyle/theme-base to v2.0.0

### Patch Changes

- Updated dependencies [[`22b8286`](https://github.com/vivliostyle/themes/commit/22b8286ea5b28532a1cacd4a49a4aff2a886e9ee), [`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`fc5f428`](https://github.com/vivliostyle/themes/commit/fc5f428477a74e52614e9201148df2046ddc8d8b), [`18ed51a`](https://github.com/vivliostyle/themes/commit/18ed51aea1248c440d1d77b2fab46450844dbbfd), [`2c59a27`](https://github.com/vivliostyle/themes/commit/2c59a27b14b3f7c721ba1f4a9bf78e3f1fea4e10), [`f7ff164`](https://github.com/vivliostyle/themes/commit/f7ff164f1df5c077c12a644c0b591631cafc4f41)]:
- @vivliostyle/theme-base@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@vivliostyle/theme-slide/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-slide",
"description": "Slide theme",
"version": "1.0.1",
"version": "2.0.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"validate": "vivliostyle-theme-scripts validate"
},
"dependencies": {
"@vivliostyle/theme-base": "^1.0.1"
"@vivliostyle/theme-base": "^2.0.0"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vivliostyle/theme-techbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vivliostyle/theme-techbook

## 2.0.0

### Major Changes

- [`0de1a1f`](https://github.com/vivliostyle/themes/commit/0de1a1fd702250a54c03831acd4050e45e0416ea) Thanks [@spring-raining](https://github.com/spring-raining)! - Update @vivliostyle/theme-base to v2.0.0

### Patch Changes

- Updated dependencies [[`22b8286`](https://github.com/vivliostyle/themes/commit/22b8286ea5b28532a1cacd4a49a4aff2a886e9ee), [`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`fc5f428`](https://github.com/vivliostyle/themes/commit/fc5f428477a74e52614e9201148df2046ddc8d8b), [`18ed51a`](https://github.com/vivliostyle/themes/commit/18ed51aea1248c440d1d77b2fab46450844dbbfd), [`2c59a27`](https://github.com/vivliostyle/themes/commit/2c59a27b14b3f7c721ba1f4a9bf78e3f1fea4e10), [`f7ff164`](https://github.com/vivliostyle/themes/commit/f7ff164f1df5c077c12a644c0b591631cafc4f41)]:
- @vivliostyle/theme-base@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@vivliostyle/theme-techbook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-techbook",
"description": "Techbook (技術同人誌) theme",
"version": "1.0.1",
"version": "2.0.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"validate": "vivliostyle-theme-scripts validate"
},
"dependencies": {
"@vivliostyle/theme-base": "^1.0.1"
"@vivliostyle/theme-base": "^2.0.0"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down

0 comments on commit e682cf2

Please sign in to comment.