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 Nov 10, 2023
1 parent af9cde6 commit a6ea546
Show file tree
Hide file tree
Showing 30 changed files with 258 additions and 58 deletions.

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-breadcrumb-preview/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-breadcrumb-preview",
"entries": [
{
"date": "Fri, 10 Nov 2023 13:46:32 GMT",
"tag": "@fluentui/react-breadcrumb-preview_v2.1.2",
"version": "2.1.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-breadcrumb-preview",
"commit": "506c225d88c8d1452cf64dffad3d7243ad161d11",
"comment": "fix: use button when no href is defined"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 17:29:50 GMT",
"tag": "@fluentui/react-breadcrumb-preview_v2.1.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-breadcrumb-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-breadcrumb-preview

This log was last generated on Thu, 09 Nov 2023 17:29:50 GMT and should not be manually modified.
This log was last generated on Fri, 10 Nov 2023 13:46:32 GMT and should not be manually modified.

<!-- Start content -->

## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb-preview_v2.1.2)

Fri, 10 Nov 2023 13:46:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb-preview_v2.1.1..@fluentui/react-breadcrumb-preview_v2.1.2)

### Patches

- fix: use button when no href is defined ([PR #29803](https://github.com/microsoft/fluentui/pull/29803) by [email protected])

## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb-preview_v2.1.1)

Thu, 09 Nov 2023 17:29:50 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-breadcrumb-preview",
"version": "2.1.1",
"version": "2.1.2",
"description": "Breadcrumb component for Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
43 changes: 43 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Fri, 10 Nov 2023 13:46:32 GMT",
"tag": "@fluentui/react-components_v9.39.0",
"version": "9.39.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-breadcrumb-preview",
"commit": "506c225d88c8d1452cf64dffad3d7243ad161d11",
"comment": "fix: use button when no href is defined"
},
{
"author": "[email protected]",
"package": "@fluentui/react-menu",
"commit": "e6172eb364bd61f02d998e6fa11676aadb34af6c",
"comment": "fix: MenuTrigger tabster attributes can be overriden by user"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/react-components",
"commit": "af9cde68a324d0b14d5a584b4589c90743483f03",
"comment": "feat: export useOverflowVisibility hook"
},
{
"author": "[email protected]",
"package": "@fluentui/react-overflow",
"commit": "af9cde68a324d0b14d5a584b4589c90743483f03",
"comment": "feat: Implement useOverflowVisibility hook"
}
],
"prerelease": [
{
"author": "[email protected]",
"package": "@fluentui/react-virtualizer",
"commit": "7a359e8d433593f9ee27d86be56af4b0babe09a4",
"comment": "feat: Ensure IO handles RTL margin and mutations"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 17:29:30 GMT",
"tag": "@fluentui/react-components_v9.38.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 Nov 2023 17:29:30 GMT and should not be manually modified.
This log was last generated on Fri, 10 Nov 2023 13:46:32 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 10 Nov 2023 13:46:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.38.0..@fluentui/react-components_v9.39.0)

### Minor changes

- `@fluentui/react-components`
- feat: export useOverflowVisibility hook ([PR #29809](https://github.com/microsoft/fluentui/pull/29809) by [email protected])
- `@fluentui/react-overflow`
- feat: Implement useOverflowVisibility hook ([PR #29809](https://github.com/microsoft/fluentui/pull/29809) by [email protected])

### Patches

- `@fluentui/react-breadcrumb-preview`
- fix: use button when no href is defined ([PR #29803](https://github.com/microsoft/fluentui/pull/29803) by [email protected])
- `@fluentui/react-menu`
- fix: MenuTrigger tabster attributes can be overriden by user ([PR #29810](https://github.com/microsoft/fluentui/pull/29810) by [email protected])

### Changes

- `@fluentui/react-virtualizer`
- feat: Ensure IO handles RTL margin and mutations ([PR #29501](https://github.com/microsoft/fluentui/pull/29501) by [email protected])

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

Thu, 09 Nov 2023 17:29:30 GMT
Expand Down
8 changes: 4 additions & 4 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.38.0",
"version": "9.39.0",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@fluentui/react-input": "^9.4.51",
"@fluentui/react-label": "^9.1.49",
"@fluentui/react-link": "^9.1.33",
"@fluentui/react-menu": "^9.12.31",
"@fluentui/react-overflow": "^9.0.43",
"@fluentui/react-menu": "^9.12.32",
"@fluentui/react-overflow": "^9.1.0",
"@fluentui/react-persona": "^9.2.55",
"@fluentui/react-portal": "^9.4.0",
"@fluentui/react-popover": "^9.8.20",
Expand All @@ -77,7 +77,7 @@
"@fluentui/react-tooltip": "^9.3.21",
"@fluentui/react-utilities": "^9.15.2",
"@fluentui/react-text": "^9.3.46",
"@fluentui/react-virtualizer": "9.0.0-alpha.56",
"@fluentui/react-virtualizer": "9.0.0-alpha.57",
"@fluentui/react-tree": "^9.4.12",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.5.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-menu/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-menu",
"entries": [
{
"date": "Fri, 10 Nov 2023 13:46:32 GMT",
"tag": "@fluentui/react-menu_v9.12.32",
"version": "9.12.32",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-menu",
"commit": "e6172eb364bd61f02d998e6fa11676aadb34af6c",
"comment": "fix: MenuTrigger tabster attributes can be overriden by user"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 17:29:37 GMT",
"tag": "@fluentui/react-menu_v9.12.31",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-menu

This log was last generated on Thu, 09 Nov 2023 17:29:37 GMT and should not be manually modified.
This log was last generated on Fri, 10 Nov 2023 13:46:32 GMT and should not be manually modified.

<!-- Start content -->

## [9.12.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.32)

Fri, 10 Nov 2023 13:46:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.31..@fluentui/react-menu_v9.12.32)

### Patches

- fix: MenuTrigger tabster attributes can be overriden by user ([PR #29810](https://github.com/microsoft/fluentui/pull/29810) by [email protected])

## [9.12.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.31)

Thu, 09 Nov 2023 17:29:37 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-menu",
"version": "9.12.31",
"version": "9.12.32",
"description": "Fluent UI menu 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": "Fri, 10 Nov 2023 13:46:33 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.0.51",
"version": "9.0.51",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-migration-v0-v9",
"comment": "Bump @fluentui/react-components to v9.39.0",
"commit": "af9cde68a324d0b14d5a584b4589c90743483f03"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 17:29:38 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.0.50",
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 Nov 2023 17:29:38 GMT and should not be manually modified.
This log was last generated on Fri, 10 Nov 2023 13:46:33 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 10 Nov 2023 13:46:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.50..@fluentui/react-migration-v0-v9_v9.0.51)

### Patches

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

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

Thu, 09 Nov 2023 17:29:38 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.0.50",
"version": "9.0.51",
"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 @@ -37,7 +37,7 @@
"@fluentui/react-theme": "^9.1.16",
"@fluentui/react-utilities": "^9.15.2",
"@fluentui/react-jsx-runtime": "^9.0.19",
"@fluentui/react-components": "^9.38.0",
"@fluentui/react-components": "^9.39.0",
"@fluentui/react-northstar": "^0.66.4",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.5.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-migration-v8-v9/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-migration-v8-v9",
"entries": [
{
"date": "Fri, 10 Nov 2023 13:46:33 GMT",
"tag": "@fluentui/react-migration-v8-v9_v9.4.34",
"version": "9.4.34",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-migration-v8-v9",
"comment": "Bump @fluentui/react-components to v9.39.0",
"commit": "af9cde68a324d0b14d5a584b4589c90743483f03"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 17:29:38 GMT",
"tag": "@fluentui/react-migration-v8-v9_v9.4.33",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-migration-v8-v9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-migration-v8-v9

This log was last generated on Thu, 09 Nov 2023 17:29:38 GMT and should not be manually modified.
This log was last generated on Fri, 10 Nov 2023 13:46:33 GMT and should not be manually modified.

<!-- Start content -->

## [9.4.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.34)

Fri, 10 Nov 2023 13:46:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.33..@fluentui/react-migration-v8-v9_v9.4.34)

### Patches

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

## [9.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.33)

Thu, 09 Nov 2023 17:29:38 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-migration-v8-v9/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-migration-v8-v9",
"version": "9.4.33",
"version": "9.4.34",
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@ctrl/tinycolor": "3.3.4",
"@fluentui/fluent2-theme": "^8.107.50",
"@fluentui/react": "^8.112.8",
"@fluentui/react-components": "^9.38.0",
"@fluentui/react-components": "^9.39.0",
"@fluentui/react-icons": "^2.0.217",
"@fluentui/react-theme": "^9.1.16",
"@fluentui/react-utilities": "^9.15.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-overflow/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-overflow",
"entries": [
{
"date": "Fri, 10 Nov 2023 13:46:33 GMT",
"tag": "@fluentui/react-overflow_v9.1.0",
"version": "9.1.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/react-overflow",
"commit": "af9cde68a324d0b14d5a584b4589c90743483f03",
"comment": "feat: Implement useOverflowVisibility hook"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 17:29:38 GMT",
"tag": "@fluentui/react-overflow_v9.0.43",
Expand Down
Loading

0 comments on commit a6ea546

Please sign in to comment.