Skip to content

Commit

Permalink
Version Packages (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 13, 2024
1 parent 044e51e commit ebf926f
Show file tree
Hide file tree
Showing 18 changed files with 109 additions and 56 deletions.
13 changes: 0 additions & 13 deletions .changeset/serious-pens-grab.md

This file was deleted.

60 changes: 30 additions & 30 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)
- [Techbook](#techbook)
- [Academic](#academic)
- [Techbook](#techbook)
- [Bunko](#bunko)
- [EPUB3 (Japanese)](#epub3-japanese)
- [Slide](#slide)
- [Gutenberg](#gutenberg)
- [EPUB3 (Japanese)](#epub3-japanese)
- [Tools](#tools)
- [create-vivliostyle-theme](#create-vivliostyle-theme)
- [vivliostyle-theme-scripts](#vivliostyle-theme-scripts)
Expand Down Expand Up @@ -53,33 +53,33 @@ module.exports = {

> 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',
};
```

> 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',
};
```

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

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

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

[![](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-epub3j',
};
```

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

Slide theme
Expand Down Expand Up @@ -133,22 +149,6 @@ module.exports = {

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

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

[![](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-epub3j',
};
```

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

### [create-vivliostyle-theme](packages/create-vivliostyle-theme)
Expand Down
9 changes: 9 additions & 0 deletions packages/@vivliostyle/theme-academic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivliostyle/theme-academic

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.
- Updated dependencies [[`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5)]:
- @vivliostyle/theme-base@1.0.1

## [1.0.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/[email protected]...@vivliostyle/[email protected]) (2023-08-10)

**Note:** Version bump only for package @vivliostyle/theme-academic
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.0",
"version": "1.0.1",
"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.0"
"@vivliostyle/theme-base": "^1.0.1"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
7 changes: 7 additions & 0 deletions packages/@vivliostyle/theme-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vivliostyle/theme-base

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.

## [1.0.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/[email protected]...@vivliostyle/[email protected]) (2023-08-10)

### Bug Fixes
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.0",
"version": "1.0.1",
"author": "Vivliostyle <[email protected]>",
"main": "theme-all.css",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@vivliostyle/theme-bunko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivliostyle/theme-bunko

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.
- Updated dependencies [[`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5)]:
- @vivliostyle/theme-base@1.0.1

## [1.0.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/[email protected]...@vivliostyle/[email protected]) (2023-08-10)

**Note:** Version bump only for package @vivliostyle/theme-bunko
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.0",
"version": "1.0.1",
"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.0"
"@vivliostyle/theme-base": "^1.0.1"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
7 changes: 7 additions & 0 deletions packages/@vivliostyle/theme-epub3j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vivliostyle/theme-epub3j

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"author": "Vivliostyle <[email protected]>",
"main": "theme.css",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@vivliostyle/theme-gutenberg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivliostyle/theme-gutenberg

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.
- Updated dependencies [[`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5)]:
- @vivliostyle/theme-base@1.0.1

## [1.0.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/[email protected]...@vivliostyle/[email protected]) (2023-08-10)

**Note:** Version bump only for package @vivliostyle/theme-gutenberg
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.0",
"version": "1.0.1",
"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.0"
"@vivliostyle/theme-base": "^1.0.1"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
9 changes: 9 additions & 0 deletions packages/@vivliostyle/theme-slide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivliostyle/theme-slide

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.
- Updated dependencies [[`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5)]:
- @vivliostyle/theme-base@1.0.1

## [1.0.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/[email protected]...@vivliostyle/[email protected]) (2023-08-10)

**Note:** Version bump only for package @vivliostyle/theme-slide
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.0",
"version": "1.0.1",
"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.0"
"@vivliostyle/theme-base": "^1.0.1"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
9 changes: 9 additions & 0 deletions packages/@vivliostyle/theme-techbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vivliostyle/theme-techbook

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.
- Updated dependencies [[`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5)]:
- @vivliostyle/theme-base@1.0.1

## [1.0.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/[email protected]...@vivliostyle/[email protected]) (2023-08-10)

**Note:** Version bump only for package @vivliostyle/theme-techbook
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.0",
"version": "1.0.1",
"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.0"
"@vivliostyle/theme-base": "^1.0.1"
},
"devDependencies": {
"@vivliostyle/cli": ">=7",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-vivliostyle-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-vivliostyle-theme

## 1.0.1

### Patch Changes

- [#122](https://github.com/vivliostyle/themes/pull/122) [`f5563ff`](https://github.com/vivliostyle/themes/commit/f5563ff9930cc5184070e9fd2ccdb16c6dd19ae5) Thanks [@spring-raining](https://github.com/spring-raining)! - Add a `main` property for package.json.
This is useful for use with third-party libraries that are expected to have a `main` field in package.json.

## [1.0.0](https://github.com/vivliostyle/themes/compare/[email protected]@1.0.0) (2023-08-10)

**Note:** Version bump only for package create-vivliostyle-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vivliostyle-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-vivliostyle-theme",
"description": "Create Vivliostyle theme at ease",
"version": "1.0.0",
"version": "1.0.1",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "shx rm -rf lib && NODE_ENV=production tsc && shx chmod +x lib/cli.js",
Expand Down

0 comments on commit ebf926f

Please sign in to comment.