Skip to content

Commit

Permalink
release: applying package updates - react-components
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Aug 16, 2024
1 parent ba889a0 commit c12f81a
Show file tree
Hide file tree
Showing 38 changed files with 349 additions and 57 deletions.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions packages/react-components/react-accordion/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Fri, 16 Aug 2024 10:24:17 GMT",
"tag": "@fluentui/react-accordion_v9.5.3",
"version": "9.5.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-motion to v9.5.0",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-motion-components-preview to v0.1.2",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1"
}
]
}
},
{
"date": "Thu, 15 Aug 2024 13:49:46 GMT",
"tag": "@fluentui/react-accordion_v9.5.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/react-accordion/library/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 Thu, 15 Aug 2024 13:49:46 GMT and should not be manually modified.
This log was last generated on Fri, 16 Aug 2024 10:24:17 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 16 Aug 2024 10:24:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.5.2..@fluentui/react-accordion_v9.5.3)

### Patches

- Bump @fluentui/react-motion to v9.5.0 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)
- Bump @fluentui/react-motion-components-preview to v0.1.2 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)

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

Thu, 15 Aug 2024 13:49:46 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-accordion",
"version": "9.5.2",
"version": "9.5.3",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "^9.0.42",
"@fluentui/react-shared-contexts": "^9.20.0",
"@fluentui/react-motion": "^9.4.0",
"@fluentui/react-motion-components-preview": "^0.1.1",
"@fluentui/react-motion": "^9.5.0",
"@fluentui/react-motion-components-preview": "^0.1.2",
"@fluentui/react-tabster": "^9.22.5",
"@fluentui/react-theme": "^9.1.19",
"@fluentui/react-utilities": "^9.18.13",
Expand Down
23 changes: 23 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Fri, 16 Aug 2024 10:24:16 GMT",
"tag": "@fluentui/react-components_v9.54.13",
"version": "9.54.13",
"comments": {
"patch": [
{
"author": "jurokapsiar@gmail.com",
"package": "@fluentui/react-migration-v0-v9",
"commit": "c1fe1f9d4f56a0b41f63a00c35a7494d38b3d35a",
"comment": "Export VideoProps, split storybooks"
}
],
"minor": [
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/react-motion",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1",
"comment": "feat: Add context to configure motion behaviour"
}
]
}
},
{
"date": "Thu, 15 Aug 2024 13:49:46 GMT",
"tag": "@fluentui/react-components_v9.54.12",
Expand Down
17 changes: 16 additions & 1 deletion packages/react-components/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @fluentui/react-components

This log was last generated on Thu, 15 Aug 2024 13:49:46 GMT and should not be manually modified.
This log was last generated on Fri, 16 Aug 2024 10:24:16 GMT and should not be manually modified.

<!-- Start content -->

## [9.54.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.13)

Fri, 16 Aug 2024 10:24:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.12..@fluentui/react-components_v9.54.13)

### Minor changes

- `@fluentui/react-motion`
- feat: Add context to configure motion behaviour ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by lingfangao@hotmail.com)

### Patches

- `@fluentui/react-migration-v0-v9`
- Export VideoProps, split storybooks ([PR #32318](https://github.com/microsoft/fluentui/pull/32318) by jurokapsiar@gmail.com)

## [9.54.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.12)

Thu, 15 Aug 2024 13:49:46 GMT
Expand Down
14 changes: 7 additions & 7 deletions packages/react-components/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-components",
"version": "9.54.12",
"version": "9.54.13",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -30,17 +30,17 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-accordion": "^9.5.2",
"@fluentui/react-accordion": "^9.5.3",
"@fluentui/react-alert": "9.0.0-beta.124",
"@fluentui/react-avatar": "^9.6.37",
"@fluentui/react-badge": "^9.2.41",
"@fluentui/react-button": "^9.3.89",
"@fluentui/react-card": "^9.0.91",
"@fluentui/react-checkbox": "^9.2.35",
"@fluentui/react-combobox": "^9.13.5",
"@fluentui/react-dialog": "^9.11.11",
"@fluentui/react-dialog": "^9.11.12",
"@fluentui/react-divider": "^9.2.73",
"@fluentui/react-drawer": "^9.5.11",
"@fluentui/react-drawer": "^9.5.12",
"@fluentui/react-field": "^9.1.74",
"@fluentui/react-image": "^9.1.71",
"@fluentui/react-infobutton": "9.0.0-beta.102",
Expand Down Expand Up @@ -71,13 +71,13 @@
"@fluentui/react-tags": "^9.3.16",
"@fluentui/react-textarea": "^9.3.86",
"@fluentui/react-theme": "^9.1.19",
"@fluentui/react-toast": "^9.3.53",
"@fluentui/react-toast": "^9.3.54",
"@fluentui/react-toolbar": "^9.2.3",
"@fluentui/react-tooltip": "^9.4.37",
"@fluentui/react-utilities": "^9.18.13",
"@fluentui/react-text": "^9.4.23",
"@fluentui/react-virtualizer": "9.0.0-alpha.82",
"@fluentui/react-tree": "^9.7.10",
"@fluentui/react-tree": "^9.7.11",
"@griffel/react": "^1.5.22",
"@swc/helpers": "^0.5.1",
"@fluentui/react-message-bar": "^9.2.9",
Expand All @@ -87,7 +87,7 @@
"@fluentui/react-search": "^9.0.16",
"@fluentui/react-teaching-popover": "^9.1.15",
"@fluentui/react-tag-picker": "^9.3.1",
"@fluentui/react-motion": "^9.4.0"
"@fluentui/react-motion": "^9.5.0"
},
"peerDependencies": {
"@types/react": ">=16.14.0 <19.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-dialog/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-dialog",
"entries": [
{
"date": "Fri, 16 Aug 2024 10:24:17 GMT",
"tag": "@fluentui/react-dialog_v9.11.12",
"version": "9.11.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-dialog",
"comment": "Bump @fluentui/react-motion to v9.5.0",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1"
}
]
}
},
{
"date": "Thu, 15 Aug 2024 13:49:46 GMT",
"tag": "@fluentui/react-dialog_v9.11.11",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-dialog/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-dialog

This log was last generated on Thu, 15 Aug 2024 13:49:46 GMT and should not be manually modified.
This log was last generated on Fri, 16 Aug 2024 10:24:17 GMT and should not be manually modified.

<!-- Start content -->

## [9.11.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.12)

Fri, 16 Aug 2024 10:24:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.11.11..@fluentui/react-dialog_v9.11.12)

