Skip to content

Commit 2d97fe5

Browse files
Publish
1 parent e51988f commit 2d97fe5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/create-vivliostyle-theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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-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)
7+
8+
### Feature
9+
10+
- Rewrite the template with theme-base@1.0.0-beta.1
11+
612
## [0.4.1](https://github.com/vivliostyle/themes/compare/create-vivliostyle-theme@0.4.0...create-vivliostyle-theme@0.4.1) (2022-04-20)
713

814
**Note:** Version bump only for package create-vivliostyle-theme

packages/create-vivliostyle-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-vivliostyle-theme",
33
"description": "Create Vivliostyle theme at ease",
4-
"version": "0.4.1",
4+
"version": "1.0.0-beta.1",
55
"author": "Yasuaki Uechi <y@uechi.io>",
66
"scripts": {
77
"build": "shx rm -rf lib && NODE_ENV=production tsc && shx chmod +x lib/cli.js",

0 commit comments

Comments
 (0)