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 Jan 8, 2025
1 parent 52572e1 commit 6473e08
Show file tree
Hide file tree
Showing 214 changed files with 2,779 additions and 443 deletions.
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"@fluentui/react-teaching-popover": "*",
"@fluentui/react-tag-picker": "*",
"@fluentui/react-carousel": "*",
"@fluentui/react-list": ">=9.0.0-alpha"
"@fluentui/react-list": "*"
}
}

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.

39 changes: 39 additions & 0 deletions packages/charts/react-charts-preview/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "@fluentui/react-charts-preview",
"entries": [
{
"date": "Wed, 08 Jan 2025 18:33:36 GMT",
"tag": "@fluentui/react-charts-preview_v0.1.6",
"version": "0.1.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-charts-preview",
"comment": "Bump @fluentui/react-button to v9.3.99",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-charts-preview",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.49",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-charts-preview",
"comment": "Bump @fluentui/react-overflow to v9.2.6",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-charts-preview",
"comment": "Bump @fluentui/react-popover to v9.9.30",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-charts-preview",
"comment": "Bump @fluentui/react-tooltip to v9.5.3",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
}
]
}
},
{
"date": "Wed, 18 Dec 2024 10:59:37 GMT",
"tag": "@fluentui/react-charts-preview_v0.1.5",
Expand Down
15 changes: 14 additions & 1 deletion packages/charts/react-charts-preview/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-charts-preview

This log was last generated on Wed, 18 Dec 2024 10:59:37 GMT and should not be manually modified.
This log was last generated on Wed, 08 Jan 2025 18:33:36 GMT and should not be manually modified.

<!-- Start content -->

## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts-preview_v0.1.6)

Wed, 08 Jan 2025 18:33:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts-preview_v0.1.5..@fluentui/react-charts-preview_v0.1.6)

### Patches

- Bump @fluentui/react-button to v9.3.99 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-overflow to v9.2.6 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-popover to v9.9.30 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-tooltip to v9.5.3 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)

## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts-preview_v0.1.5)

Wed, 18 Dec 2024 10:59:37 GMT
Expand Down
12 changes: 6 additions & 6 deletions packages/charts/react-charts-preview/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charts-preview",
"version": "0.1.5",
"version": "0.1.6",
"description": "React web chart controls for Microsoft fluentui v9 system.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -37,14 +37,14 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-button": "^9.3.98",
"@fluentui/react-jsx-runtime": "^9.0.48",
"@fluentui/react-overflow": "^9.2.5",
"@fluentui/react-popover": "^9.9.29",
"@fluentui/react-button": "^9.3.99",
"@fluentui/react-jsx-runtime": "^9.0.49",
"@fluentui/react-overflow": "^9.2.6",
"@fluentui/react-popover": "^9.9.30",
"@fluentui/react-shared-contexts": "^9.21.2",
"@fluentui/react-tabster": "^9.23.2",
"@fluentui/react-theme": "^9.1.24",
"@fluentui/react-tooltip": "^9.5.2",
"@fluentui/react-tooltip": "^9.5.3",
"@fluentui/react-utilities": "^9.18.19",
"@griffel/react": "^1.5.22",
"@swc/helpers": "^0.5.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/eslint-plugin-react-components",
"entries": [
{
"date": "Wed, 08 Jan 2025 18:33:32 GMT",
"tag": "@fluentui/eslint-plugin-react-components_v0.1.1",
"version": "0.1.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/eslint-plugin-react-components",
"commit": "384df0ccb4a5324da6daee8f18712ef5a81fa05a",
"comment": "feat: add prefer-fluentui-v9 rule"
}
]
}
},
{
"date": "Fri, 06 Dec 2024 12:53:38 GMT",
"tag": "@fluentui/eslint-plugin-react-components_v0.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/eslint-plugin-react-components

This log was last generated on Fri, 06 Dec 2024 12:53:38 GMT and should not be manually modified.
This log was last generated on Wed, 08 Jan 2025 18:33:32 GMT and should not be manually modified.

<!-- Start content -->

## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/eslint-plugin-react-components_v0.1.1)

Wed, 08 Jan 2025 18:33:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/eslint-plugin-react-components_v0.1.0..@fluentui/eslint-plugin-react-components_v0.1.1)

