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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: run manually to bump wc to fix failed CI release",
"packageName": "@fluentui/web-components",
"email": "jslone@microsoft.com",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

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": "Thu, 16 Feb 2023 16:51:48 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.4",
"version": "3.0.0-alpha.4",
"comments": {
"none": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "ae03f3eec389aca7e15fde295868aacd51eb1822",
"comment": "chore(web-components): introduce ts-solution configs and monorepo setup/DX"
}
],
"prerelease": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "226b7af089cea03d27ec722cabc73d018f263fd1",
"comment": "fix(web-components): dont ship non production assets to npm registry"
}
]
}
},
{
"date": "Wed, 15 Feb 2023 04:24:51 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.3",
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, 15 Feb 2023 04:24:51 GMT and should not be manually modified.
This log was last generated on Thu, 16 Feb 2023 16:51:48 GMT and should not be manually modified.

<!-- Start content -->

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

Thu, 16 Feb 2023 16:51:48 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.3..@fluentui/web-components_v3.0.0-alpha.4)

### Changes

- fix(web-components): dont ship non production assets to npm registry ([PR #26854](https://github.com/microsoft/fluentui/pull/26854) by martinhochel@microsoft.com)

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

Wed, 15 Feb 2023 04:24:51 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.3",
"version": "3.0.0-alpha.4",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down