Skip to content

Commit

Permalink
Version Packages (#121)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Shinyu Murakami <[email protected]>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: TAMADA Akihiro <[email protected]>
Co-authored-by: Shinyu Murakami <[email protected]>
  • Loading branch information
4 people committed Dec 20, 2023
1 parent dd2f4e9 commit d10be9f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-schools-try.md

This file was deleted.

52 changes: 35 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Find themes](#find-themes)
- [Create a theme](#create-a-theme)
- [Official Themes](#official-themes)
- [Base](#base)
- [Vivliostyle Base Theme](#vivliostyle-base-theme)
- [Techbook](#techbook)
- [Academic](#academic)
- [Bunko](#bunko)
- [Slide](#slide)
- [Academic](#academic)
- [Gutenberg](#gutenberg)
- [EPUB3 (Japanese)](#epub3-japanese)
- [Tools](#tools)
- [create-vivliostyle-theme](#create-vivliostyle-theme)
- [vivliostyle-theme-scripts](#vivliostyle-theme-scripts)
Expand All @@ -35,14 +37,14 @@

## Official Themes

### [Base](packages/@vivliostyle/theme-base)
### [Vivliostyle Base Theme](packages/@vivliostyle/theme-base)

Base theme and CSS toolkit for Vivliostyle themes

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

Base theme and CSS toolkit for Vivliostyle themes

```js
module.exports = {
theme: '@vivliostyle/theme-base',
Expand All @@ -67,6 +69,22 @@ 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]>`
### [Bunko](packages/@vivliostyle/theme-bunko)

文庫用のテーマ
Expand Down Expand Up @@ -99,33 +117,33 @@ module.exports = {

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

Academic theme
Book theme for latin font

[![](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-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-academic',
theme: '@vivliostyle/theme-gutenberg',
};
```

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

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

[![](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-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-gutenberg',
theme: '@vivliostyle/theme-epub3j',
};
```

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

## 1.0.0

### Major Changes

- [#118](https://github.com/vivliostyle/themes/pull/118) [`9d2c8d5`](https://github.com/vivliostyle/themes/commit/9d2c8d5090f82e6f8a9ca4ca23ebcc3d65c24f90) Thanks [@MurakamiShinyu](https://github.com/MurakamiShinyu)! - Release @vivliostyle/theme-epub3j
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": "0.0.0",
"version": "1.0.0",
"author": "Vivliostyle <[email protected]>",
"scripts": {
"build": "vivliostyle build",
Expand Down

0 comments on commit d10be9f

Please sign in to comment.