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 Jan 4, 2024
1 parent d55914c commit c1324de
Show file tree
Hide file tree
Showing 15 changed files with 148 additions and 34 deletions.

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/react-calendar-compat/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-calendar-compat",
"entries": [
{
"date": "Thu, 04 Jan 2024 09:48:05 GMT",
"tag": "@fluentui/react-calendar-compat_v0.0.13",
"version": "0.0.13",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-calendar-compat",
"commit": "3d70b7ee03a0862edcc7bdf9646d8a3f727f0487",
"comment": "fix: Make day labels non-actionable."
}
]
}
},
{
"date": "Wed, 03 Jan 2024 09:26:44 GMT",
"tag": "@fluentui/react-calendar-compat_v0.0.12",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-components/react-calendar-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-calendar-compat

This log was last generated on Wed, 03 Jan 2024 09:26:44 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jan 2024 09:48:05 GMT and should not be manually modified.

<!-- Start content -->

## [0.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-calendar-compat_v0.0.13)

Thu, 04 Jan 2024 09:48:05 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-calendar-compat_v0.0.12..@fluentui/react-calendar-compat_v0.0.13)

### Patches

- fix: Make day labels non-actionable. ([PR #30160](https://github.com/microsoft/fluentui/pull/30160) by [email protected])

## [0.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-calendar-compat_v0.0.12)

Wed, 03 Jan 2024 09:26:44 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-calendar-compat",
"version": "0.0.12",
"version": "0.0.13",
"description": "Calendar compat component for Fluent UI v9",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Thu, 04 Jan 2024 09:48:05 GMT",
"tag": "@fluentui/react-components_v9.44.0",
"version": "9.44.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-calendar-compat",
"commit": "3d70b7ee03a0862edcc7bdf9646d8a3f727f0487",
"comment": "fix: Make day labels non-actionable."
},
{
"author": "[email protected]",
"package": "@fluentui/react-datepicker-compat",
"commit": "3d70b7ee03a0862edcc7bdf9646d8a3f727f0487",
"comment": "fix: Add missing CalendarStrings export and guidance on localization."
},
{
"author": "[email protected]",
"package": "@fluentui/react-timepicker-compat",
"commit": "6062ee77b6064d22941f4cc91e7f220527c7303c"
},
{
"author": "[email protected]",
"package": "@fluentui/react-timepicker-compat",
"commit": "d55914c734edffd6fd3fc234ca5b171cff689d84",
"comment": "feat: release compat package"
}
]
}
},
{
"date": "Wed, 03 Jan 2024 09:26:42 GMT",
"tag": "@fluentui/react-components_v9.44.0",
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,11 +1,26 @@
# Change Log - @fluentui/react-components

This log was last generated on Wed, 03 Jan 2024 09:26:42 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jan 2024 09:48:05 GMT and should not be manually modified.

<!-- Start content -->

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

Thu, 04 Jan 2024 09:48:05 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.0..@fluentui/react-components_v9.44.0)

### Patches

- `@fluentui/react-calendar-compat`
- fix: Make day labels non-actionable. ([PR #30160](https://github.com/microsoft/fluentui/pull/30160) by [email protected])
- `@fluentui/react-datepicker-compat`
- fix: Add missing CalendarStrings export and guidance on localization. ([PR #30160](https://github.com/microsoft/fluentui/pull/30160) by [email protected])
- `@fluentui/react-timepicker-compat`
- undefined ([PR #30199](https://github.com/microsoft/fluentui/pull/30199) by [email protected])
- feat: release compat package ([PR #30201](https://github.com/microsoft/fluentui/pull/30201) by [email protected])

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

Wed, 03 Jan 2024 09:26:42 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.3..@fluentui/react-components_v9.44.0)

Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/react-datepicker-compat/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-datepicker-compat",
"entries": [
{
"date": "Thu, 04 Jan 2024 09:48:06 GMT",
"tag": "@fluentui/react-datepicker-compat_v0.4.12",
"version": "0.4.12",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-datepicker-compat",
"commit": "3d70b7ee03a0862edcc7bdf9646d8a3f727f0487",
"comment": "fix: Add missing CalendarStrings export and guidance on localization."
},
{
"author": "beachball",
"package": "@fluentui/react-datepicker-compat",
"comment": "Bump @fluentui/react-calendar-compat to v0.0.13",
"commit": "d55914c734edffd6fd3fc234ca5b171cff689d84"
}
]
}
},
{
"date": "Wed, 03 Jan 2024 09:26:43 GMT",
"tag": "@fluentui/react-datepicker-compat_v0.4.11",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/react-datepicker-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-datepicker-compat

This log was last generated on Wed, 03 Jan 2024 09:26:43 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jan 2024 09:48:06 GMT and should not be manually modified.

<!-- Start content -->

## [0.4.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.12)

Thu, 04 Jan 2024 09:48:06 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.11..@fluentui/react-datepicker-compat_v0.4.12)

### Patches

- fix: Add missing CalendarStrings export and guidance on localization. ([PR #30160](https://github.com/microsoft/fluentui/pull/30160) by [email protected])
- Bump @fluentui/react-calendar-compat to v0.0.13 ([PR #30201](https://github.com/microsoft/fluentui/pull/30201) by beachball)

## [0.4.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.11)

Wed, 03 Jan 2024 09:26:43 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-datepicker-compat",
"version": "0.4.11",
"version": "0.4.12",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.7",
"@fluentui/react-calendar-compat": "^0.0.12",
"@fluentui/react-calendar-compat": "^0.0.13",
"@fluentui/react-field": "^9.1.46",
"@fluentui/react-icons": "^2.0.217",
"@fluentui/react-input": "^9.4.56",
Expand Down
25 changes: 25 additions & 0 deletions packages/react-components/react-timepicker-compat/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "@fluentui/react-timepicker-compat",
"entries": [
{
"date": "Thu, 04 Jan 2024 09:48:06 GMT",
"tag": "@fluentui/react-timepicker-compat_v0.0.1",
"version": "0.0.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-timepicker-compat",
"commit": "6062ee77b6064d22941f4cc91e7f220527c7303c"
},
{
"author": "[email protected]",
"package": "@fluentui/react-timepicker-compat",
"commit": "d55914c734edffd6fd3fc234ca5b171cff689d84",
"comment": "feat: release compat package"
}
]
}
}
]
}
14 changes: 14 additions & 0 deletions packages/react-components/react-timepicker-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log - @fluentui/react-timepicker-compat

This log was last generated on Thu, 04 Jan 2024 09:48:06 GMT and should not be manually modified.

<!-- Start content -->

## [0.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.0.1)

Thu, 04 Jan 2024 09:48:06 GMT

### Patches

- undefined ([PR #30199](https://github.com/microsoft/fluentui/pull/30199) by [email protected])
- feat: release compat package ([PR #30201](https://github.com/microsoft/fluentui/pull/30201) by [email protected])
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-timepicker-compat",
"version": "0.0.0",
"version": "0.0.1",
"description": "Fluent UI TimePicker Compat Component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit c1324de

Please sign in to comment.