### Patches

- Bump @fluentui/react-motion to v9.5.0 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)

## [9.11.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.11)

Thu, 15 Aug 2024 13:49:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-dialog/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-dialog",
"version": "9.11.11",
"version": "9.11.12",
"description": "Dialog component for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@fluentui/react-jsx-runtime": "^9.0.42",
"@fluentui/keyboard-keys": "^9.0.7",
"@fluentui/react-context-selector": "^9.1.65",
"@fluentui/react-motion": "^9.4.0",
"@fluentui/react-motion": "^9.5.0",
"@fluentui/react-shared-contexts": "^9.20.0",
"@fluentui/react-aria": "^9.13.4",
"@fluentui/react-icons": "^2.0.245",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/react-drawer/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-drawer",
"entries": [
{
"date": "Fri, 16 Aug 2024 10:24:17 GMT",
"tag": "@fluentui/react-drawer_v9.5.12",
"version": "9.5.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-drawer",
"comment": "Bump @fluentui/react-dialog to v9.11.12",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1"
},
{
"author": "beachball",
"package": "@fluentui/react-drawer",
"comment": "Bump @fluentui/react-motion to v9.5.0",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1"
}
]
}
},
{
"date": "Thu, 15 Aug 2024 13:49:46 GMT",
"tag": "@fluentui/react-drawer_v9.5.11",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/react-drawer/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-drawer

This log was last generated on Thu, 15 Aug 2024 13:49:46 GMT and should not be manually modified.
This log was last generated on Fri, 16 Aug 2024 10:24:17 GMT and should not be manually modified.

<!-- Start content -->

## [9.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.12)

Fri, 16 Aug 2024 10:24:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.11..@fluentui/react-drawer_v9.5.12)

### Patches

- Bump @fluentui/react-dialog to v9.11.12 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)
- Bump @fluentui/react-motion to v9.5.0 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)

## [9.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.11)

Thu, 15 Aug 2024 13:49:46 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/react-drawer/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-drawer",
"version": "9.5.11",
"version": "9.5.12",
"description": "Drawer components for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@fluentui/scripts-cypress": "*"
},
"dependencies": {
"@fluentui/react-dialog": "^9.11.11",
"@fluentui/react-dialog": "^9.11.12",
"@fluentui/react-jsx-runtime": "^9.0.42",
"@fluentui/react-motion": "^9.4.0",
"@fluentui/react-motion": "^9.5.0",
"@fluentui/react-shared-contexts": "^9.20.0",
"@fluentui/react-tabster": "^9.22.5",
"@fluentui/react-theme": "^9.1.19",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-migration-v0-v9",
"entries": [
{
"date": "Fri, 16 Aug 2024 10:24:17 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.2.10",
"version": "9.2.10",
"comments": {
"patch": [
{
"author": "jurokapsiar@gmail.com",
"package": "@fluentui/react-migration-v0-v9",
"commit": "c1fe1f9d4f56a0b41f63a00c35a7494d38b3d35a",
"comment": "Export VideoProps, split storybooks"
},
{
"author": "beachball",
"package": "@fluentui/react-migration-v0-v9",
"comment": "Bump @fluentui/react-components to v9.54.13",
"commit": "ba889a0c1eee2f28f6268d98b9d6768fb1125dc1"
}
]
}
},
{
"date": "Thu, 15 Aug 2024 13:49:46 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.2.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-migration-v0-v9

This log was last generated on Thu, 15 Aug 2024 13:49:46 GMT and should not be manually modified.
This log was last generated on Fri, 16 Aug 2024 10:24:17 GMT and should not be manually modified.

<!-- Start content -->

## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.10)

Fri, 16 Aug 2024 10:24:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.9..@fluentui/react-migration-v0-v9_v9.2.10)

### Patches

- Export VideoProps, split storybooks ([PR #32318](https://github.com/microsoft/fluentui/pull/32318) by jurokapsiar@gmail.com)
- Bump @fluentui/react-components to v9.54.13 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)

## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.9)

Thu, 15 Aug 2024 13:49:46 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-migration-v0-v9",
"version": "9.2.9",
"version": "9.2.10",
"description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@fluentui/react-aria": "^9.13.4",
"@fluentui/react-components": "^9.54.12",
"@fluentui/react-components": "^9.54.13",
"@fluentui/react-context-selector": "^9.1.65",
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "^9.0.42",
Expand Down
Loading

0 comments on commit c12f81a

Please sign in to comment.