Skip to content

Commit 3ae4941

Browse files
author
Microsoft FAST Builds
committed
applying package updates
1 parent 9b13225 commit 3ae4941

17 files changed

+120
-50
lines changed

change/@microsoft-fast-element-618572f2-1aac-463b-8d2d-d70aef99b60e.json

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

change/@microsoft-fast-html-9fa2cc7f-15be-4946-b0e5-586e7b3583ea.json

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

change/@microsoft-fast-html-e9fa77b7-9279-44a2-94d1-d496d5587c23.json

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

change/@microsoft-fast-html-f2182c6e-460a-4b78-9b2d-32177d0d098e.json

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

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"directory": "examples/ssr"
2424
},
2525
"dependencies": {
26-
"@microsoft/fast-element": "^2.4.0",
26+
"@microsoft/fast-element": "^2.4.1",
2727
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
2828
"@microsoft/fast-ssr": "^1.0.0-beta.35",
2929
"express": "^4.19.2",

examples/todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"directory": "examples/todo-app"
2323
},
2424
"dependencies": {
25-
"@microsoft/fast-element": "^2.4.0",
25+
"@microsoft/fast-element": "^2.4.1",
2626
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
2727
"tslib": "^2.6.3"
2828
},

package-lock.json

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

packages/web-components/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": "Fri, 30 May 2025 05:02:03 GMT",
6+
"version": "2.4.1",
7+
"tag": "@microsoft/fast-element_v2.4.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/fast-element",
13+
"commit": "a31632f4c15256f2fe89c8f0decaba1fa8b5905b",
14+
"comment": "Update logic for enumerated attribute hydration markers, add view hydration as export"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 23 May 2025 23:52:29 GMT",
621
"version": "2.4.0",

packages/web-components/fast-element/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-element
22

3-
<!-- This log was last generated on Fri, 23 May 2025 23:52:29 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 30 May 2025 05:02:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.4.1
8+
9+
Fri, 30 May 2025 05:02:03 GMT
10+
11+
### Patches
12+
13+
- Update logic for enumerated attribute hydration markers, add view hydration as export ([email protected])
14+
715
## 2.4.0
816

917
Fri, 23 May 2025 23:52:29 GMT

packages/web-components/fast-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/fast-element",
33
"description": "A library for constructing Web Components",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)