diff --git a/packages/@vivliostyle/theme-academic/CHANGELOG.md b/packages/@vivliostyle/theme-academic/CHANGELOG.md index e7deb1f..7dcec47 100644 --- a/packages/@vivliostyle/theme-academic/CHANGELOG.md +++ b/packages/@vivliostyle/theme-academic/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + ## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-academic@0.4.1...@vivliostyle/theme-academic@1.0.0-beta.1) (2023-03-21) ### Feature diff --git a/packages/@vivliostyle/theme-academic/package.json b/packages/@vivliostyle/theme-academic/package.json index e7d2742..ff1a83c 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-beta.1", + "version": "1.0.0", "author": "Vivliostyle ", "scripts": { "build": "vivliostyle build", @@ -9,11 +9,11 @@ "validate": "vivliostyle-theme-scripts validate" }, "dependencies": { - "@vivliostyle/theme-base": "1.0.0-beta.1" + "@vivliostyle/theme-base": "^1.0.0" }, "devDependencies": { "@vivliostyle/cli": ">=7", - "vivliostyle-theme-scripts": "^0.3.5" + "vivliostyle-theme-scripts": "^0.3.6" }, "peerDependencies": { "@vivliostyle/cli": ">=7" diff --git a/packages/@vivliostyle/theme-base/CHANGELOG.md b/packages/@vivliostyle/theme-base/CHANGELOG.md index 5f84e01..3bf7974 100644 --- a/packages/@vivliostyle/theme-base/CHANGELOG.md +++ b/packages/@vivliostyle/theme-base/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + +- **theme-base:** Add a missing CSS variable ([6f06fff](https://github.com/vivliostyle/themes/commit/6f06fffc1e590d471f2a6a3f81c226e3d3aca9aa)) + +### Features + +- **theme-base:** Update variables of CSS columns ([a75b3a8](https://github.com/vivliostyle/themes/commit/a75b3a8fda8a4bee073163926e0e1d35e23ffc0f)) + # 1.0.0-beta.1 (2023-03-18) - Release @vivliostyle/them-base diff --git a/packages/@vivliostyle/theme-base/package.json b/packages/@vivliostyle/theme-base/package.json index fa11079..545b68d 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-beta.1", + "version": "1.0.0", "author": "Vivliostyle ", "scripts": { "build": "vivliostyle build", @@ -10,7 +10,7 @@ }, "devDependencies": { "@vivliostyle/cli": ">=7", - "vivliostyle-theme-scripts": "^0.3.1" + "vivliostyle-theme-scripts": "^0.3.6" }, "peerDependencies": { "@vivliostyle/cli": ">=7" diff --git a/packages/@vivliostyle/theme-bunko/CHANGELOG.md b/packages/@vivliostyle/theme-bunko/CHANGELOG.md index b5df4c6..baf27e1 100644 --- a/packages/@vivliostyle/theme-bunko/CHANGELOG.md +++ b/packages/@vivliostyle/theme-bunko/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + ## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-bunko@0.5.1...@vivliostyle/theme-bunko@1.0.0-beta.1) (2023-03-21) ### Feature diff --git a/packages/@vivliostyle/theme-bunko/package.json b/packages/@vivliostyle/theme-bunko/package.json index 8b9674a..a07bbf7 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-beta.1", + "version": "1.0.0", "author": "Vivliostyle ", "scripts": { "build": "vivliostyle build", @@ -9,11 +9,11 @@ "validate": "vivliostyle-theme-scripts validate" }, "dependencies": { - "@vivliostyle/theme-base": "1.0.0-beta.1" + "@vivliostyle/theme-base": "^1.0.0" }, "devDependencies": { "@vivliostyle/cli": ">=7", - "vivliostyle-theme-scripts": "^0.3.5" + "vivliostyle-theme-scripts": "^0.3.6" }, "peerDependencies": { "@vivliostyle/cli": ">=7" diff --git a/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md b/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md index 69c14b7..5a83c98 100644 --- a/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md +++ b/packages/@vivliostyle/theme-gutenberg/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + ## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-gutenberg@0.1.1...@vivliostyle/theme-gutenberg@1.0.0-beta.1) (2023-03-21) ### Feature diff --git a/packages/@vivliostyle/theme-gutenberg/package.json b/packages/@vivliostyle/theme-gutenberg/package.json index 47c2d0c..3808cb1 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-beta.1", + "version": "1.0.0", "author": "Vivliostyle ", "scripts": { "build": "vivliostyle build", @@ -9,11 +9,11 @@ "validate": "vivliostyle-theme-scripts validate" }, "dependencies": { - "@vivliostyle/theme-base": "1.0.0-beta.1" + "@vivliostyle/theme-base": "^1.0.0" }, "devDependencies": { "@vivliostyle/cli": ">=7", - "vivliostyle-theme-scripts": "^0.3.5" + "vivliostyle-theme-scripts": "^0.3.6" }, "peerDependencies": { "@vivliostyle/cli": ">=7" diff --git a/packages/@vivliostyle/theme-slide/CHANGELOG.md b/packages/@vivliostyle/theme-slide/CHANGELOG.md index 886e09d..fc9150c 100644 --- a/packages/@vivliostyle/theme-slide/CHANGELOG.md +++ b/packages/@vivliostyle/theme-slide/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + ## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-slide@0.5.1...@vivliostyle/theme-slide@1.0.0-beta.1) (2023-03-21) ### Feature diff --git a/packages/@vivliostyle/theme-slide/package.json b/packages/@vivliostyle/theme-slide/package.json index d3f97dd..b096d56 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-beta.1", + "version": "1.0.0", "author": "Vivliostyle ", "scripts": { "build": "vivliostyle build", @@ -9,11 +9,11 @@ "validate": "vivliostyle-theme-scripts validate" }, "dependencies": { - "@vivliostyle/theme-base": "1.0.0-beta.1" + "@vivliostyle/theme-base": "^1.0.0" }, "devDependencies": { "@vivliostyle/cli": ">=7", - "vivliostyle-theme-scripts": "^0.3.5" + "vivliostyle-theme-scripts": "^0.3.6" }, "peerDependencies": { "@vivliostyle/cli": ">=7" diff --git a/packages/@vivliostyle/theme-techbook/CHANGELOG.md b/packages/@vivliostyle/theme-techbook/CHANGELOG.md index caf41e6..a8672e9 100644 --- a/packages/@vivliostyle/theme-techbook/CHANGELOG.md +++ b/packages/@vivliostyle/theme-techbook/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + ## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-techbook@0.4.1...@vivliostyle/theme-techbook@1.0.0-beta.1) (2023-03-21) ### Feature diff --git a/packages/@vivliostyle/theme-techbook/package.json b/packages/@vivliostyle/theme-techbook/package.json index 4f7a0e0..1bc7893 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-beta.1", + "version": "1.0.0", "author": "Vivliostyle ", "scripts": { "build": "vivliostyle build", @@ -9,11 +9,11 @@ "validate": "vivliostyle-theme-scripts validate" }, "dependencies": { - "@vivliostyle/theme-base": "1.0.0-beta.1" + "@vivliostyle/theme-base": "^1.0.0" }, "devDependencies": { "@vivliostyle/cli": ">=7", - "vivliostyle-theme-scripts": "^0.3.5" + "vivliostyle-theme-scripts": "^0.3.6" }, "peerDependencies": { "@vivliostyle/cli": ">=7" diff --git a/packages/create-vivliostyle-theme/CHANGELOG.md b/packages/create-vivliostyle-theme/CHANGELOG.md index edefaac..6079904 100644 --- a/packages/create-vivliostyle-theme/CHANGELOG.md +++ b/packages/create-vivliostyle-theme/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + ## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/create-vivliostyle-theme@0.4.1...create-vivliostyle-theme@1.0.0-beta.1) (2023-04-21) ### Feature diff --git a/packages/create-vivliostyle-theme/package.json b/packages/create-vivliostyle-theme/package.json index 84c76d4..a451d4f 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-beta.1", + "version": "1.0.0", "author": "Yasuaki Uechi ", "scripts": { "build": "shx rm -rf lib && NODE_ENV=production tsc && shx chmod +x lib/cli.js", diff --git a/packages/vivliostyle-theme-scripts/CHANGELOG.md b/packages/vivliostyle-theme-scripts/CHANGELOG.md index fddcabd..6b42676 100644 --- a/packages/vivliostyle-theme-scripts/CHANGELOG.md +++ b/packages/vivliostyle-theme-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.6](https://github.com/vivliostyle/themes/compare/vivliostyle-theme-scripts@0.3.5...vivliostyle-theme-scripts@0.3.6) (2023-08-10) + +**Note:** Version bump only for package vivliostyle-theme-scripts + ## [0.3.5](https://github.com/vivliostyle/themes/compare/vivliostyle-theme-scripts@0.3.4...vivliostyle-theme-scripts@0.3.5) (2022-04-20) **Note:** Version bump only for package vivliostyle-theme-scripts diff --git a/packages/vivliostyle-theme-scripts/package.json b/packages/vivliostyle-theme-scripts/package.json index 1261368..e995a09 100644 --- a/packages/vivliostyle-theme-scripts/package.json +++ b/packages/vivliostyle-theme-scripts/package.json @@ -1,7 +1,7 @@ { "name": "vivliostyle-theme-scripts", "description": "theme library and scripts", - "version": "0.3.5", + "version": "0.3.6", "author": "Yasuaki Uechi (https://uechi.io)", "scripts": { "build": "shx rm -rf lib/*.js && tsc && shx chmod +x lib/cli.js",