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 May 13, 2024
1 parent 8b5031c commit 5675778
Show file tree
Hide file tree
Showing 41 changed files with 372 additions and 81 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.

15 changes: 15 additions & 0 deletions packages/react-components/react-combobox/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-combobox",
"entries": [
{
"date": "Mon, 13 May 2024 12:34:18 GMT",
"tag": "@fluentui/react-combobox_v9.11.3",
"version": "9.11.3",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-combobox",
"commit": "bd0a0820115040f9024807d72b29c9f5766a732b",
"comment": "fix(Combobox): `expandIcon={null}` should not throw"
}
]
}
},
{
"date": "Thu, 09 May 2024 19:35:10 GMT",
"tag": "@fluentui/react-combobox_v9.11.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-combobox

This log was last generated on Thu, 09 May 2024 19:35:10 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 12:34:18 GMT and should not be manually modified.

<!-- Start content -->

## [9.11.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.11.3)

Mon, 13 May 2024 12:34:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.11.2..@fluentui/react-combobox_v9.11.3)

### Patches

- fix(Combobox): `expandIcon={null}` should not throw ([PR #31326](https://github.com/microsoft/fluentui/pull/31326) by olfedias@microsoft.com)

## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.11.2)

Thu, 09 May 2024 19:35:10 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-combobox",
"version": "9.11.2",
"version": "9.11.3",
"description": "Fluent UI React Combobox component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
53 changes: 53 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Mon, 13 May 2024 12:34:18 GMT",
"tag": "@fluentui/react-components_v9.51.0",
"version": "9.51.0",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-combobox",
"commit": "bd0a0820115040f9024807d72b29c9f5766a732b",
"comment": "fix(Combobox): `expandIcon={null}` should not throw"
}
],
"minor": [
{
"author": "estebanmu@microsoft.com",
"package": "@fluentui/react-components",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7",
"comment": "feat: Add missing Drawer and MessageBar context exports."
},
{
"author": "estebanmu@microsoft.com",
"package": "@fluentui/react-drawer",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7",
"comment": "feat: Add missing Drawer context exports."
},
{
"author": "estebanmu@microsoft.com",
"package": "@fluentui/react-message-bar",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7",
"comment": "feat: Add missing context exports."
},
{
"author": "matejera@microsoft.com",
"package": "@fluentui/react-nav-preview",
"commit": "e1f12b95461c0d790df6e6f41e6bc79e8fe896e1",
"comment": "feat: release preview package"
},
{
"author": "matejera@microsoft.com",
"package": "@fluentui/react-nav-preview",
"commit": "1ccf6c23ddc4d125940ce23ea3788d0069665f67",
"comment": "feat: Moving styles to new recomposed components."
},
{
"author": "estebanmu@microsoft.com",
"package": "@fluentui/react-swatch-picker-preview",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7",
"comment": "feat: Add missing SwatchPicker context exports."
}
]
}
},
{
"date": "Thu, 09 May 2024 19:35:10 GMT",
"tag": "@fluentui/react-components_v9.50.0",
Expand Down
26 changes: 25 additions & 1 deletion packages/react-components/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
# Change Log - @fluentui/react-components

This log was last generated on Thu, 09 May 2024 19:35:10 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 12:34:18 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 13 May 2024 12:34:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.50.0..@fluentui/react-components_v9.51.0)

### Minor changes

