diff --git a/.changeset/serious-pens-grab.md b/.changeset/serious-pens-grab.md deleted file mode 100644 index 56c6599..0000000 --- a/.changeset/serious-pens-grab.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@vivliostyle/theme-gutenberg': patch -'@vivliostyle/theme-academic': patch -'@vivliostyle/theme-techbook': patch -'@vivliostyle/theme-epub3j': patch -'@vivliostyle/theme-bunko': patch -'@vivliostyle/theme-slide': patch -'create-vivliostyle-theme': patch -'@vivliostyle/theme-base': patch ---- - -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. diff --git a/README.md b/README.md index 14838a4..62ea9db 100644 --- a/README.md +++ b/README.md @@ -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) @@ -53,33 +53,33 @@ module.exports = { > original author: `Vivliostyle ` -### [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 ` -### [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', }; ``` @@ -101,6 +101,22 @@ module.exports = { > original author: `Vivliostyle ` +### [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 ` + ### [Slide](packages/@vivliostyle/theme-slide) Slide theme @@ -133,22 +149,6 @@ module.exports = { > original author: `Vivliostyle ` -### [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 ` - ## Tools ### [create-vivliostyle-theme](packages/create-vivliostyle-theme) diff --git a/packages/@vivliostyle/theme-academic/CHANGELOG.md b/packages/@vivliostyle/theme-academic/CHANGELOG.md index 9b00603..ffcf553 100644 --- a/packages/@vivliostyle/theme-academic/CHANGELOG.md +++ b/packages/@vivliostyle/theme-academic/CHANGELOG.md @@ -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/theme-academic@1.0.0-beta.1...@vivliostyle/theme-academic@1.0.0) (2023-08-10) **Note:** Version bump only for package @vivliostyle/theme-academic diff --git a/packages/@vivliostyle/theme-academic/package.json b/packages/@vivliostyle/theme-academic/package.json index 60117f2..a062e94 100644 --- a/packages/@vivliostyle/theme-academic/package.json +++ b/packages/@vivliostyle/theme-academic/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/theme-academic", "description": "Academic theme", - "version": "1.0.0", + "version": "1.0.1", "author": "Vivliostyle ", "main": "theme.css", "scripts": { @@ -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", diff --git a/packages/@vivliostyle/theme-base/CHANGELOG.md b/packages/@vivliostyle/theme-base/CHANGELOG.md index 356930f..c069961 100644 --- a/packages/@vivliostyle/theme-base/CHANGELOG.md +++ b/packages/@vivliostyle/theme-base/CHANGELOG.md @@ -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/theme-base@1.0.0-beta.1...@vivliostyle/theme-base@1.0.0) (2023-08-10) ### Bug Fixes diff --git a/packages/@vivliostyle/theme-base/package.json b/packages/@vivliostyle/theme-base/package.json index 43ba517..7f4c17b 100644 --- a/packages/@vivliostyle/theme-base/package.json +++ b/packages/@vivliostyle/theme-base/package.json @@ -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 ", "main": "theme-all.css", "scripts": { diff --git a/packages/@vivliostyle/theme-bunko/CHANGELOG.md b/packages/@vivliostyle/theme-bunko/CHANGELOG.md index 53d62ae..797644b 100644 --- a/packages/@vivliostyle/theme-bunko/CHANGELOG.md +++ b/packages/@vivliostyle/theme-bunko/CHANGELOG.md @@ -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/theme-bunko@1.0.0-beta.1...@vivliostyle/theme-bunko@1.0.0) (2023-08-10) **Note:** Version bump only for package @vivliostyle/theme-bunko diff --git a/packages/@vivliostyle/theme-bunko/package.json b/packages/@vivliostyle/theme-bunko/package.json index 04fc768..fc36dce 100644 --- a/packages/@vivliostyle/theme-bunko/package.json +++ b/packages/@vivliostyle/theme-bunko/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/theme-bunko", "description": "文庫用のテーマ", - "version": "1.0.0", + "version": "1.0.1", "author": "Vivliostyle ", "main": "theme.css", "scripts": { @@ -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", diff --git a/packages/@vivliostyle/theme-epub3j/CHANGELOG.md b/packages/@vivliostyle/theme-epub3j/CHANGELOG.md index 1331362..474f98b 100644 --- a/packages/@vivliostyle/theme-epub3j/CHANGELOG.md +++ b/packages/@vivliostyle/theme-epub3j/CHANGELOG.md @@ -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 diff --git a/packages/@vivliostyle/theme-epub3j/package.json b/packages/@vivliostyle/theme-epub3j/package.json index a1d3575..5b1faf7 100644 --- a/packages/@vivliostyle/theme-epub3j/package.json +++ b/packages/@vivliostyle/theme-epub3j/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/theme-epub3j", "description": "EPUB3 (Japanese) 日本語EPUB用テーマ(電書協EPUB3制作ガイド準拠)", - "version": "1.0.0", + "version": "1.0.1", "author": "Vivliostyle ", "main": "theme.css", "scripts": { diff --git a/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md b/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md index f5799f9..8128414 100644 --- a/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md +++ b/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md @@ -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/theme-gutenberg@1.0.0-beta.1...@vivliostyle/theme-gutenberg@1.0.0) (2023-08-10) **Note:** Version bump only for package @vivliostyle/theme-gutenberg diff --git a/packages/@vivliostyle/theme-gutenberg/package.json b/packages/@vivliostyle/theme-gutenberg/package.json index fc2323e..e9afe1b 100644 --- a/packages/@vivliostyle/theme-gutenberg/package.json +++ b/packages/@vivliostyle/theme-gutenberg/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/theme-gutenberg", "description": "Book theme for latin font", - "version": "1.0.0", + "version": "1.0.1", "author": "Vivliostyle ", "main": "theme.css", "scripts": { @@ -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", diff --git a/packages/@vivliostyle/theme-slide/CHANGELOG.md b/packages/@vivliostyle/theme-slide/CHANGELOG.md index acf64ea..9f8d6a3 100644 --- a/packages/@vivliostyle/theme-slide/CHANGELOG.md +++ b/packages/@vivliostyle/theme-slide/CHANGELOG.md @@ -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/theme-slide@1.0.0-beta.1...@vivliostyle/theme-slide@1.0.0) (2023-08-10) **Note:** Version bump only for package @vivliostyle/theme-slide diff --git a/packages/@vivliostyle/theme-slide/package.json b/packages/@vivliostyle/theme-slide/package.json index 0f5bcd3..33e2b90 100644 --- a/packages/@vivliostyle/theme-slide/package.json +++ b/packages/@vivliostyle/theme-slide/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/theme-slide", "description": "Slide theme", - "version": "1.0.0", + "version": "1.0.1", "author": "Vivliostyle ", "main": "theme.css", "scripts": { @@ -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", diff --git a/packages/@vivliostyle/theme-techbook/CHANGELOG.md b/packages/@vivliostyle/theme-techbook/CHANGELOG.md index 16fe847..22bdcf9 100644 --- a/packages/@vivliostyle/theme-techbook/CHANGELOG.md +++ b/packages/@vivliostyle/theme-techbook/CHANGELOG.md @@ -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/theme-techbook@1.0.0-beta.1...@vivliostyle/theme-techbook@1.0.0) (2023-08-10) **Note:** Version bump only for package @vivliostyle/theme-techbook diff --git a/packages/@vivliostyle/theme-techbook/package.json b/packages/@vivliostyle/theme-techbook/package.json index 4ee4c95..6852ec6 100644 --- a/packages/@vivliostyle/theme-techbook/package.json +++ b/packages/@vivliostyle/theme-techbook/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/theme-techbook", "description": "Techbook (技術同人誌) theme", - "version": "1.0.0", + "version": "1.0.1", "author": "Vivliostyle ", "main": "theme.css", "scripts": { @@ -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", diff --git a/packages/create-vivliostyle-theme/CHANGELOG.md b/packages/create-vivliostyle-theme/CHANGELOG.md index 1f13fc0..efda72c 100644 --- a/packages/create-vivliostyle-theme/CHANGELOG.md +++ b/packages/create-vivliostyle-theme/CHANGELOG.md @@ -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/create-vivliostyle-theme@1.0.0-beta.1...create-vivliostyle-theme@1.0.0) (2023-08-10) **Note:** Version bump only for package create-vivliostyle-theme diff --git a/packages/create-vivliostyle-theme/package.json b/packages/create-vivliostyle-theme/package.json index ef5aac7..9d7ff3a 100644 --- a/packages/create-vivliostyle-theme/package.json +++ b/packages/create-vivliostyle-theme/package.json @@ -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 ", "scripts": { "build": "shx rm -rf lib && NODE_ENV=production tsc && shx chmod +x lib/cli.js",