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 Feb 6, 2024
1 parent d890763 commit df60b15
Show file tree
Hide file tree
Showing 143 changed files with 1,747 additions and 305 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions packages/react-components/react-accordion/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Tue, 06 Feb 2024 17:55:21 GMT",
"tag": "@fluentui/react-accordion_v9.3.41",
"version": "9.3.41",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-aria to v9.8.2",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-tabster to v9.19.0",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
}
]
}
},
{
"date": "Tue, 30 Jan 2024 23:16:54 GMT",
"tag": "@fluentui/react-accordion_v9.3.40",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/react-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-accordion

This log was last generated on Tue, 30 Jan 2024 23:16:54 GMT and should not be manually modified.
This log was last generated on Tue, 06 Feb 2024 17:55:21 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 06 Feb 2024 17:55:21 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.40..@fluentui/react-accordion_v9.3.41)

### Patches

- Bump @fluentui/react-aria to v9.8.2 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
- Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)

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

Tue, 30 Jan 2024 23:16:54 GMT
Expand Down
6 changes: 3 additions & 3 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.40",
"version": "9.3.41",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,12 +33,12 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-aria": "^9.8.1",
"@fluentui/react-aria": "^9.8.2",
"@fluentui/react-context-selector": "^9.1.51",
"@fluentui/react-icons": "^2.0.224",
"@fluentui/react-jsx-runtime": "^9.0.29",
"@fluentui/react-shared-contexts": "^9.14.0",
"@fluentui/react-tabster": "^9.18.0",
"@fluentui/react-tabster": "^9.19.0",
"@fluentui/react-theme": "^9.1.16",
"@fluentui/react-utilities": "^9.18.0",
"@griffel/react": "^1.5.14",
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": "Tue, 06 Feb 2024 17:55:21 GMT",
"tag": "@fluentui/react-alert_v9.0.0-beta.109",
"version": "9.0.0-beta.109",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/react-alert",
"comment": "Bump @fluentui/react-avatar to v9.6.14",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
},
{
"author": "beachball",
"package": "@fluentui/react-alert",
"comment": "Bump @fluentui/react-button to v9.3.68",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
},
{
"author": "beachball",
"package": "@fluentui/react-alert",
"comment": "Bump @fluentui/react-tabster to v9.19.0",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
}
]
}
},
{
"date": "Tue, 30 Jan 2024 23:16:54 GMT",
"tag": "@fluentui/react-alert_v9.0.0-beta.108",
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 Tue, 30 Jan 2024 23:16:54 GMT and should not be manually modified.
This log was last generated on Tue, 06 Feb 2024 17:55:21 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 06 Feb 2024 17:55:21 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.108..@fluentui/react-alert_v9.0.0-beta.109)

### Changes

- Bump @fluentui/react-avatar to v9.6.14 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
- Bump @fluentui/react-button to v9.3.68 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
- Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)

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

Tue, 30 Jan 2024 23:16:54 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.108",
"version": "9.0.0-beta.109",
"description": "An alert component to display brief messages",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-avatar": "^9.6.13",
"@fluentui/react-button": "^9.3.67",
"@fluentui/react-avatar": "^9.6.14",
"@fluentui/react-button": "^9.3.68",
"@fluentui/react-icons": "^2.0.224",
"@fluentui/react-tabster": "^9.18.0",
"@fluentui/react-tabster": "^9.19.0",
"@fluentui/react-theme": "^9.1.16",
"@fluentui/react-utilities": "^9.18.0",
"@fluentui/react-jsx-runtime": "^9.0.29",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/react-aria/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-aria",
"entries": [
{
"date": "Tue, 06 Feb 2024 17:55:18 GMT",
"tag": "@fluentui/react-aria_v9.8.2",
"version": "9.8.2",
"comments": {
"patch": [
{
"author": "bernardo.sunderhus@gmail.com",
"package": "@fluentui/react-aria",
"commit": "f48102457c4fd9ac295e02b8fa70946c6e80e6d7",
"comment": "chore: adds @fluentui/react-jsx-runtime as dependency"
},
{
"author": "beachball",
"package": "@fluentui/react-aria",
"comment": "Bump @fluentui/react-tabster to v9.19.0",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
}
]
}
},
{
"date": "Tue, 30 Jan 2024 23:16:54 GMT",
"tag": "@fluentui/react-aria_v9.8.1",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/react-aria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-aria

This log was last generated on Tue, 30 Jan 2024 23:16:54 GMT and should not be manually modified.
This log was last generated on Tue, 06 Feb 2024 17:55:18 GMT and should not be manually modified.

<!-- Start content -->

## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.8.2)

Tue, 06 Feb 2024 17:55:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.8.1..@fluentui/react-aria_v9.8.2)

### Patches

- chore: adds @fluentui/react-jsx-runtime as dependency ([PR #30485](https://github.com/microsoft/fluentui/pull/30485) by bernardo.sunderhus@gmail.com)
- Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)

## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.8.1)

Tue, 30 Jan 2024 23:16:54 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-aria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-aria",
"version": "9.8.1",
"version": "9.8.2",
"description": "React helper to ensure ARIA",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@fluentui/keyboard-keys": "^9.0.7",
"@fluentui/react-shared-contexts": "^9.14.0",
"@fluentui/react-jsx-runtime": "^9.0.29",
"@fluentui/react-tabster": "^9.18.0",
"@fluentui/react-tabster": "^9.19.0",
"@fluentui/react-utilities": "^9.18.0",
"@swc/helpers": "^0.5.1"
},
Expand Down
27 changes: 27 additions & 0 deletions packages/react-components/react-avatar/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-avatar",
"entries": [
{
"date": "Tue, 06 Feb 2024 17:55:21 GMT",
"tag": "@fluentui/react-avatar_v9.6.14",
"version": "9.6.14",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-popover to v9.8.38",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
},
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-tabster to v9.19.0",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
},
{
"author": "beachball",
"package": "@fluentui/react-avatar",
"comment": "Bump @fluentui/react-tooltip to v9.4.16",
"commit": "d89076308f8f3cfe80756f873bc12447a474e12c"
}
]
}
},
{
"date": "Tue, 30 Jan 2024 23:16:54 GMT",
"tag": "@fluentui/react-avatar_v9.6.13",
Expand Down
13 changes: 12 additions & 1 deletion packages/react-components/react-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-avatar

This log was last generated on Tue, 30 Jan 2024 23:16:54 GMT and should not be manually modified.
This log was last generated on Tue, 06 Feb 2024 17:55:21 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 06 Feb 2024 17:55:21 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.6.13..@fluentui/react-avatar_v9.6.14)

### Patches

- Bump @fluentui/react-popover to v9.8.38 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
- Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
- Bump @fluentui/react-tooltip to v9.4.16 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)

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

Tue, 30 Jan 2024 23:16:54 GMT
Expand Down
Loading

0 comments on commit df60b15

Please sign in to comment.