Skip to content

Commit 2f725b7

Browse files
author
Auto Chronus Bot
committed
Bump versions
1 parent 74f5ebc commit 2f725b7

28 files changed

+69
-60
lines changed

.chronus/changes/declare-helper-2025-9-27-1-50-14.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/declare-helper-2025-9-27-1-51-37.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/empty-render-2025-9-28-13-14-22.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/empty-render-2025-9-28-13-15-7.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/empty-render-2025-9-28-13-16-9.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/empty-render-2025-9-28-13-17-39.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/feature-dataclass-python-2025-9-21-18-25-37.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alloy-js/cli",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"type": "module",
55
"description": "Alloy cli for building alloy components",
66
"homepage": "https://github.com/alloy-framework/alloy",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog - @alloy-js/core
22

3+
## 0.22.0
4+
5+
### Bug Fixes
6+
7+
- [#327](https://github.com/alloy-framework/alloy/pull/327) Fix a bug where tracing would track additional signals.
8+
9+
### Features
10+
11+
- [#328](https://github.com/alloy-framework/alloy/pull/328) Add a `createContentSlot` API which returns a component which can be used to detect whether content is added inside it. This can be used to conditionally render fallback content or properly format empty components.
12+
- [#328](https://github.com/alloy-framework/alloy/pull/328) List, For, and their wrapper components now handle when an element has no content. Show can now be used to conditionally render an item in a list, for example.
13+
14+
315
## 0.21.0
416

517
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alloy-js/core",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "",
55
"main": "./dist/src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)