Skip to content

Commit

Permalink
Version Packages (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining authored Dec 7, 2024
2 parents b69e156 + f32221f commit e8d6ff5
Show file tree
Hide file tree
Showing 23 changed files with 136 additions and 99 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.

8 changes: 0 additions & 8 deletions .changeset/violet-bobcats-repeat.md

This file was deleted.

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

This file was deleted.

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

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

Academic 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)

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

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

Techbook (技術同人誌) theme
Expand All @@ -85,17 +69,17 @@ module.exports = {

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

文庫用のテーマ
Academic theme

[![](https://img.shields.io/npm/v/@vivliostyle/theme-bunko.svg)](https://npmjs.com/package/@vivliostyle/theme-bunko)
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-bunko)](https://npmjs.com/package/@vivliostyle/theme-bunko)
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-bunko)
[![](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-bunko',
theme: '@vivliostyle/theme-academic',
};
```

Expand All @@ -117,17 +101,17 @@ module.exports = {

> original author: `Vivliostyle <[email protected]>`
### [Slide](packages/@vivliostyle/theme-slide)
### [Bunko](packages/@vivliostyle/theme-bunko)

Slide theme
文庫用のテーマ

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

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

Expand All @@ -149,6 +133,22 @@ module.exports = {

> original author: `Vivliostyle <[email protected]>`
### [Slide](packages/@vivliostyle/theme-slide)

Slide theme

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

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

> original author: `Vivliostyle <[email protected]>`
## Tools

### [create-vivliostyle-theme](packages/create-vivliostyle-theme)
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
9 changes: 9 additions & 0 deletions packages/@vivliostyle/theme-epub3j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivliostyle/theme-epub3j

## 1.1.0

### Minor Changes

- [#136](https://github.com/vivliostyle/themes/pull/136) [`e0edca3`](https://github.com/vivliostyle/themes/commit/e0edca37e41919d874a26808537fe2aa14538e57) Thanks [@MurakamiShinyu](https://github.com/MurakamiShinyu)! - Update EPUB3-Japanese Theme

- EPUB TOC requires ordered list
- text-spacing-trim and hanging-punctuation setting

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@vivliostyle/theme-epub3j/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/theme-epub3j",
"description": "EPUB3 (Japanese) 日本語EPUB用テーマ(電書協EPUB3制作ガイド準拠)",
"version": "1.0.1",
"version": "1.1.0",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
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
Loading

0 comments on commit e8d6ff5

Please sign in to comment.