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 Sep 13, 2024
1 parent 4fb90db commit 8422ccb
Show file tree
Hide file tree
Showing 31 changed files with 280 additions and 60 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/react-carousel-preview",
"entries": [
{
"date": "Fri, 13 Sep 2024 00:49:24 GMT",
"tag": "@fluentui/react-carousel-preview_v0.4.0",
"version": "0.4.0",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-carousel-preview",
"commit": "609b363c61459e55dcf94a68389be72d69d9c364",
"comment": "chore: cleanup before the release"
}
],
"minor": [
{
"author": "mifraser@microsoft.com",
"package": "@fluentui/react-carousel-preview",
"commit": "5a5fbd3b9d1012f5c6106221a4fbd8b3bfa267f7",
"comment": "feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards"
}
]
}
},
{
"date": "Tue, 10 Sep 2024 10:19:05 GMT",
"tag": "@fluentui/react-carousel-preview_v0.3.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-carousel-preview

This log was last generated on Tue, 10 Sep 2024 10:19:05 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 00:49:24 GMT and should not be manually modified.

<!-- Start content -->

## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel-preview_v0.4.0)

Fri, 13 Sep 2024 00:49:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel-preview_v0.3.0..@fluentui/react-carousel-preview_v0.4.0)

### Minor changes

- feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards ([PR #32457](https://github.com/microsoft/fluentui/pull/32457) by mifraser@microsoft.com)

### Patches

- chore: cleanup before the release ([PR #32475](https://github.com/microsoft/fluentui/pull/32475) by olfedias@microsoft.com)

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

Tue, 10 Sep 2024 10:19:05 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-carousel-preview",
"version": "0.3.0",
"version": "0.4.0",
"description": "A composable carousel component that enables pagination with minimal rerenders",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
41 changes: 41 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Fri, 13 Sep 2024 00:49:23 GMT",
"tag": "@fluentui/react-components_v9.54.15",
"version": "9.54.15",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-carousel-preview",
"commit": "609b363c61459e55dcf94a68389be72d69d9c364",
"comment": "chore: cleanup before the release"
},
{
"author": "owcampbe@microsoft.com",
"package": "@fluentui/react-dialog",
"commit": "01cacb057bff35f4bb6ba047386af808f9d529a0",
"comment": "fix: Adjust window height comparison in fractional cases."
},
{
"author": "marcosvmmoura@gmail.com",
"package": "@fluentui/react-drawer",
"commit": "db57a7b60c6f80262c3c51c04ee04c6a62c019b1",
"comment": "fix: update scroll state when children changes"
},
{
"author": "marcosvmmoura@gmail.com",
"package": "@fluentui/react-drawer",
"commit": "bcefcd087e61971c60bf1a699653646352167ae4",
"comment": "fix: apply position: absolute when mountNode is passed"
}
],
"minor": [
{
"author": "mifraser@microsoft.com",
"package": "@fluentui/react-carousel-preview",
"commit": "5a5fbd3b9d1012f5c6106221a4fbd8b3bfa267f7",
"comment": "feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards"
}
]
}
},
{
"date": "Tue, 10 Sep 2024 10:19:04 GMT",
"tag": "@fluentui/react-components_v9.54.14",
Expand Down
22 changes: 21 additions & 1 deletion packages/react-components/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Change Log - @fluentui/react-components

This log was last generated on Tue, 10 Sep 2024 10:19:04 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 00:49:23 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 13 Sep 2024 00:49:23 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.14..@fluentui/react-components_v9.54.15)

### Minor changes

