Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion examples/csr/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "examples/csr/todo-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.0",
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-examples-design-system": "^1.0.0",
"tslib": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/csr/todo-mobx-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "examples/csr/todo-mobx-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.0",
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-examples-design-system": "^1.0.0",
"mobx": "^6.13.5",
"tslib": "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/chat-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"directory": "examples/ssr/chat-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.0",
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-examples-design-system": "^1.0.0",
"tslib": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/webui-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"directory": "examples/ssr/webui-todo-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.0",
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-examples-design-system": "^1.0.0",
"@microsoft/webui": "^0.0.12",
"tslib": "^2.6.3"
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions packages/fast-build/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@microsoft/fast-build",
"entries": [
{
"date": "Fri, 26 Jun 2026 21:42:49 GMT",
"version": "0.9.0",
"tag": "@microsoft/fast-build_v0.9.0",
"comments": {
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-build",
"commit": "a833e3df0debd4d4422b5393a6ace6b4936ce17c",
"comment": "Add beachball configs to all packages to prevent erroneous versions being published"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-build",
"commit": "92e406be5f0588fb299fc0ca0cf8e3e9abe24203",
"comment": "Move markdown design docs into docs folders"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-build",
"commit": "2675184e91f437c009a2aaf4e3e10fa407096709",
"comment": "Remove redundant package json scripts, normalize export paths"
}
]
}
},
{
"date": "Thu, 25 Jun 2026 05:31:59 GMT",
"version": "0.9.0",
Expand Down
35 changes: 35 additions & 0 deletions packages/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Fri, 26 Jun 2026 21:42:49 GMT",
"version": "3.0.1",
"tag": "@microsoft/fast-element_v3.0.1",
"comments": {
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "92e406be5f0588fb299fc0ca0cf8e3e9abe24203",
"comment": "Move markdown design docs into docs folders"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "b4a9205f3c342995b10cbda89768e5e839b5a1ef",
"comment": "Update typescript skill file and fast element design doc"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "a833e3df0debd4d4422b5393a6ace6b4936ce17c",
"comment": "Add beachball configs to all packages to prevent erroneous versions being published"
}
],
"patch": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "6ad856f60ba509b82d65961e78285e9c89373a3f",
"comment": "Avoid rebinding internal attribute backing fields during connect."
}
]
}
},
{
"date": "Thu, 25 Jun 2026 05:31:58 GMT",
"version": "3.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-element

<!-- This log was last generated on Thu, 25 Jun 2026 05:31:58 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 26 Jun 2026 21:42:49 GMT and should not be manually modified. -->

<!-- Start content -->

## 3.0.1

Fri, 26 Jun 2026 21:42:49 GMT

### Patches

- Avoid rebinding internal attribute backing fields during connect. (7559015+janechu@users.noreply.github.com)

## 3.0.0

Thu, 25 Jun 2026 05:31:58 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"version": "3.0.0",
"version": "3.0.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
21 changes: 21 additions & 0 deletions packages/fast-router/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-router",
"entries": [
{
"date": "Fri, 26 Jun 2026 21:42:49 GMT",
"version": "1.0.0-alpha.31",
"tag": "@microsoft/fast-router_v1.0.0-alpha.31",
"comments": {
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-router",
"commit": "2675184e91f437c009a2aaf4e3e10fa407096709",
"comment": "Remove redundant package json scripts, normalize export paths"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-router",
"commit": "cd709bcf69c33be2224058be86abff56fd6523ed",
"comment": "Fix missing router test script"
}
]
}
},
{
"date": "Thu, 25 Jun 2026 05:31:58 GMT",
"version": "1.0.0-alpha.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/fast-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"tslib": "^2.6.3"
},
"devDependencies": {
"@microsoft/fast-element": "^3.0.0"
"@microsoft/fast-element": "^3.0.1"
},
"peerDependencies": {
"@microsoft/fast-element": "^3.0.0"
"@microsoft/fast-element": "^3.0.1"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
15 changes: 15 additions & 0 deletions packages/fast-test-harness/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-test-harness",
"entries": [
{
"date": "Fri, 26 Jun 2026 21:42:49 GMT",
"version": "0.4.0",
"tag": "@microsoft/fast-test-harness_v0.4.0",
"comments": {
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-test-harness",
"commit": "a833e3df0debd4d4422b5393a6ace6b4936ce17c",
"comment": "Add beachball configs to all packages to prevent erroneous versions being published"
}
]
}
},
{
"date": "Thu, 25 Jun 2026 05:31:58 GMT",
"version": "0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fast-test-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
],
"devDependencies": {
"@microsoft/fast-build": "^0.9.0",
"@microsoft/fast-element": "^3.0.0"
"@microsoft/fast-element": "^3.0.1"
},
"dependencies": {
"cheerio": "1.2.0"
},
"peerDependencies": {
"@microsoft/fast-build": "^0.9.0",
"@microsoft/fast-element": "^3.0.0",
"@microsoft/fast-element": "^3.0.1",
"@playwright/test": ">=1.40.0",
"vite": ">=7.0.0"
},
Expand Down
Loading
Loading