Skip to content

Commit e84afec

Browse files
committed
chore(release): publish v2.0.0-alpha.11
1 parent 90201ed commit e84afec

13 files changed

Lines changed: 52 additions & 18 deletions

File tree

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.11](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- **repo:** add repository field to [@kamado-io](https://github.com/kamado-io) packages for OIDC provenance ([90201ed](https://github.com/d-zero-dev/kamado/commit/90201edd92e1e5ac1e889e73ec64fd1f6a1b9e78))
11+
612
# [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)
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.10",
3+
"version": "2.0.0-alpha.11",
44
"npmClient": "yarn",
55
"packages": ["packages/*", "packages/@kamado-io/*"],
66
"command": {

packages/@kamado-io/page-compiler/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.11](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- **repo:** add repository field to [@kamado-io](https://github.com/kamado-io) packages for OIDC provenance ([90201ed](https://github.com/d-zero-dev/kamado/commit/90201edd92e1e5ac1e889e73ec64fd1f6a1b9e78))
11+
612
# [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)
713

814
**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.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "Page compiler for Kamado",
55
"repository": {
66
"type": "git",
@@ -83,7 +83,7 @@
8383
"fast-glob": "3.3.3",
8484
"html-minifier-terser": "7.2.0",
8585
"image-size": "2.0.2",
86-
"kamado": "2.0.0-alpha.10",
86+
"kamado": "2.0.0-alpha.11",
8787
"prettier": "3.8.1"
8888
},
8989
"devDependencies": {

packages/@kamado-io/pug-compiler/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.11](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- **repo:** add repository field to [@kamado-io](https://github.com/kamado-io) packages for OIDC provenance ([90201ed](https://github.com/d-zero-dev/kamado/commit/90201edd92e1e5ac1e889e73ec64fd1f6a1b9e78))
11+
612
# [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)
713

814
**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.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "Pug compiler for Kamado",
55
"repository": {
66
"type": "git",
@@ -36,9 +36,9 @@
3636
"kamado": "^1.0.0"
3737
},
3838
"devDependencies": {
39-
"@kamado-io/page-compiler": "2.0.0-alpha.10",
39+
"@kamado-io/page-compiler": "2.0.0-alpha.11",
4040
"@types/pug": "2.0.10",
41-
"kamado": "2.0.0-alpha.10",
41+
"kamado": "2.0.0-alpha.11",
4242
"typescript": "6.0.2"
4343
}
4444
}

packages/@kamado-io/script-compiler/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.11](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- **repo:** add repository field to [@kamado-io](https://github.com/kamado-io) packages for OIDC provenance ([90201ed](https://github.com/d-zero-dev/kamado/commit/90201edd92e1e5ac1e889e73ec64fd1f6a1b9e78))
11+
612
# [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)
713

814
**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.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "Script compiler for Kamado",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
],
3131
"dependencies": {
3232
"esbuild": "0.27.4",
33-
"kamado": "2.0.0-alpha.10"
33+
"kamado": "2.0.0-alpha.11"
3434
},
3535
"devDependencies": {
3636
"typescript": "6.0.2"

packages/@kamado-io/style-compiler/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.11](https://github.com/d-zero-dev/kamado/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- **repo:** add repository field to [@kamado-io](https://github.com/kamado-io) packages for OIDC provenance ([90201ed](https://github.com/d-zero-dev/kamado/commit/90201edd92e1e5ac1e889e73ec64fd1f6a1b9e78))
11+
612
# [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)
713

814
**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.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "Style compiler for Kamado",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
],
3131
"dependencies": {
3232
"cssnano": "7.1.3",
33-
"kamado": "2.0.0-alpha.10",
33+
"kamado": "2.0.0-alpha.11",
3434
"postcss": "8.5.8",
3535
"postcss-import": "16.1.1",
3636
"postcss-load-config": "6.0.1"

0 commit comments

Comments
 (0)