Skip to content

Commit 0c388e4

Browse files
authored
feat: bump Web Components package to release candidate (#35499)
1 parent 78f2349 commit 0c388e4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "move web components package from beta to release candidate",
4+
"packageName": "@fluentui/web-components",
5+
"email": "13071055+chrisdholt@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

packages/web-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluentui/web-components",
33
"description": "A library of Fluent Web Components",
4-
"version": "3.0.0-beta.133",
4+
"version": "3.0.0-rc.0",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"
@@ -94,15 +94,15 @@
9494
"tslib": "^2.1.0"
9595
},
9696
"peerDependencies": {
97-
"@microsoft/fast-element": "^2.0.0-beta.26 || ^2.0.0"
97+
"@microsoft/fast-element": "^2.0.0"
9898
},
9999
"beachball": {
100100
"disallowedChangeTypes": [
101101
"major",
102102
"minor",
103103
"patch"
104104
],
105-
"tag": "beta"
105+
"tag": "rc"
106106
},
107107
"customElements": "./custom-elements.json"
108108
}

0 commit comments

Comments
 (0)