Skip to content

Commit e4392fc

Browse files
github-actions[bot]Auto Chronus Bot
andauthored
Release changes (#147)
## Change summary: ### No packages to be bumped at **major** ### 8 packages to be bumped at **minor**: - @alloy-js/core `0.15.0` → `0.16.0` - @alloy-js/java `0.15.0` → `0.16.0` - @alloy-js/json `0.15.0` → `0.16.0` - @alloy-js/csharp `0.15.0` → `0.16.0` - @alloy-js/typescript `0.15.0` → `0.16.0` - @alloy-js/create `0.15.0` → `0.16.0` - @alloy-js/cli `0.15.0` → `0.16.0` - @alloy-js/markdown `0.15.1` → `0.16.0` ### No packages to be bumped at **patch** Co-authored-by: Auto Chronus Bot <chronus@github.com>
1 parent 8b53a9f commit e4392fc

22 files changed

+52
-58
lines changed

.chronus/changes/md-code-2025-4-4-20-23-20.md

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

.chronus/changes/md-frontmatter-2025-4-3-22-52-33.md

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

.chronus/changes/member-expr-reform-2025-4-4-16-38-45.md

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

.chronus/changes/member-expr-reform-2025-4-4-16-39-17.md

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

.chronus/changes/member-expr-reform-2025-4-4-16-39-33.md

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

.chronus/changes/member-expr-reform-2025-4-6-12-44-56.md

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

.chronus/changes/member-expr-reform-2025-4-6-12-46-38.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.15.0",
3+
"version": "0.16.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog - @alloy-js/core
22

3+
## 0.16.0
4+
5+
### Features
6+
7+
- [#150](https://github.com/alloy-framework/alloy/pull/150) Export `isRef` and `isReactive` utility functions.
8+
- [#150](https://github.com/alloy-framework/alloy/pull/150) Fully resolve refkeys given to the first part of a MemberExpression.
9+
10+
311
## 0.15.0
412

513
No changes, version bump only.

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.15.0",
3+
"version": "0.16.0",
44
"description": "",
55
"main": "./dist/src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)