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 Aug 16, 2023
1 parent b331b36 commit 54acfce
Show file tree
Hide file tree
Showing 151 changed files with 1,722 additions and 262 deletions.
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@fluentui/react-toast": "*",
"@fluentui/react-tooltip": "*",
"@fluentui/react-toolbar": "*",
"@fluentui/react-tree": ">=9.0.0-alpha",
"@fluentui/react-tree": "*",
"@fluentui/react-utilities": "*",
"@griffel/react": "^1.5.14",
"react": "17.0.2",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/react-components/react-accordion/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Wed, 16 Aug 2023 17:41:08 GMT",
"tag": "@fluentui/react-accordion_v9.3.4",
"version": "9.3.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
}
]
}
},
{
"date": "Wed, 16 Aug 2023 11:38:33 GMT",
"tag": "@fluentui/react-accordion_v9.3.3",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-accordion

This log was last generated on Wed, 16 Aug 2023 11:38:33 GMT and should not be manually modified.
This log was last generated on Wed, 16 Aug 2023 17:41:08 GMT and should not be manually modified.

<!-- Start content -->

## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.4)

Wed, 16 Aug 2023 17:41:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.3..@fluentui/react-accordion_v9.3.4)

### Patches

- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)

## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.3)

Wed, 16 Aug 2023 11:38:33 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-accordion",
"version": "9.3.3",
"version": "9.3.4",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@fluentui/react-aria": "^9.3.30",
"@fluentui/react-context-selector": "^9.1.28",
"@fluentui/react-icons": "^2.0.207",
"@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
"@fluentui/react-jsx-runtime": "^9.0.0",
"@fluentui/react-shared-contexts": "^9.7.2",
"@fluentui/react-tabster": "^9.12.2",
"@fluentui/react-theme": "^9.1.11",
Expand Down
27 changes: 27 additions & 0 deletions packages/react-components/react-alert/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-alert",
"entries": [
{
"date": "Wed, 16 Aug 2023 17:41:08 GMT",
"tag": "@fluentui/react-alert_v9.0.0-beta.67",
"version": "9.0.0-beta.67",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/react-alert",
"comment": "Bump @fluentui/react-avatar to v9.5.21",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-alert",
"comment": "Bump @fluentui/react-button to v9.3.31",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-alert",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
}
]
}
},
{
"date": "Wed, 16 Aug 2023 11:38:33 GMT",
"tag": "@fluentui/react-alert_v9.0.0-beta.66",
Expand Down
13 changes: 12 additions & 1 deletion packages/react-components/react-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-alert

This log was last generated on Wed, 16 Aug 2023 11:38:33 GMT and should not be manually modified.
This log was last generated on Wed, 16 Aug 2023 17:41:08 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.67)

Wed, 16 Aug 2023 17:41:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.66..@fluentui/react-alert_v9.0.0-beta.67)

### Changes

- Bump @fluentui/react-avatar to v9.5.21 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-button to v9.3.31 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)

## [9.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.66)

Wed, 16 Aug 2023 11:38:33 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/react-components/react-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-alert",
"version": "9.0.0-beta.66",
"version": "9.0.0-beta.67",
"description": "An alert component to display brief messages",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-avatar": "^9.5.20",
"@fluentui/react-button": "^9.3.30",
"@fluentui/react-avatar": "^9.5.21",
"@fluentui/react-button": "^9.3.31",
"@fluentui/react-icons": "^2.0.207",
"@fluentui/react-tabster": "^9.12.2",
"@fluentui/react-theme": "^9.1.11",
"@fluentui/react-utilities": "^9.11.1",
"@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
"@fluentui/react-jsx-runtime": "^9.0.0",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.4.14"
},
Expand Down
33 changes: 33 additions & 0 deletions packages/react-components/react-avatar/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-avatar",
"entries": [
{
"date": "Wed, 16 Aug 2023 17:41:08 GMT",
"tag": "@fluentui/react-avatar_v9.5.21",
"version": "9.5.21",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-badge to v9.1.28",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-popover to v9.7.15",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-tooltip to v9.2.32",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
}
]
}
},
{
"date": "Wed, 16 Aug 2023 11:38:33 GMT",
"tag": "@fluentui/react-avatar_v9.5.20",
Expand Down
14 changes: 13 additions & 1 deletion packages/react-components/react-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-avatar

This log was last generated on Wed, 16 Aug 2023 11:38:33 GMT and should not be manually modified.
This log was last generated on Wed, 16 Aug 2023 17:41:08 GMT and should not be manually modified.

<!-- Start content -->

## [9.5.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.5.21)

Wed, 16 Aug 2023 17:41:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.5.20..@fluentui/react-avatar_v9.5.21)

