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 2, 2022
1 parent 48c8520 commit 27fd84a
Show file tree
Hide file tree
Showing 17 changed files with 89 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@fluentui/react-icons-northstar": "^0.64.0",
"@fluentui/scripts": "^1.0.0",
"@fluentui/storybook": "^1.0.0",
"@fluentui/react-components": "^9.6.2",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react-storybook-addon": "^9.0.0-rc.1",
"@fluentui/react-theme": "^9.1.1",
"@griffel/react": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type-check": "tsc -b tsconfig.json"
},
"dependencies": {
"@fluentui/react-components": "^9.6.2"
"@fluentui/react-components": "^9.6.3"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fluentui/react": "^8.99.2",
"@fluentui/react-components": "^9.6.2",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.8",
"@microsoft/fast-element": "^1.10.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/ts-minbar-test-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Testing Fluent UI React Components compatibility with Typescript 3.9",
"license": "MIT",
"dependencies": {
"@fluentui/react-components": "^9.6.2"
"@fluentui/react-components": "^9.6.3"
},
"scripts": {
"build": "just-scripts build",
Expand Down
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 @@ -48,7 +48,7 @@
"@fluentui/react-spinbutton": "^9.0.7",
"@fluentui/react-switch": "^9.0.10",
"@fluentui/react-tabs": "^9.0.10",
"@fluentui/react-table": "9.0.0-alpha.9",
"@fluentui/react-table": "9.0.0-alpha.10",
"@fluentui/react-text": "^9.1.5",
"@fluentui/react-textarea": "^9.1.4",
"@fluentui/react-theme": "^9.1.1",
Expand Down

This file was deleted.

15 changes: 15 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Wed, 02 Nov 2022 14:27:34 GMT",
"tag": "@fluentui/react-components_v9.6.3",
"version": "9.6.3",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@fluentui/react-table",
"commit": "072f0419c79f8bd672e5c251fdd4a08e5bf9d4e8",
"comment": "fix(useTable): sort should adapt to enhanced row types"
}
]
}
},
{
"date": "Wed, 02 Nov 2022 11:57:45 GMT",
"tag": "@fluentui/react-components_v9.6.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-components

This log was last generated on Wed, 02 Nov 2022 11:57:45 GMT and should not be manually modified.
This log was last generated on Wed, 02 Nov 2022 14:27:34 GMT and should not be manually modified.

<!-- Start content -->

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

Wed, 02 Nov 2022 14:27:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.2..@fluentui/react-components_v9.6.3)

### Changes

- `@fluentui/react-table`
- fix(useTable): sort should adapt to enhanced row types ([PR #25487](https://github.com/microsoft/fluentui/pull/25487) by [email protected])

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

Wed, 02 Nov 2022 11:57:45 GMT
Expand Down
4 changes: 2 additions & 2 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.6.2",
"version": "9.6.3",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@fluentui/react-spinbutton": "^9.0.7",
"@fluentui/react-spinner": "^9.0.9",
"@fluentui/react-switch": "^9.0.10",
"@fluentui/react-table": "9.0.0-alpha.9",
"@fluentui/react-table": "9.0.0-alpha.10",
"@fluentui/react-tabs": "^9.0.10",
"@fluentui/react-tabster": "^9.2.1",
"@fluentui/react-textarea": "^9.1.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-portal-compat/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-portal-compat",
"entries": [
{
"date": "Wed, 02 Nov 2022 14:27:34 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.17",
"version": "9.0.17",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-portal-compat",
"comment": "Bump @fluentui/react-components to v9.6.3",
"commit": "48c85202ce3c230fdc83bde3ce494f952632b16f"
}
]
}
},
{
"date": "Wed, 02 Nov 2022 11:58:07 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.16",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-portal-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-portal-compat

This log was last generated on Wed, 02 Nov 2022 11:58:07 GMT and should not be manually modified.
This log was last generated on Wed, 02 Nov 2022 14:27:34 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.17)

Wed, 02 Nov 2022 14:27:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.16..@fluentui/react-portal-compat_v9.0.17)

### Patches

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

## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.16)

Wed, 02 Nov 2022 11:58:07 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/react-portal-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-portal-compat",
"version": "9.0.16",
"version": "9.0.17",
"description": "A package that contains compatibility layer for React Portals",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/react-components": "^9.6.2",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react-shared-contexts": "^9.1.0",
"@fluentui/scripts": "^1.0.0"
},
Expand All @@ -37,7 +37,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@fluentui/react-components": "^9.6.2",
"@fluentui/react-components": "^9.6.3",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-table/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-table",
"entries": [
{
"date": "Wed, 02 Nov 2022 14:27:34 GMT",
"tag": "@fluentui/react-table_v9.0.0-alpha.10",
"version": "9.0.0-alpha.10",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@fluentui/react-table",
"commit": "072f0419c79f8bd672e5c251fdd4a08e5bf9d4e8",
"comment": "fix(useTable): sort should adapt to enhanced row types"
}
]
}
},
{
"date": "Wed, 02 Nov 2022 11:58:02 GMT",
"tag": "@fluentui/react-table_v9.0.0-alpha.9",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-table

This log was last generated on Wed, 02 Nov 2022 11:58:02 GMT and should not be manually modified.
This log was last generated on Wed, 02 Nov 2022 14:27:34 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.10)

Wed, 02 Nov 2022 14:27:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.9..@fluentui/react-table_v9.0.0-alpha.10)

### Changes

- fix(useTable): sort should adapt to enhanced row types ([PR #25487](https://github.com/microsoft/fluentui/pull/25487) by [email protected])

## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.9)

Wed, 02 Nov 2022 11:58:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-table",
"version": "9.0.0-alpha.9",
"version": "9.0.0-alpha.10",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/theme-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@fluentui/react-utilities": "^9.2.0",
"@griffel/react": "^1.4.2",
"tslib": "^2.1.0",
"@fluentui/react-components": "^9.6.2",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react-icons": "^2.0.175",
"@fluent-blocks/colors": "9.2.0",
"codesandbox-import-utils": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-migration-v8-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ctrl/tinycolor": "3.3.4",
"@fluentui/react": "^8.99.2",
"@fluentui/react-components": "^9.6.2",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react-theme": "^9.1.1",
"@fluentui/react-utilities": "^9.2.0",
"@griffel/react": "^1.4.2",
Expand Down

0 comments on commit 27fd84a

Please sign in to comment.