Skip to content

Commit 4decca1

Browse files
authored
chore: bump the version of fast-element to 3.0.0-rc.1 (#7499)
# Pull Request ## 📖 Description Bumping the `@microsoft/fast-element` to version 3.0.0 release candidate 1 aka `3.0.0-rc.1`. This is intended to showcase the updated APIs that were part of the now deprecated `@microsoft/fast-html` package and update the docs with sections on declarative template writing. This release candidate should include all breaking changes except #7247 which is currently being evaluated. ## 👩‍💻 Reviewer Notes This change manually sets the version as beachball does not yet have a stable-to-prerelease and prerelease-to-stable feature. We intend to publish several release candidates before moving to stable, which we will do as soon as we perform more testing and get community feedback on the updates. ## ✅ Checklist ### General - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project. ## ⏭ Next Steps - Publish the `@microsoft/fast-element` package - Deploy the updated documentation
1 parent a165e94 commit 4decca1

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.10.4",
25+
"@microsoft/fast-element": "^3.0.0-rc.1",
2626
"tslib": "^2.6.3"
2727
},
2828
"devDependencies": {

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-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.10.4",
4+
"version": "3.0.0-rc.1",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

packages/fast-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"tslib": "^2.6.3"
3939
},
4040
"devDependencies": {
41-
"@microsoft/fast-element": "^2.10.4"
41+
"@microsoft/fast-element": "^3.0.0-rc.1"
4242
},
4343
"peerDependencies": {
44-
"@microsoft/fast-element": "^2.10.4"
44+
"@microsoft/fast-element": "^3.0.0-rc.1"
4545
},
4646
"beachball": {
4747
"disallowedChangeTypes": [

packages/fast-test-harness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"peerDependencies": {
5555
"@microsoft/fast-build": ">=0.4.0 <1.0.0",
56-
"@microsoft/fast-element": ">=2.10.4 <3.0.0",
56+
"@microsoft/fast-element": ">=2.10.4 <=3.0.0-rc.1",
5757
"@playwright/test": ">=1.40.0",
5858
"vite": ">=7.0.0"
5959
},

sites/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/fast-build": "^0.4.0",
33-
"@microsoft/fast-element": "^2.10.4"
33+
"@microsoft/fast-element": "^3.0.0-rc.1"
3434
}
3535
}

0 commit comments

Comments
 (0)