Skip to content

Commit 95e2328

Browse files
Publish
- create-vivliostyle-theme@1.0.0 - vivliostyle-theme-scripts@0.3.6 - @vivliostyle/theme-academic@1.0.0 - @vivliostyle/theme-base@1.0.0 - @vivliostyle/theme-bunko@1.0.0 - @vivliostyle/theme-gutenberg@1.0.0 - @vivliostyle/theme-slide@1.0.0 - @vivliostyle/theme-techbook@1.0.0
1 parent e9538f7 commit 95e2328

File tree

16 files changed

+57
-19
lines changed

16 files changed

+57
-19
lines changed

packages/@vivliostyle/theme-academic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package @vivliostyle/theme-academic
9+
610
## [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)
711

812
### Feature

packages/@vivliostyle/theme-academic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@vivliostyle/theme-academic",
33
"description": "Academic theme",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0",
55
"author": "Vivliostyle <mail@vivliostyle.org>",
66
"scripts": {
77
"build": "vivliostyle build",
88
"preview": "vivliostyle preview",
99
"validate": "vivliostyle-theme-scripts validate"
1010
},
1111
"dependencies": {
12-
"@vivliostyle/theme-base": "1.0.0-beta.1"
12+
"@vivliostyle/theme-base": "^1.0.0"
1313
},
1414
"devDependencies": {
1515
"@vivliostyle/cli": ">=7",
16-
"vivliostyle-theme-scripts": "^0.3.5"
16+
"vivliostyle-theme-scripts": "^0.3.6"
1717
},
1818
"peerDependencies": {
1919
"@vivliostyle/cli": ">=7"

packages/@vivliostyle/theme-base/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
### Bug Fixes
9+
10+
- **theme-base:** Add a missing CSS variable ([6f06fff](https://github.com/vivliostyle/themes/commit/6f06fffc1e590d471f2a6a3f81c226e3d3aca9aa))
11+
12+
### Features
13+
14+
- **theme-base:** Update variables of CSS columns ([a75b3a8](https://github.com/vivliostyle/themes/commit/a75b3a8fda8a4bee073163926e0e1d35e23ffc0f))
15+
616
# 1.0.0-beta.1 (2023-03-18)
717

818
- Release @vivliostyle/them-base

packages/@vivliostyle/theme-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vivliostyle/theme-base",
33
"description": "Base theme and CSS toolkit for Vivliostyle themes",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0",
55
"author": "Vivliostyle <mail@vivliostyle.org>",
66
"scripts": {
77
"build": "vivliostyle build",
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@vivliostyle/cli": ">=7",
13-
"vivliostyle-theme-scripts": "^0.3.1"
13+
"vivliostyle-theme-scripts": "^0.3.6"
1414
},
1515
"peerDependencies": {
1616
"@vivliostyle/cli": ">=7"

packages/@vivliostyle/theme-bunko/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package @vivliostyle/theme-bunko
9+
610
## [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)
711

812
### Feature

packages/@vivliostyle/theme-bunko/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@vivliostyle/theme-bunko",
33
"description": "文庫用のテーマ",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0",
55
"author": "Vivliostyle <mail@vivliostyle.org>",
66
"scripts": {
77
"build": "vivliostyle build",
88
"preview": "vivliostyle preview",
99
"validate": "vivliostyle-theme-scripts validate"
1010
},
1111
"dependencies": {
12-
"@vivliostyle/theme-base": "1.0.0-beta.1"
12+
"@vivliostyle/theme-base": "^1.0.0"
1313
},
1414
"devDependencies": {
1515
"@vivliostyle/cli": ">=7",
16-
"vivliostyle-theme-scripts": "^0.3.5"
16+
"vivliostyle-theme-scripts": "^0.3.6"
1717
},
1818
"peerDependencies": {
1919
"@vivliostyle/cli": ">=7"

packages/@vivliostyle/theme-gutenberg/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package @vivliostyle/theme-gutenberg
9+
610
## [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)
711

812
### Feature

packages/@vivliostyle/theme-gutenberg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@vivliostyle/theme-gutenberg",
33
"description": "Book theme for latin font",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0",
55
"author": "Vivliostyle <mail@vivliostyle.org>",
66
"scripts": {
77
"build": "vivliostyle build",
88
"preview": "vivliostyle preview",
99
"validate": "vivliostyle-theme-scripts validate"
1010
},
1111
"dependencies": {
12-
"@vivliostyle/theme-base": "1.0.0-beta.1"
12+
"@vivliostyle/theme-base": "^1.0.0"
1313
},
1414
"devDependencies": {
1515
"@vivliostyle/cli": ">=7",
16-
"vivliostyle-theme-scripts": "^0.3.5"
16+
"vivliostyle-theme-scripts": "^0.3.6"
1717
},
1818
"peerDependencies": {
1919
"@vivliostyle/cli": ">=7"

packages/@vivliostyle/theme-slide/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package @vivliostyle/theme-slide
9+
610
## [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)
711

812
### Feature

packages/@vivliostyle/theme-slide/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@vivliostyle/theme-slide",
33
"description": "Slide theme",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0",
55
"author": "Vivliostyle <mail@vivliostyle.org>",
66
"scripts": {
77
"build": "vivliostyle build",
88
"preview": "vivliostyle preview",
99
"validate": "vivliostyle-theme-scripts validate"
1010
},
1111
"dependencies": {
12-
"@vivliostyle/theme-base": "1.0.0-beta.1"
12+
"@vivliostyle/theme-base": "^1.0.0"
1313
},
1414
"devDependencies": {
1515
"@vivliostyle/cli": ">=7",
16-
"vivliostyle-theme-scripts": "^0.3.5"
16+
"vivliostyle-theme-scripts": "^0.3.6"
1717
},
1818
"peerDependencies": {
1919
"@vivliostyle/cli": ">=7"

0 commit comments

Comments
 (0)