Skip to content

Commit

Permalink
release: applying package updates - web-components
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Jan 17, 2025
1 parent 24bd1b2 commit baf887d
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 33 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions packages/charts/chart-web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/chart-web-components",
"entries": [
{
"date": "Fri, 17 Jan 2025 04:07:40 GMT",
"tag": "@fluentui/chart-web-components_v0.0.0",
"version": "0.0.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/chart-web-components",
"commit": "408fe44060b746844a9c76c67391b18d76d1f26e",
"comment": "chore: sync failed release pipeline with git"
}
],
"patch": [
{
"author": "beachball",
"package": "@fluentui/chart-web-components",
"comment": "Bump @fluentui/web-components to v3.0.0-beta.77",
"commit": "24bd1b2e8063db6c121ee02425db564fbb762f5a"
}
]
}
},
{
"date": "Tue, 14 Jan 2025 14:42:14 GMT",
"tag": "@fluentui/chart-web-components_v0.0.0-alpha.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/charts/chart-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/chart-web-components

This log was last generated on Tue, 14 Jan 2025 14:42:14 GMT and should not be manually modified.
This log was last generated on Fri, 17 Jan 2025 04:07:40 GMT and should not be manually modified.

<!-- Start content -->

## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.0)

Fri, 17 Jan 2025 04:07:40 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.0-alpha.2..@fluentui/chart-web-components_v0.0.0)

### Patches

- Bump @fluentui/web-components to v3.0.0-beta.77 ([PR #33679](https://github.com/microsoft/fluentui/pull/33679) by beachball)

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

Tue, 14 Jan 2025 14:42:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/chart-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/chart-web-components",
"description": "A library of Fluent Chart Web Components",
"version": "0.0.0-alpha.2",
"version": "0.0.0",
"author": {
"name": "Microsoft"
},
Expand Down Expand Up @@ -98,7 +98,7 @@
"dependencies": {
"@microsoft/fast-web-utilities": "^6.0.0",
"@fluentui/tokens": "^1.0.0-alpha.21",
"@fluentui/web-components": "^3.0.0-beta.76",
"@fluentui/web-components": "^3.0.0-beta.77",
"@types/d3-selection": "^3.0.0",
"@types/d3-shape": "^3.0.0",
"d3-selection": "^3.0.0",
Expand Down
29 changes: 29 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Fri, 17 Jan 2025 04:07:40 GMT",
"tag": "@fluentui/web-components_v3.0.0-beta.77",
"version": "3.0.0-beta.77",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "00458f3bbe3f12c0cef556f8d8fd564ffa66983c",
"comment": "fix: revert logical properties in spinner to support rtl\""
},
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "1e110d6492d33ca8959aaddc35e21cbd8992706b",
"comment": "fix: update disabled switch styles to GrayText for high-contrast mode"
}
],
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "e7e2987a4b0c8c36984dc9732937e2e58fb8fb35",
"comment": "build tokens package before running e2e tests"
}
]
}
},
{
"date": "Thu, 09 Jan 2025 04:07:00 GMT",
"tag": "@fluentui/web-components_v3.0.0-beta.76",
Expand Down
12 changes: 11 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/web-components

This log was last generated on Thu, 09 Jan 2025 04:07:00 GMT and should not be manually modified.
This log was last generated on Fri, 17 Jan 2025 04:07:40 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 17 Jan 2025 04:07:40 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)

### Changes

- fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by [email protected])
- fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by [email protected])

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

Thu, 09 Jan 2025 04:07:00 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"version": "3.0.0-beta.76",
"version": "3.0.0-beta.77",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down

0 comments on commit baf887d

Please sign in to comment.