Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Apr 8, 2024
1 parent 9ac84d3 commit f77f70f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/vr-tests-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@fluentui/react-button": "^9.2.3",
"@fluentui/react-storybook-addon": "9.0.0-rc.1",
"@fluentui/web-components": "3.0.0-beta.8",
"@fluentui/web-components": "3.0.0-beta.9",
"tslib": "^2.1.0"
}
}

This file was deleted.

21 changes: 21 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Mon, 08 Apr 2024 04:08:59 GMT",
"tag": "@fluentui/web-components_v3.0.0-beta.9",
"version": "3.0.0-beta.9",
"comments": {
"prerelease": [
{
"author": "=",
"package": "@fluentui/web-components",
"commit": "9ac84d348585fbbb214b18be076c566ec60f9d99",
"comment": "chore: setup perf benchmarking in web components"
},
{
"author": "beachball",
"package": "@fluentui/web-components",
"comment": "Bump @fluentui/tokens to v1.0.0-alpha.2",
"commit": "9ac84d348585fbbb214b18be076c566ec60f9d99"
}
]
}
},
{
"date": "Mon, 12 Feb 2024 04:08:06 GMT",
"tag": "@fluentui/web-components_v3.0.0-beta.8",
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 Mon, 12 Feb 2024 04:08:06 GMT and should not be manually modified.
This log was last generated on Mon, 08 Apr 2024 04:08:59 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 08 Apr 2024 04:08:59 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)

### Changes

- chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
- Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)

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

Mon, 12 Feb 2024 04:08:06 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "3.0.0-beta.9",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -207,7 +207,7 @@
"@microsoft/fast-element": "2.0.0-beta.26",
"@microsoft/fast-foundation": "3.0.0-alpha.31",
"@microsoft/fast-web-utilities": "^6.0.0",
"@fluentui/tokens": "1.0.0-alpha.16",
"@fluentui/tokens": "1.0.0-alpha.2",
"tslib": "^2.1.0"
},
"beachball": {
Expand Down

0 comments on commit f77f70f

Please sign in to comment.