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
3 changes: 2 additions & 1 deletion azure-pipelines.release.web-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- script: |
git config user.name "Fluent UI Build"
git config user.email "[email protected]"
displayName: Configure git user (used by beachball)
git remote set-url origin https://$(githubUser):$(githubPAT)@github.com/microsoft/fluentui.git
displayName: Authenticate git for pushes

- task: Bash@3
inputs:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "none",
"comment": "chore: run manually bump to fix failed CI release",
"comment": "chore(web-components): run manually bump to fix failed CI release",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "none"
Expand Down
23 changes: 23 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Wed, 25 Jan 2023 17:42:30 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.2",
"version": "3.0.0-alpha.2",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "68de783e80c71173a717c758680a63bf9c7e8c78",
"comment": "feat: export theme"
}
],
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "c5b3031ada2f788ef0a36185024f4c10c16143d6",
"comment": "chore: run manually bump to fix failed CI release"
}
]
}
},
{
"date": "Wed, 25 Jan 2023 14:49:08 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/web-components

This log was last generated on Wed, 25 Jan 2023 14:49:08 GMT and should not be manually modified.
This log was last generated on Wed, 25 Jan 2023 17:42:30 GMT and should not be manually modified.

<!-- Start content -->

## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)

Wed, 25 Jan 2023 17:42:30 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)

### Changes

- feat: export theme ([PR #26500](https://github.com/microsoft/fluentui/pull/26500) by [email protected])

## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)

Wed, 25 Jan 2023 14:49:08 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"sideEffects": false,
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down