### Patches

- feat: add prefer-fluentui-v9 rule ([PR #33449](https://github.com/microsoft/fluentui/pull/33449) by [email protected])

## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/eslint-plugin-react-components_v0.1.0)

Fri, 06 Dec 2024 12:53:38 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/eslint-plugin-react-components",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint plugin and custom rules for Fluent UI components v9",
"main": "./lib-commonjs/index.js",
"module": "./lib/index.js",
Expand Down
33 changes: 33 additions & 0 deletions packages/react-components/react-accordion/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Wed, 08 Jan 2025 18:33:36 GMT",
"tag": "@fluentui/react-accordion_v9.5.13",
"version": "9.5.13",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-aria to v9.13.13",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.49",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-motion to v9.6.6",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-motion-components-preview to v0.4.2",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
}
]
}
},
{
"date": "Mon, 16 Dec 2024 16:26:49 GMT",
"tag": "@fluentui/react-accordion_v9.5.12",
Expand Down
14 changes: 13 additions & 1 deletion packages/react-components/react-accordion/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-accordion

This log was last generated on Mon, 16 Dec 2024 16:26:49 GMT and should not be manually modified.
This log was last generated on Wed, 08 Jan 2025 18:33:36 GMT and should not be manually modified.

<!-- Start content -->

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

Wed, 08 Jan 2025 18:33:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.5.12..@fluentui/react-accordion_v9.5.13)

### Patches

- Bump @fluentui/react-aria to v9.13.13 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-motion to v9.6.6 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
- Bump @fluentui/react-motion-components-preview to v0.4.2 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)

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

Mon, 16 Dec 2024 16:26:49 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/react-components/react-accordion/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-accordion",
"version": "9.5.12",
"version": "9.5.13",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -18,13 +18,13 @@
"@fluentui/scripts-api-extractor": "*"
},
"dependencies": {
"@fluentui/react-aria": "^9.13.12",
"@fluentui/react-aria": "^9.13.13",
"@fluentui/react-context-selector": "^9.1.71",
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "^9.0.48",
"@fluentui/react-jsx-runtime": "^9.0.49",
"@fluentui/react-shared-contexts": "^9.21.2",
"@fluentui/react-motion": "^9.6.5",
"@fluentui/react-motion-components-preview": "^0.4.1",
"@fluentui/react-motion": "^9.6.6",
"@fluentui/react-motion-components-preview": "^0.4.2",
"@fluentui/react-tabster": "^9.23.2",
"@fluentui/react-theme": "^9.1.24",
"@fluentui/react-utilities": "^9.18.19",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-aria/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-aria",
"entries": [
{
"date": "Wed, 08 Jan 2025 18:33:36 GMT",
"tag": "@fluentui/react-aria_v9.13.13",
"version": "9.13.13",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-aria",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.49",
"commit": "52572e1cdd452d32c67195bdc42f1114f58242bb"
}
]
}
},
{
"date": "Mon, 16 Dec 2024 16:26:49 GMT",
"tag": "@fluentui/react-aria_v9.13.12",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-aria/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-aria

This log was last generated on Mon, 16 Dec 2024 16:26:49 GMT and should not be manually modified.
This log was last generated on Wed, 08 Jan 2025 18:33:36 GMT and should not be manually modified.

<!-- Start content -->

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

Wed, 08 Jan 2025 18:33:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.13.12..@fluentui/react-aria_v9.13.13)

### Patches

- Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)

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

Mon, 16 Dec 2024 16:26:49 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/react-aria/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-aria",
"version": "9.13.12",
"version": "9.13.13",
"description": "React helper to ensure ARIA",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.8",
"@fluentui/react-shared-contexts": "^9.21.2",
"@fluentui/react-jsx-runtime": "^9.0.48",
"@fluentui/react-jsx-runtime": "^9.0.49",
"@fluentui/react-tabster": "^9.23.2",
"@fluentui/react-utilities": "^9.18.19",
"@swc/helpers": "^0.5.1"
Expand Down
Loading

0 comments on commit 6473e08

Please sign in to comment.