- `@fluentui/react-components`
- feat: Add missing Drawer and MessageBar context exports. ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by estebanmu@microsoft.com)
- `@fluentui/react-drawer`
- feat: Add missing Drawer context exports. ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by estebanmu@microsoft.com)
- `@fluentui/react-message-bar`
- feat: Add missing context exports. ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by estebanmu@microsoft.com)
- `@fluentui/react-nav-preview`
- feat: release preview package ([PR #31304](https://github.com/microsoft/fluentui/pull/31304) by matejera@microsoft.com)
- feat: Moving styles to new recomposed components. ([PR #31313](https://github.com/microsoft/fluentui/pull/31313) by matejera@microsoft.com)
- `@fluentui/react-swatch-picker-preview`
- feat: Add missing SwatchPicker context exports. ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by estebanmu@microsoft.com)

### Patches

- `@fluentui/react-combobox`
- fix(Combobox): `expandIcon={null}` should not throw ([PR #31326](https://github.com/microsoft/fluentui/pull/31326) by olfedias@microsoft.com)

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

Thu, 09 May 2024 19:35:10 GMT
Expand Down
10 changes: 5 additions & 5 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.50.0",
"version": "9.51.0",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"@fluentui/react-button": "^9.3.79",
"@fluentui/react-card": "^9.0.78",
"@fluentui/react-checkbox": "^9.2.24",
"@fluentui/react-combobox": "^9.11.2",
"@fluentui/react-combobox": "^9.11.3",
"@fluentui/react-dialog": "^9.10.4",
"@fluentui/react-divider": "^9.2.68",
"@fluentui/react-drawer": "^9.2.2",
"@fluentui/react-drawer": "^9.3.0",
"@fluentui/react-field": "^9.1.64",
"@fluentui/react-image": "^9.1.65",
"@fluentui/react-infobutton": "9.0.0-beta.102",
Expand Down Expand Up @@ -81,13 +81,13 @@
"@fluentui/react-tree": "^9.4.42",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.5.1",
"@fluentui/react-message-bar": "^9.0.30",
"@fluentui/react-message-bar": "^9.1.0",
"@fluentui/react-breadcrumb": "^9.0.25",
"@fluentui/react-aria": "^9.11.2",
"@fluentui/react-rating": "^9.0.7",
"@fluentui/react-search": "^9.0.3",
"@fluentui/react-teaching-popover": "^9.1.3",
"@fluentui/react-tag-picker": "^9.0.0"
"@fluentui/react-tag-picker": "^9.0.1"
},
"peerDependencies": {
"@types/react": ">=16.14.0 <19.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-drawer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-drawer",
"entries": [
{
"date": "Mon, 13 May 2024 12:34:19 GMT",
"tag": "@fluentui/react-drawer_v9.3.0",
"version": "9.3.0",
"comments": {
"minor": [
{
"author": "estebanmu@microsoft.com",
"package": "@fluentui/react-drawer",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7",
"comment": "feat: Add missing Drawer context exports."
}
]
}
},
{
"date": "Thu, 09 May 2024 19:35:12 GMT",
"tag": "@fluentui/react-drawer_v9.2.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-drawer

This log was last generated on Thu, 09 May 2024 19:35:12 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 12:34:19 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 13 May 2024 12:34:19 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.2.2..@fluentui/react-drawer_v9.3.0)

### Minor changes

- feat: Add missing Drawer context exports. ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by estebanmu@microsoft.com)

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

Thu, 09 May 2024 19:35:12 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-drawer",
"version": "9.2.2",
"version": "9.3.0",
"description": "Drawer components for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-message-bar/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-message-bar",
"entries": [
{
"date": "Mon, 13 May 2024 12:34:19 GMT",
"tag": "@fluentui/react-message-bar_v9.1.0",
"version": "9.1.0",
"comments": {
"minor": [
{
"author": "estebanmu@microsoft.com",
"package": "@fluentui/react-message-bar",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7",
"comment": "feat: Add missing context exports."
}
]
}
},
{
"date": "Thu, 09 May 2024 19:35:12 GMT",
"tag": "@fluentui/react-message-bar_v9.0.30",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-message-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-message-bar

This log was last generated on Thu, 09 May 2024 19:35:12 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 12:34:19 GMT and should not be manually modified.

<!-- Start content -->

## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.1.0)

Mon, 13 May 2024 12:34:19 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.30..@fluentui/react-message-bar_v9.1.0)

### Minor changes

- feat: Add missing context exports. ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by estebanmu@microsoft.com)

## [9.0.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.30)

Thu, 09 May 2024 19:35:12 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-message-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-message-bar",
"version": "9.0.30",
"version": "9.1.0",
"description": "Fluent UI MessageBar component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-migration-v0-v9/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-migration-v0-v9",
"entries": [
{
"date": "Mon, 13 May 2024 12:34:20 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.1.31",
"version": "9.1.31",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-migration-v0-v9",
"comment": "Bump @fluentui/react-components to v9.51.0",
"commit": "8b5031cb903160673ff2f63c646e45817b3976d7"
}
]
}
},
{
"date": "Thu, 09 May 2024 19:35:12 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.1.30",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-migration-v0-v9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-migration-v0-v9

This log was last generated on Thu, 09 May 2024 19:35:12 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 12:34:20 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 13 May 2024 12:34:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.30..@fluentui/react-migration-v0-v9_v9.1.31)

### Patches

- Bump @fluentui/react-components to v9.51.0 ([PR #31328](https://github.com/microsoft/fluentui/pull/31328) by beachball)

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

Thu, 09 May 2024 19:35:12 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-migration-v0-v9/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-migration-v0-v9",
"version": "9.1.30",
"version": "9.1.31",
"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.11.2",
"@fluentui/react-components": "^9.50.0",
"@fluentui/react-components": "^9.51.0",
"@fluentui/react-context-selector": "^9.1.59",
"@fluentui/react-icons": "^2.0.237",
"@fluentui/react-jsx-runtime": "^9.0.37",
Expand Down
Loading

0 comments on commit 5675778

Please sign in to comment.