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 Sep 10, 2024
1 parent 0de1a1f commit 6a9d236
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 64 deletions.
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.

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.

52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
- [Vivliostyle Base Theme](#vivliostyle-base-theme)
- [Academic](#academic)
- [Techbook](#techbook)
- [Bunko](#bunko)
- [EPUB3 (Japanese)](#epub3-japanese)
- [Slide](#slide)
- [Gutenberg](#gutenberg)
- [EPUB3 (Japanese)](#epub3-japanese)
- [Bunko](#bunko)
- [Tools](#tools)
- [create-vivliostyle-theme](#create-vivliostyle-theme)
- [vivliostyle-theme-scripts](#vivliostyle-theme-scripts)
Expand Down Expand Up @@ -85,65 +85,65 @@ module.exports = {

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

文庫用のテーマ
Slide 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-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-bunko',
theme: '@vivliostyle/theme-slide',
};
```

> original author: `Vivliostyle <[email protected]>`
### [EPUB3 (Japanese)](packages/@vivliostyle/theme-epub3j)
### [Gutenberg](packages/@vivliostyle/theme-gutenberg)

EPUB3 (Japanese) 日本語EPUB用テーマ(電書協EPUB3制作ガイド準拠)
Book theme for latin font

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

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

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

Slide theme
EPUB3 (Japanese) 日本語EPUB用テーマ(電書協EPUB3制作ガイド準拠)

[![](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-epub3j.svg)](https://npmjs.com/package/@vivliostyle/theme-epub3j)
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-epub3j)](https://npmjs.com/package/@vivliostyle/theme-epub3j)
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-epub3j)

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

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

Book theme for latin font
文庫用のテーマ

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

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 [[`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`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
15 changes: 15 additions & 0 deletions packages/@vivliostyle/theme-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @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

### Patch Changes

- [#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

## 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 [[`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`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 [[`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`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 [[`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`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 [[`3d61446`](https://github.com/vivliostyle/themes/commit/3d614466d159744f05beed15f9164c036c841934), [`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 6a9d236

Please sign in to comment.