Skip to content

Commit faa1f01

Browse files
committed
chore(release): publish v2.0.0-alpha.10
1 parent 91d2240 commit faa1f01

File tree

13 files changed

+46
-18
lines changed

13 files changed

+46
-18
lines changed

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+
# [2.0.0-alpha.10](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- **kamado:** fix repository URL typo in package.json ([91d2240](https://github.com/d-zero-dev/kamado/commit/91d2240ce07f0e1dfe360cedd53210cb991bec02))
11+
612
# [2.0.0-alpha.9](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-04-07)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "8.1.2",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"npmClient": "yarn",
55
"packages": ["packages/*", "packages/@kamado-io/*"],
66
"command": {

packages/@kamado-io/page-compiler/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+
# [2.0.0-alpha.10](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-04-07)
7+
8+
**Note:** Version bump only for package @kamado-io/page-compiler
9+
610
# [2.0.0-alpha.9](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-04-07)
711

812
**Note:** Version bump only for package @kamado-io/page-compiler

packages/@kamado-io/page-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kamado-io/page-compiler",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Page compiler for Kamado",
55
"author": "D-ZERO Co., Ltd.",
66
"license": "MIT",
@@ -78,7 +78,7 @@
7878
"fast-glob": "3.3.3",
7979
"html-minifier-terser": "7.2.0",
8080
"image-size": "2.0.2",
81-
"kamado": "2.0.0-alpha.9",
81+
"kamado": "2.0.0-alpha.10",
8282
"prettier": "3.8.1"
8383
},
8484
"devDependencies": {

packages/@kamado-io/pug-compiler/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+
# [2.0.0-alpha.10](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-04-07)
7+
8+
**Note:** Version bump only for package @kamado-io/pug-compiler
9+
610
# [2.0.0-alpha.9](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-04-07)
711

812
**Note:** Version bump only for package @kamado-io/pug-compiler

packages/@kamado-io/pug-compiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kamado-io/pug-compiler",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Pug compiler for Kamado",
55
"author": "D-ZERO Co., Ltd.",
66
"license": "MIT",
@@ -31,9 +31,9 @@
3131
"kamado": "^1.0.0"
3232
},
3333
"devDependencies": {
34-
"@kamado-io/page-compiler": "2.0.0-alpha.9",
34+
"@kamado-io/page-compiler": "2.0.0-alpha.10",
3535
"@types/pug": "2.0.10",
36-
"kamado": "2.0.0-alpha.9",
36+
"kamado": "2.0.0-alpha.10",
3737
"typescript": "6.0.2"
3838
}
3939
}

packages/@kamado-io/script-compiler/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+
# [2.0.0-alpha.10](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-04-07)
7+
8+
**Note:** Version bump only for package @kamado-io/script-compiler
9+
610
# [2.0.0-alpha.9](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-04-07)
711

812
**Note:** Version bump only for package @kamado-io/script-compiler

packages/@kamado-io/script-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kamado-io/script-compiler",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Script compiler for Kamado",
55
"author": "D-ZERO Co., Ltd.",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"esbuild": "0.27.4",
28-
"kamado": "2.0.0-alpha.9"
28+
"kamado": "2.0.0-alpha.10"
2929
},
3030
"devDependencies": {
3131
"typescript": "6.0.2"

packages/@kamado-io/style-compiler/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+
# [2.0.0-alpha.10](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-04-07)
7+
8+
**Note:** Version bump only for package @kamado-io/style-compiler
9+
610
# [2.0.0-alpha.9](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-04-07)
711

812
**Note:** Version bump only for package @kamado-io/style-compiler

packages/@kamado-io/style-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kamado-io/style-compiler",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Style compiler for Kamado",
55
"author": "D-ZERO Co., Ltd.",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"cssnano": "7.1.3",
28-
"kamado": "2.0.0-alpha.9",
28+
"kamado": "2.0.0-alpha.10",
2929
"postcss": "8.5.8",
3030
"postcss-import": "16.1.1",
3131
"postcss-load-config": "6.0.1"

0 commit comments

Comments
 (0)