Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UI-Fabric-RN-Bot committed Nov 30, 2023
1 parent b9867d7 commit a9d39e9
Show file tree
Hide file tree
Showing 36 changed files with 365 additions and 93 deletions.
57 changes: 57 additions & 0 deletions apps/fluent-tester/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,63 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
"version": "0.158.4",
"tag": "@fluentui-react-native/tester_v0.158.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/tester",
"commit": "b9867d70b31d309406e461989161da94f0991886",
"comment": "alwaysShowToolTip prop"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui-react-native/button to v0.36.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui-react-native/dropdown to v0.9.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui-react-native/experimental-button to v0.19.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui-react-native/experimental-menu-button to v0.8.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui-react-native/menu to v1.12.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui-react-native/notification to v0.24.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@fluentui-react-native/tester",
"comment": "Bump @fluentui/react-native to v0.39.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 29 Nov 2023 19:35:13 GMT",
"version": "0.158.3",
Expand Down
17 changes: 16 additions & 1 deletion apps/fluent-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @fluentui-react-native/tester

This log was last generated on Wed, 29 Nov 2023 19:35:13 GMT and should not be manually modified.
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.158.4

Thu, 30 Nov 2023 19:44:57 GMT

### Patches

- alwaysShowToolTip prop ([email protected])
- Bump @fluentui-react-native/button to v0.36.1
- Bump @fluentui-react-native/dropdown to v0.9.1
- Bump @fluentui-react-native/experimental-button to v0.19.1
- Bump @fluentui-react-native/experimental-menu-button to v0.8.1
- Bump @fluentui-react-native/menu to v1.12.2
- Bump @fluentui-react-native/notification to v0.24.1
- Bump @fluentui/react-native to v0.39.1

## 0.158.3

