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.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "none",
"comment": "chore: bump web-components to 3.0.0-alpha.0",
"comment": "chore: run manually bump to fix failed CI release",
"packageName": "@fluentui/web-components",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

65 changes: 65 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,71 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Wed, 25 Jan 2023 14:49:08 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.1",
"version": "3.0.0-alpha.1",
"comments": {
"prerelease": [
{
"author": "ryan@ryanmerrill.net",
"package": "@fluentui/web-components",
"commit": "1322f3f962e8a850fe104cc2ba9b12b2bc2f2842",
"comment": "add progressbar as new component"
},
{
"author": "miroslav.stastny@microsoft.com",
"package": "@fluentui/web-components",
"commit": "6de62a46eafd74b968ec913901729b3f7284dc7a",
"comment": "Add initial theme"
},
{
"author": "chhol@microsoft.com",
"package": "@fluentui/web-components",
"commit": "eead74fee07339f998615fe34d8f847d0f63af6e",
"comment": "add badge and counter badge as new components"
},
{
"author": "chhol@microsoft.com",
"package": "@fluentui/web-components",
"commit": "5e3ba35835c0a5487b574ea58a51cccd67b5fa8c",
"comment": "add text as a new component"
}
],
"none": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "7c94cbd46051ea57bba4e8885c86e89967bb412c",
"comment": "chore: setup typescript 4.7 for web-components package"
},
{
"author": "miroslav.stastny@microsoft.com",
"package": "@fluentui/web-components",
"commit": "cd42ab4f8aa11c7ac134538193dc8dc4a01ca0f3",
"comment": "Reset web-components for v3 development"
},
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "7f15428e8fb2c3cfbfe8e555978bfa66f74f8fd8",
"comment": "chore: bump web-components to 3.0.0-alpha.0"
},
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "9b29aada3dba8f929530ddc1b4b64e869d5fffd4",
"comment": "chore(web-components): resolve invalid webpack test regex on windows"
},
{
"author": "chhol@microsoft.com",
"package": "@fluentui/web-components",
"commit": "be3d30fcbe222be34b02a554e948d14bb2d730df",
"comment": "update clean file to .cjs and ensure rimraf is in dependency tree"
}
]
}
},
{
"date": "Wed, 26 Oct 2022 07:52:54 GMT",
"tag": "@fluentui/web-components_v2.5.8",
Expand Down
14 changes: 13 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @fluentui/web-components

This log was last generated on Wed, 26 Oct 2022 07:52:54 GMT and should not be manually modified.
This log was last generated on Wed, 25 Jan 2023 14:49:08 GMT and should not be manually modified.

<!-- Start content -->

## [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
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)

### Changes

- add progressbar as new component ([PR #26329](https://github.com/microsoft/fluentui/pull/26329) by ryan@ryanmerrill.net)
- Add initial theme ([PR #25660](https://github.com/microsoft/fluentui/pull/25660) by miroslav.stastny@microsoft.com)
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)

## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)

Wed, 26 Oct 2022 07:52:54 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.0",
"version": "3.0.0-alpha.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down