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 Jul 23, 2024
1 parent 970bf5c commit e55fceb
Show file tree
Hide file tree
Showing 224 changed files with 4,052 additions and 608 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.

Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/babel-preset-global-context",
"entries": [
{
"date": "Tue, 23 Jul 2024 20:13:14 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.72",
"version": "9.0.0-beta.72",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/babel-preset-global-context",
"comment": "Bump @fluentui/global-context to v9.0.0-beta.72",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 17:25:49 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.71",
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 Mon, 15 Jul 2024 17:25:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jul 2024 20:13:14 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 23 Jul 2024 20:13:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/babel-preset-global-context_v9.0.0-beta.71..@fluentui/babel-preset-global-context_v9.0.0-beta.72)

### Changes

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

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

Mon, 15 Jul 2024 17:25:49 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.71",
"version": "9.0.0-beta.72",
"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.71"
"@fluentui/global-context": "9.0.0-beta.72"
},
"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": "Tue, 23 Jul 2024 20:13:14 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.72",
"version": "9.0.0-beta.72",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/global-context",
"comment": "Bump @fluentui/react-context-selector to v9.1.65",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/global-context",
"comment": "Bump @fluentui/react-utilities to v9.18.13",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 17:25:49 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.71",
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 Mon, 15 Jul 2024 17:25:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jul 2024 20:13:14 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 23 Jul 2024 20:13:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.71..@fluentui/global-context_v9.0.0-beta.72)

### Changes

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

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

Mon, 15 Jul 2024 17:25:49 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.71",
"version": "9.0.0-beta.72",
"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.64",
"@fluentui/react-utilities": "^9.18.12",
"@fluentui/react-context-selector": "^9.1.65",
"@fluentui/react-utilities": "^9.18.13",
"@swc/helpers": "^0.5.1"
},
"peerDependencies": {
Expand Down
45 changes: 45 additions & 0 deletions packages/react-components/react-accordion/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Tue, 23 Jul 2024 20:13:14 GMT",
"tag": "@fluentui/react-accordion_v9.4.4",
"version": "9.4.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-aria to v9.13.2",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-context-selector to v9.1.65",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.42",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-shared-contexts to v9.20.0",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-tabster to v9.22.3",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-utilities to v9.18.13",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 17:25:50 GMT",
"tag": "@fluentui/react-accordion_v9.4.3",
Expand Down
16 changes: 15 additions & 1 deletion packages/react-components/react-accordion/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Change Log - @fluentui/react-accordion

This log was last generated on Mon, 15 Jul 2024 17:25:50 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jul 2024 20:13:14 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 23 Jul 2024 20:13:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.4.3..@fluentui/react-accordion_v9.4.4)

### Patches

- Bump @fluentui/react-aria to v9.13.2 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-context-selector to v9.1.65 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)

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

Mon, 15 Jul 2024 17:25:50 GMT
Expand Down
14 changes: 7 additions & 7 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.4.3",
"version": "9.4.4",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-aria": "^9.13.1",
"@fluentui/react-context-selector": "^9.1.64",
"@fluentui/react-aria": "^9.13.2",
"@fluentui/react-context-selector": "^9.1.65",
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "^9.0.41",
"@fluentui/react-shared-contexts": "^9.19.1",
"@fluentui/react-tabster": "^9.22.2",
"@fluentui/react-jsx-runtime": "^9.0.42",
"@fluentui/react-shared-contexts": "^9.20.0",
"@fluentui/react-tabster": "^9.22.3",
"@fluentui/react-theme": "^9.1.19",
"@fluentui/react-utilities": "^9.18.12",
"@fluentui/react-utilities": "^9.18.13",
"@griffel/react": "^1.5.22",
"@swc/helpers": "^0.5.1"
},
Expand Down
33 changes: 33 additions & 0 deletions packages/react-components/react-aria/library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-aria",
"entries": [
{
"date": "Tue, 23 Jul 2024 20:13:14 GMT",
"tag": "@fluentui/react-aria_v9.13.2",
"version": "9.13.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-aria",
"comment": "Bump @fluentui/react-shared-contexts to v9.20.0",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-aria",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.42",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-aria",
"comment": "Bump @fluentui/react-tabster to v9.22.3",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
},
{
"author": "beachball",
"package": "@fluentui/react-aria",
"comment": "Bump @fluentui/react-utilities to v9.18.13",
"commit": "970bf5ca221b35fcf03c89b4e20e1b350dbe4406"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 17:25:51 GMT",
"tag": "@fluentui/react-aria_v9.13.1",
Expand Down
14 changes: 13 additions & 1 deletion packages/react-components/react-aria/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-aria

This log was last generated on Mon, 15 Jul 2024 17:25:51 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jul 2024 20:13:14 GMT and should not be manually modified.

<!-- Start content -->

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

Tue, 23 Jul 2024 20:13:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.13.1..@fluentui/react-aria_v9.13.2)

### Patches

- Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
- Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)

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

Mon, 15 Jul 2024 17:25:51 GMT
Expand Down
Loading

0 comments on commit e55fceb

Please sign in to comment.