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 Dec 18, 2023
1 parent c1b96da commit c0e7c90
Show file tree
Hide file tree
Showing 212 changed files with 3,683 additions and 589 deletions.

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.

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,21 @@
{
"name": "@fluentui/babel-preset-global-context",
"entries": [
{
"date": "Mon, 18 Dec 2023 14:40:46 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.51",
"version": "9.0.0-beta.51",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/babel-preset-global-context",
"comment": "Bump @fluentui/global-context to v9.0.0-beta.51",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
}
]
}
},
{
"date": "Thu, 14 Dec 2023 09:58:46 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.50",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/babel-preset-global-context

This log was last generated on Thu, 14 Dec 2023 09:58:46 GMT and should not be manually modified.
This log was last generated on Mon, 18 Dec 2023 14:40:46 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.51)

Mon, 18 Dec 2023 14:40:46 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/babel-preset-global-context_v9.0.0-beta.50..@fluentui/babel-preset-global-context_v9.0.0-beta.51)

### Changes

- Bump @fluentui/global-context to v9.0.0-beta.51 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)

## [9.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.50)

Thu, 14 Dec 2023 09:58:46 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/babel-preset-global-context",
"version": "9.0.0-beta.50",
"version": "9.0.0-beta.51",
"description": "Babel preset that transforms createContext calls to use global context shims",
"main": "lib-commonjs/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"find-up": "^5.0.0"
},
"peerDependencies": {
"@fluentui/global-context": "9.0.0-beta.50"
"@fluentui/global-context": "9.0.0-beta.51"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/global-context/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/global-context",
"entries": [
{
"date": "Mon, 18 Dec 2023 14:40:46 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.51",
"version": "9.0.0-beta.51",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/global-context",
"comment": "Bump @fluentui/react-context-selector to v9.1.44",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
},
{
"author": "beachball",
"package": "@fluentui/global-context",
"comment": "Bump @fluentui/react-utilities to v9.15.4",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
}
]
}
},
{
"date": "Thu, 14 Dec 2023 09:58:41 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.50",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/global-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/global-context

This log was last generated on Thu, 14 Dec 2023 09:58:41 GMT and should not be manually modified.
This log was last generated on Mon, 18 Dec 2023 14:40:46 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.51)

Mon, 18 Dec 2023 14:40:46 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.50..@fluentui/global-context_v9.0.0-beta.51)

### Changes

- Bump @fluentui/react-context-selector to v9.1.44 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
- Bump @fluentui/react-utilities to v9.15.4 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)

## [9.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.50)

Thu, 14 Dec 2023 09:58:41 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/global-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/global-context",
"version": "9.0.0-beta.50",
"version": "9.0.0-beta.51",
"description": "Extension of React createContext to be a true singleton on the global scope",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-context-selector": "^9.1.43",
"@fluentui/react-utilities": "^9.15.3",
"@fluentui/react-context-selector": "^9.1.44",
"@fluentui/react-utilities": "^9.15.4",
"@swc/helpers": "^0.5.1"
},
"peerDependencies": {
Expand Down
51 changes: 51 additions & 0 deletions packages/react-components/react-accordion/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Mon, 18 Dec 2023 14:40:44 GMT",
"tag": "@fluentui/react-accordion_v9.3.32",
"version": "9.3.32",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-accordion",
"commit": "4dad5d72ae2008003da76a6e0979de7cd4585b3d",
"comment": "chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-aria to v9.6.0",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-context-selector to v9.1.44",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.22",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-shared-contexts to v9.13.2",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-tabster to v9.16.0",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-utilities to v9.15.4",
"commit": "c1b96dae4218975ea6366c714880e174cf9955e4"
}
]
}
},
{
"date": "Thu, 14 Dec 2023 09:58:46 GMT",
"tag": "@fluentui/react-accordion_v9.3.31",
Expand Down
17 changes: 16 additions & 1 deletion packages/react-components/react-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @fluentui/react-accordion

This log was last generated on Thu, 14 Dec 2023 09:58:46 GMT and should not be manually modified.
This log was last generated on Mon, 18 Dec 2023 14:40:44 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 18 Dec 2023 14:40:44 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.31..@fluentui/react-accordion_v9.3.32)

### Patches

- chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand ([PR #29735](https://github.com/microsoft/fluentui/pull/29735) by [email protected])
- Bump @fluentui/react-aria to v9.6.0 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
- Bump @fluentui/react-context-selector to v9.1.44 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.22 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
- Bump @fluentui/react-shared-contexts to v9.13.2 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
- Bump @fluentui/react-tabster to v9.16.0 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
- Bump @fluentui/react-utilities to v9.15.4 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)

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

Thu, 14 Dec 2023 09:58:46 GMT
Expand Down
14 changes: 7 additions & 7 deletions packages/react-components/react-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-accordion",
"version": "9.3.31",
"version": "9.3.32",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,14 +33,14 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-aria": "^9.5.0",
"@fluentui/react-context-selector": "^9.1.43",
"@fluentui/react-aria": "^9.6.0",
"@fluentui/react-context-selector": "^9.1.44",
"@fluentui/react-icons": "^2.0.217",
"@fluentui/react-jsx-runtime": "^9.0.21",
"@fluentui/react-shared-contexts": "^9.13.1",
"@fluentui/react-tabster": "^9.15.1",
"@fluentui/react-jsx-runtime": "^9.0.22",
"@fluentui/react-shared-contexts": "^9.13.2",
"@fluentui/react-tabster": "^9.16.0",
"@fluentui/react-theme": "^9.1.16",
"@fluentui/react-utilities": "^9.15.3",
"@fluentui/react-utilities": "^9.15.4",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.5.1"
},
Expand Down
Loading

0 comments on commit c0e7c90

Please sign in to comment.