Skip to content

Commit 8d7d889

Browse files
authored
Merge pull request #29 from tosaken1116/release-please--branches--master--components--create-template-next
chore(master): release create-template-next 0.0.25
2 parents d2eefd3 + 8ab9307 commit 8d7d889

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.24"
2+
".": "0.0.25"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.25](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.24...create-template-next-v0.0.25) (2024-01-28)
4+
5+
6+
### Bug Fixes
7+
8+
* add storybook wit h package install ([d2eefd3](https://github.com/tosaken1116/next-template-cli/commit/d2eefd37dd9ac09f0b7477ffd36b429464d0b646))
9+
310
## [0.0.24](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.23...create-template-next-v0.0.24) (2024-01-26)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-template-next",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"description": "create nextjs app with various prompts",
55
"bin": {
66
"create-template-next": "./dist/index.js"

0 commit comments

Comments
 (0)