Wed, 29 Nov 2023 19:35:13 GMT
Expand Down
16 changes: 8 additions & 8 deletions apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.158.3",
"version": "0.158.4",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down Expand Up @@ -41,19 +41,19 @@
"@fluentui-react-native/apple-theme": ">=0.22.0 <1.0.0",
"@fluentui-react-native/avatar": "^1.11.0",
"@fluentui-react-native/badge": ">=0.8.0 <1.0.0",
"@fluentui-react-native/button": ">=0.36.0 <1.0.0",
"@fluentui-react-native/button": ">=0.36.1 <1.0.0",
"@fluentui-react-native/chip": "^0.3.0",
"@fluentui-react-native/default-theme": ">=0.20.0 <1.0.0",
"@fluentui-react-native/divider": "^0.6.0",
"@fluentui-react-native/drawer": "^0.3.0",
"@fluentui-react-native/dropdown": ">=0.9.0 <1.0.0",
"@fluentui-react-native/dropdown": ">=0.9.1 <1.0.0",
"@fluentui-react-native/experimental-activity-indicator": ">=0.9.0 <1.0.0",
"@fluentui-react-native/experimental-appearance-additions": "^0.6.0",
"@fluentui-react-native/experimental-avatar": ">=0.20.0 <1.0.0",
"@fluentui-react-native/experimental-button": "0.19.0",
"@fluentui-react-native/experimental-button": "0.19.1",
"@fluentui-react-native/experimental-checkbox": "0.16.0",
"@fluentui-react-native/experimental-expander": "0.7.0",
"@fluentui-react-native/experimental-menu-button": ">=0.8.0 <1.0.0",
"@fluentui-react-native/experimental-menu-button": ">=0.8.1 <1.0.0",
"@fluentui-react-native/experimental-native-date-picker": ">=0.10.0 <1.0.0",
"@fluentui-react-native/experimental-shadow": "0.5.0",
"@fluentui-react-native/experimental-shimmer": "0.12.0",
Expand All @@ -63,9 +63,9 @@
"@fluentui-react-native/icon": "0.20.0",
"@fluentui-react-native/input": "^0.5.0",
"@fluentui-react-native/interactive-hooks": ">=0.25.0 <1.0.0",
"@fluentui-react-native/menu": "^1.12.1",
"@fluentui-react-native/menu": "^1.12.2",
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0",
"@fluentui-react-native/notification": "0.24.0",
"@fluentui-react-native/notification": "0.24.1",
"@fluentui-react-native/radio-group": ">=0.20.0 <1.0.0",
"@fluentui-react-native/separator": "^0.17.0",
"@fluentui-react-native/spinner": "^0.8.0",
Expand All @@ -80,7 +80,7 @@
"@fluentui-react-native/theming-utils": ">=0.25.0 <1.0.0",
"@fluentui-react-native/vibrancy-view": ">=0.1.0 <1.0.0",
"@fluentui-react-native/win32-theme": ">=0.28.0 <1.0.0",
"@fluentui/react-native": ">=0.39.0 <1.0.0",
"@fluentui/react-native": ">=0.39.1 <1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
Expand Down
15 changes: 15 additions & 0 deletions apps/win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester-win32",
"entries": [
{
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
"version": "0.37.4",
"tag": "@fluentui-react-native/tester-win32_v0.37.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui-react-native/tester-win32",
"comment": "Bump @fluentui-react-native/tester to v0.158.4",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 29 Nov 2023 19:35:13 GMT",
"version": "0.37.3",
Expand Down
10 changes: 9 additions & 1 deletion apps/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester-win32

This log was last generated on Wed, 29 Nov 2023 19:35:13 GMT and should not be manually modified.
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.37.4

Thu, 30 Nov 2023 19:44:57 GMT

### Patches

- Bump @fluentui-react-native/tester to v0.158.4

## 0.37.3

Wed, 29 Nov 2023 19:35:13 GMT
Expand Down
4 changes: 2 additions & 2 deletions apps/win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.37.3",
"version": "0.37.4",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "apps/win32"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.158.3",
"@fluentui-react-native/tester": "^0.158.4",
"react": "18.2.0",
"react-native": "^0.72.0",
"react-native-svg": "^13.14.0",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/components/Button/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/button",
"entries": [
{
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
"version": "0.36.1",
"tag": "@fluentui-react-native/button_v0.36.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/button",
"commit": "b9867d70b31d309406e461989161da94f0991886",
"comment": "alwaysShowToolTip prop"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 02:39:07 GMT",
"version": "0.36.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/components/Button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/button

This log was last generated on Thu, 09 Nov 2023 02:39:07 GMT and should not be manually modified.
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.36.1

Thu, 30 Nov 2023 19:44:57 GMT

### Patches

- alwaysShowToolTip prop ([email protected])

## 0.36.0

Thu, 09 Nov 2023 02:39:07 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/button",
"version": "0.36.0",
"version": "0.36.1",
"description": "A cross-platform Button component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/components/Menu/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui-react-native/menu",
"entries": [
{
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
"version": "1.12.2",
"tag": "@fluentui-react-native/menu_v1.12.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/menu",
"commit": "b9867d70b31d309406e461989161da94f0991886",
"comment": "alwaysShowToolTip prop"
},
{
"author": "beachball",
"package": "@fluentui-react-native/menu",
"comment": "Bump @fluentui-react-native/button to v0.36.1",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 21 Nov 2023 18:57:38 GMT",
"version": "1.12.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/components/Menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui-react-native/menu

This log was last generated on Tue, 21 Nov 2023 18:57:38 GMT and should not be manually modified.
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 1.12.2

Thu, 30 Nov 2023 19:44:57 GMT

### Patches

- alwaysShowToolTip prop ([email protected])
- Bump @fluentui-react-native/button to v0.36.1

## 1.12.1

Tue, 21 Nov 2023 18:57:38 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/components/Menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu",
"version": "1.12.1",
"version": "1.12.2",
"description": "A cross-platform Menu component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@fluentui-react-native/button": ">=0.36.0 <1.0.0",
"@fluentui-react-native/button": ">=0.36.1 <1.0.0",
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/scripts": "^0.1.1",
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/MenuButton/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/menu-button",
"entries": [
{
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
"version": "0.12.1",
"tag": "@fluentui-react-native/menu-button_v0.12.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui-react-native/menu-button",
"comment": "Bump @fluentui-react-native/button to v0.36.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 02:39:09 GMT",
"version": "0.12.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/components/MenuButton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/menu-button

This log was last generated on Thu, 09 Nov 2023 02:39:09 GMT and should not be manually modified.
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.12.1

Thu, 30 Nov 2023 19:44:57 GMT

### Patches

- Bump @fluentui-react-native/button to v0.36.1

## 0.12.0

Thu, 09 Nov 2023 02:39:09 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/components/MenuButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu-button",
"version": "0.12.0",
"version": "0.12.1",
"description": "A cross-platform MenuButton component using the Fluent Design System",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"directory": "packages/components/MenuButton"
},
"dependencies": {
"@fluentui-react-native/button": "^0.36.0",
"@fluentui-react-native/button": "^0.36.1",
"@fluentui-react-native/component-cache": "^1.6.0",
"@fluentui-react-native/contextual-menu": "^0.23.0",
"@fluentui-react-native/icon": "^0.20.0",
Expand Down
Loading

0 comments on commit a9d39e9

Please sign in to comment.