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 Oct 25, 2022
1 parent 7733f95 commit e80f159
Show file tree
Hide file tree
Showing 25 changed files with 193 additions and 68 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.5.3",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-storybook-addon": "^9.0.0-rc.1",
"@fluentui/react-theme": "^9.1.1",
"@griffel/react": "^1.4.1",
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.5.3"
"@fluentui/react-components": "^9.6.0"
},
"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.98.7",
"@fluentui/react-components": "^9.5.3",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.7",
"@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.5.3"
"@fluentui/react-components": "^9.6.0"
},
"scripts": {
"build": "just-scripts build",
Expand Down

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.

15 changes: 15 additions & 0 deletions packages/react-components/keyboard-keys/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/keyboard-keys",
"entries": [
{
"date": "Tue, 25 Oct 2022 22:09:50 GMT",
"tag": "@fluentui/keyboard-keys_v9.0.0",
"version": "9.0.0",
"comments": {
"none": [
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/keyboard-keys",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
}
]
}
},
{
"date": "Thu, 15 Sep 2022 09:49:44 GMT",
"tag": "@fluentui/keyboard-keys_v9.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/priority-overflow/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/priority-overflow",
"entries": [
{
"date": "Tue, 25 Oct 2022 22:09:50 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
"version": "9.0.0-beta.3",
"comments": {
"none": [
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/priority-overflow",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
}
]
}
},
{
"date": "Tue, 25 Oct 2022 00:35:27 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
Expand Down
61 changes: 61 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,67 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Tue, 25 Oct 2022 22:09:49 GMT",
"tag": "@fluentui/react-components_v9.6.0",
"version": "9.6.0",
"comments": {
"none": [
{
"author": "chassunc@microsoft.com",
"package": "@fluentui/react-toolbar",
"commit": "dba7e9c342ca32d05d49d341b3912cd79652f238",
"comment": "chore: remove best practices"
},
{
"author": "chassunc@microsoft.com",
"package": "@fluentui/react-toolbar",
"commit": "9bde21168a1032d2a429939b9b2d7d3ba590726f",
"comment": "feat: replace ToolbarRadio implementation by usage of toggle button as radio"
},
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/keyboard-keys",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
},
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/priority-overflow",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
},
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/react-conformance-griffel",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
},
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/react-context-selector",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
}
],
"minor": [
{
"author": "esteban.230@hotmail.com",
"package": "@fluentui/react-components",
"commit": "acb0fd721bd23f4d66d18a0f27abd399d3877bc4",
"comment": "fix: Change react-persona to pinned version."
}
],
"patch": [
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/react-components",
"commit": "025e0740b1c47bd105b9cc6277072941bf855b8c",
"comment": "fix: Export PopoverTriggerChildProps"
}
]
}
},
{
"date": "Tue, 25 Oct 2022 00:35:26 GMT",
"tag": "@fluentui/react-components_v9.5.3",
Expand Down
17 changes: 16 additions & 1 deletion packages/react-components/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @fluentui/react-components

This log was last generated on Tue, 25 Oct 2022 00:35:26 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 22:09:49 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 25 Oct 2022 22:09:49 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.5.3..@fluentui/react-components_v9.6.0)

### Minor changes

- `@fluentui/react-components`
- fix: Change react-persona to pinned version. ([PR #25367](https://github.com/microsoft/fluentui/pull/25367) by esteban.230@hotmail.com)

### Patches

- `@fluentui/react-components`
- fix: Export PopoverTriggerChildProps ([PR #25159](https://github.com/microsoft/fluentui/pull/25159) by lingfangao@hotmail.com)

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

Tue, 25 Oct 2022 00:35:26 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.5.3",
"version": "9.6.0",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-conformance-griffel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-conformance-griffel",
"entries": [
{
"date": "Tue, 25 Oct 2022 22:09:51 GMT",
"tag": "@fluentui/react-conformance-griffel_v9.0.0-beta.16",
"version": "9.0.0-beta.16",
"comments": {
"none": [
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/react-conformance-griffel",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
}
]
}
},
{
"date": "Thu, 20 Oct 2022 08:39:31 GMT",
"tag": "@fluentui/react-conformance-griffel_v9.0.0-beta.16",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-components/react-context-selector/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-context-selector",
"entries": [
{
"date": "Tue, 25 Oct 2022 22:09:51 GMT",
"tag": "@fluentui/react-context-selector_v9.0.5",
"version": "9.0.5",
"comments": {
"none": [
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/react-context-selector",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
}
]
}
},
{
"date": "Thu, 20 Oct 2022 08:39:32 GMT",
"tag": "@fluentui/react-context-selector_v9.0.5",
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": "Tue, 25 Oct 2022 22:09:51 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.14",
"version": "9.0.14",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-portal-compat",
"comment": "Bump @fluentui/react-components to v9.6.0",
"commit": "7733f95a5a23ec57c4be1e2353a21fc391d8374d"
}
]
}
},
{
"date": "Tue, 25 Oct 2022 00:35:40 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.13",
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 Tue, 25 Oct 2022 00:35:40 GMT and should not be manually modified.
This log was last generated on Tue, 25 Oct 2022 22:09:51 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 25 Oct 2022 22:09:51 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.13..@fluentui/react-portal-compat_v9.0.14)

### Patches

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

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

Tue, 25 Oct 2022 00:35:40 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.13",
"version": "9.0.14",
"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.5.3",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-shared-contexts": "^9.0.2",
"@fluentui/scripts": "^1.0.0"
},
Expand All @@ -37,7 +37,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@fluentui/react-components": "^9.5.3",
"@fluentui/react-components": "^9.6.0",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/react-toolbar/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-toolbar",
"entries": [
{
"date": "Tue, 25 Oct 2022 22:09:49 GMT",
"tag": "@fluentui/react-toolbar_v9.0.0-beta.11",
"version": "9.0.0-beta.11",
"comments": {
"none": [
{
"author": "chassunc@microsoft.com",
"package": "@fluentui/react-toolbar",
"commit": "dba7e9c342ca32d05d49d341b3912cd79652f238",
"comment": "chore: remove best practices"
},
{
"author": "chassunc@microsoft.com",
"package": "@fluentui/react-toolbar",
"commit": "9bde21168a1032d2a429939b9b2d7d3ba590726f",
"comment": "feat: replace ToolbarRadio implementation by usage of toggle button as radio"
}
]
}
},
{
"date": "Tue, 25 Oct 2022 00:35:39 GMT",
"tag": "@fluentui/react-toolbar_v9.0.0-beta.11",
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.1.2",
"@griffel/react": "^1.4.1",
"tslib": "^2.1.0",
"@fluentui/react-components": "^9.5.3",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-icons": "^2.0.175",
"@fluent-blocks/colors": "9.2.0",
"codesandbox-import-utils": "2.2.3",
Expand Down
Loading

0 comments on commit e80f159

Please sign in to comment.