- `@fluentui/react-carousel-preview`
- feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards ([PR #32457](https://github.com/microsoft/fluentui/pull/32457) by mifraser@microsoft.com)

### Patches

- `@fluentui/react-carousel-preview`
- chore: cleanup before the release ([PR #32475](https://github.com/microsoft/fluentui/pull/32475) by olfedias@microsoft.com)
- `@fluentui/react-dialog`
- fix: Adjust window height comparison in fractional cases. ([PR #32480](https://github.com/microsoft/fluentui/pull/32480) by owcampbe@microsoft.com)
- `@fluentui/react-drawer`
- fix: update scroll state when children changes ([PR #32818](https://github.com/microsoft/fluentui/pull/32818) by marcosvmmoura@gmail.com)
- fix: apply position: absolute when mountNode is passed ([PR #32816](https://github.com/microsoft/fluentui/pull/32816) by marcosvmmoura@gmail.com)

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

Tue, 10 Sep 2024 10:19:04 GMT
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "9.54.15",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@fluentui/react-card": "^9.0.92",
"@fluentui/react-checkbox": "^9.2.36",
"@fluentui/react-combobox": "^9.13.6",
"@fluentui/react-dialog": "^9.11.13",
"@fluentui/react-dialog": "^9.11.14",
"@fluentui/react-divider": "^9.2.74",
"@fluentui/react-drawer": "^9.5.13",
"@fluentui/react-drawer": "^9.5.14",
"@fluentui/react-field": "^9.1.75",
"@fluentui/react-image": "^9.1.72",
"@fluentui/react-infobutton": "9.0.0-beta.102",
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, 13 Sep 2024 00:49:24 GMT",
"tag": "@fluentui/react-dialog_v9.11.14",
"version": "9.11.14",
"comments": {
"patch": [
{
"author": "owcampbe@microsoft.com",
"package": "@fluentui/react-dialog",
"commit": "01cacb057bff35f4bb6ba047386af808f9d529a0",
"comment": "fix: Adjust window height comparison in fractional cases."
}
]
}
},
{
"date": "Tue, 10 Sep 2024 10:19:06 GMT",
"tag": "@fluentui/react-dialog_v9.11.13",
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 Tue, 10 Sep 2024 10:19:06 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 00:49:24 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 13 Sep 2024 00:49:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.11.13..@fluentui/react-dialog_v9.11.14)

### Patches

- fix: Adjust window height comparison in fractional cases. ([PR #32480](https://github.com/microsoft/fluentui/pull/32480) by owcampbe@microsoft.com)

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

Tue, 10 Sep 2024 10:19:06 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-dialog",
"version": "9.11.13",
"version": "9.11.14",
"description": "Dialog component for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/react-components/react-drawer/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-drawer",
"entries": [
{
"date": "Fri, 13 Sep 2024 00:49:24 GMT",
"tag": "@fluentui/react-drawer_v9.5.14",
"version": "9.5.14",
"comments": {
"patch": [
{
"author": "marcosvmmoura@gmail.com",
"package": "@fluentui/react-drawer",
"commit": "db57a7b60c6f80262c3c51c04ee04c6a62c019b1",
"comment": "fix: update scroll state when children changes"
},
{
"author": "marcosvmmoura@gmail.com",
"package": "@fluentui/react-drawer",
"commit": "bcefcd087e61971c60bf1a699653646352167ae4",
"comment": "fix: apply position: absolute when mountNode is passed"
},
{
"author": "beachball",
"package": "@fluentui/react-drawer",
"comment": "Bump @fluentui/react-dialog to v9.11.14",
"commit": "4fb90db6bb9acc89064037a0237b424fe9745c15"
}
]
}
},
{
"date": "Tue, 10 Sep 2024 10:19:06 GMT",
"tag": "@fluentui/react-drawer_v9.5.13",
Expand Down
13 changes: 12 additions & 1 deletion packages/react-components/react-drawer/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-drawer

This log was last generated on Tue, 10 Sep 2024 10:19:06 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 00:49:24 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 13 Sep 2024 00:49:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.13..@fluentui/react-drawer_v9.5.14)

### Patches

- fix: update scroll state when children changes ([PR #32818](https://github.com/microsoft/fluentui/pull/32818) by marcosvmmoura@gmail.com)
- fix: apply position: absolute when mountNode is passed ([PR #32816](https://github.com/microsoft/fluentui/pull/32816) by marcosvmmoura@gmail.com)
- Bump @fluentui/react-dialog to v9.11.14 ([PR #32371](https://github.com/microsoft/fluentui/pull/32371) by beachball)

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

Tue, 10 Sep 2024 10:19:06 GMT
Expand Down
4 changes: 2 additions & 2 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.13",
"version": "9.5.14",
"description": "Drawer components for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@fluentui/scripts-cypress": "*"
},
"dependencies": {
"@fluentui/react-dialog": "^9.11.13",
"@fluentui/react-dialog": "^9.11.14",
"@fluentui/react-jsx-runtime": "^9.0.43",
"@fluentui/react-motion": "^9.5.1",
"@fluentui/react-shared-contexts": "^9.20.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-migration-v0-v9",
"entries": [
{
"date": "Fri, 13 Sep 2024 00:49:25 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.2.12",
"version": "9.2.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-migration-v0-v9",
"comment": "Bump @fluentui/react-components to v9.54.15",
"commit": "4fb90db6bb9acc89064037a0237b424fe9745c15"
}
]
}
},
{
"date": "Tue, 10 Sep 2024 10:19:12 GMT",
"tag": "@fluentui/react-migration-v0-v9_v9.2.11",
Expand Down
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 Tue, 10 Sep 2024 10:19:12 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 00:49:25 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 13 Sep 2024 00:49:25 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.11..@fluentui/react-migration-v0-v9_v9.2.12)

### Patches

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

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

Tue, 10 Sep 2024 10:19:12 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.11",
"version": "9.2.12",
"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.5",
"@fluentui/react-components": "^9.54.14",
"@fluentui/react-components": "^9.54.15",
"@fluentui/react-context-selector": "^9.1.66",
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "^9.0.43",
Expand Down
Loading

0 comments on commit 8422ccb

Please sign in to comment.