Skip to content

Commit 3df55f6

Browse files
author
Microsoft FAST Builds
committed
applying package updates
1 parent 6fdf025 commit 3df55f6

17 files changed

+120
-51
lines changed

change/@microsoft-fast-element-1881142d-a9eb-4665-a3e8-743f9f07d1a6.json

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

change/@microsoft-fast-html-bc3be687-07f6-478d-b3b9-8ff13291b3e8.json

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

change/@microsoft-fast-html-f341f9be-9407-4716-92ee-75a24d55eced.json

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

change/@microsoft-fast-ssr-c1b764eb-a93a-4185-9065-83e287a4a85f.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.8.1",
26+
"@microsoft/fast-element": "^2.8.2",
2727
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
2828
"@microsoft/fast-ssr": "^1.0.0-beta.35",
2929
"@microsoft/fast-todo-app-example": "1.0.0",

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.8.1",
25+
"@microsoft/fast-element": "^2.8.2",
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, 31 Oct 2025 20:45:55 GMT",
6+
"version": "2.8.2",
7+
"tag": "@microsoft/fast-element_v2.8.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/fast-element",
13+
"commit": "1c008047c3c0b651dbec6dd74ece2da71693cbf3",
14+
"comment": "fix: use shadowOptions getter override to set hydration attributes"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 21 Oct 2025 16:17:27 GMT",
621
"version": "2.8.1",

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 Tue, 21 Oct 2025 16:17:27 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 31 Oct 2025 20:45:55 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.8.2
8+
9+
Fri, 31 Oct 2025 20:45:55 GMT
10+
11+
### Patches
12+
13+
- fix: use shadowOptions getter override to set hydration attributes ([email protected])
14+
715
## 2.8.1
816

917
Tue, 21 Oct 2025 16:17:27 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.8.1",
4+
"version": "2.8.2",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)