### Patches

- Bump @fluentui/react-badge to v9.1.28 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-popover to v9.7.15 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-tooltip to v9.2.32 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)

## [9.5.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.5.20)

Wed, 16 Aug 2023 11:38:33 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/react-components/react-avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-avatar",
"version": "9.5.20",
"version": "9.5.21",
"description": "React components for building Microsoft web experiences.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -37,16 +37,16 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-badge": "^9.1.27",
"@fluentui/react-badge": "^9.1.28",
"@fluentui/react-context-selector": "^9.1.28",
"@fluentui/react-icons": "^2.0.207",
"@fluentui/react-popover": "^9.7.14",
"@fluentui/react-popover": "^9.7.15",
"@fluentui/react-shared-contexts": "^9.7.2",
"@fluentui/react-tabster": "^9.12.2",
"@fluentui/react-theme": "^9.1.11",
"@fluentui/react-tooltip": "^9.2.31",
"@fluentui/react-tooltip": "^9.2.32",
"@fluentui/react-utilities": "^9.11.1",
"@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
"@fluentui/react-jsx-runtime": "^9.0.0",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.4.14"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-badge/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-badge",
"entries": [
{
"date": "Wed, 16 Aug 2023 17:41:08 GMT",
"tag": "@fluentui/react-badge_v9.1.28",
"version": "9.1.28",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-badge",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
}
]
}
},
{
"date": "Wed, 16 Aug 2023 11:38:33 GMT",
"tag": "@fluentui/react-badge_v9.1.27",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-badge

This log was last generated on Wed, 16 Aug 2023 11:38:33 GMT and should not be manually modified.
This log was last generated on Wed, 16 Aug 2023 17:41:08 GMT and should not be manually modified.

<!-- Start content -->

## [9.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.28)

Wed, 16 Aug 2023 17:41:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.27..@fluentui/react-badge_v9.1.28)

### Patches

- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)

## [9.1.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.27)

Wed, 16 Aug 2023 11:38:33 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-badge",
"version": "9.1.27",
"version": "9.1.28",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@fluentui/react-icons": "^2.0.207",
"@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
"@fluentui/react-jsx-runtime": "^9.0.0",
"@fluentui/react-shared-contexts": "^9.7.2",
"@fluentui/react-theme": "^9.1.11",
"@fluentui/react-utilities": "^9.11.1",
Expand Down
27 changes: 27 additions & 0 deletions packages/react-components/react-breadcrumb-preview/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-breadcrumb-preview",
"entries": [
{
"date": "Wed, 16 Aug 2023 17:41:08 GMT",
"tag": "@fluentui/react-breadcrumb-preview_v0.3.1",
"version": "0.3.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-breadcrumb-preview",
"comment": "Bump @fluentui/react-button to v9.3.31",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-breadcrumb-preview",
"comment": "Bump @fluentui/react-link to v9.1.10",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
},
{
"author": "beachball",
"package": "@fluentui/react-breadcrumb-preview",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
"commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
}
]
}
},
{
"date": "Wed, 16 Aug 2023 11:38:32 GMT",
"tag": "@fluentui/react-breadcrumb-preview_v0.3.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/react-components/react-breadcrumb-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-breadcrumb-preview

This log was last generated on Wed, 16 Aug 2023 11:38:32 GMT and should not be manually modified.
This log was last generated on Wed, 16 Aug 2023 17:41:08 GMT and should not be manually modified.

<!-- Start content -->

## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb-preview_v0.3.1)

Wed, 16 Aug 2023 17:41:08 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb-preview_v0.3.0..@fluentui/react-breadcrumb-preview_v0.3.1)

### Patches

- Bump @fluentui/react-button to v9.3.31 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-link to v9.1.10 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)

## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb-preview_v0.3.0)

Wed, 16 Aug 2023 11:38:32 GMT
Expand Down
Loading

0 comments on commit 54acfce

Please sign in to comment.