Skip to content

Commit 24c91c8

Browse files
committed
chore: bump packages after failed publish
1 parent 77cd24b commit 24c91c8

13 files changed

Lines changed: 82 additions & 35 deletions

change/@microsoft-fast-build-285b7229-8023-4304-83b0-25de34f617ce.json

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

change/@microsoft-fast-element-5636cb6f-65c6-4c40-b964-d6c4b4b054f6.json

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

change/@microsoft-fast-html-c20e636d-e975-46f4-9e0b-c7b6c8143ef6.json

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

package-lock.json

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

packages/fast-build/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/fast-build",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Apr 2026 17:21:11 GMT",
6+
"version": "0.5.0",
7+
"tag": "@microsoft/fast-build_v0.5.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "7559015+janechu@users.noreply.github.com",
12+
"package": "@microsoft/fast-build",
13+
"commit": "77cd24b00d199fd4b2d2e42a6f2dce2be96396b5",
14+
"comment": "feat: change default attribute-name-strategy from none to camelCase"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 17 Apr 2026 00:26:37 GMT",
621
"version": "0.4.0",

packages/fast-build/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @microsoft/fast-build
22

3-
<!-- This log was last generated on Fri, 17 Apr 2026 00:26:37 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 30 Apr 2026 17:21:11 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.5.0
8+
9+
Thu, 30 Apr 2026 17:21:11 GMT
10+
11+
### Minor changes
12+
13+
- feat: change default attribute-name-strategy from none to camelCase (7559015+janechu@users.noreply.github.com)
14+
715
## 0.4.0
816

917
Fri, 17 Apr 2026 00:26:37 GMT

packages/fast-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/fast-build",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "CLI and Node.js API for server-side rendering of FAST declarative HTML templates.",
55
"author": {
66
"name": "Microsoft",

packages/fast-element/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/fast-element",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Apr 2026 17:21:11 GMT",
6+
"version": "2.10.4",
7+
"tag": "@microsoft/fast-element_v2.10.4",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "7559015+janechu@users.noreply.github.com",
12+
"package": "@microsoft/fast-element",
13+
"commit": "9f575eb973e92bdf8412d9b6df4ff2dc1e8672e4",
14+
"comment": "chore: replace rollup-plugin-filesize with esbuild bundle size reporting"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 17 Apr 2026 00:26:37 GMT",
621
"version": "2.10.4",

packages/fast-html/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/fast-html",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Apr 2026 17:21:11 GMT",
6+
"version": "1.0.0-alpha.51",
7+
"tag": "@microsoft/fast-html_v1.0.0-alpha.51",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "7559015+janechu@users.noreply.github.com",
12+
"package": "@microsoft/fast-html",
13+
"commit": "77cd24b00d199fd4b2d2e42a6f2dce2be96396b5",
14+
"comment": "feat: change default attribute-name-strategy from none to camelCase"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@microsoft/fast-html",
19+
"comment": "Bump @microsoft/fast-build to v0.5.0",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 22 Apr 2026 00:29:57 GMT",
627
"version": "1.0.0-alpha.50",

packages/fast-html/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @microsoft/fast-html
22

3-
<!-- This log was last generated on Wed, 22 Apr 2026 00:29:57 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 30 Apr 2026 17:21:11 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.0-alpha.51
8+
9+
Thu, 30 Apr 2026 17:21:11 GMT
10+
11+
### Changes
12+
13+
- feat: change default attribute-name-strategy from none to camelCase (7559015+janechu@users.noreply.github.com)
14+
- Bump @microsoft/fast-build to v0.5.0
15+
716
## 1.0.0-alpha.50
817

918
Wed, 22 Apr 2026 00:29:57 GMT

0 commit comments

Comments
 (0)