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 Sep 26, 2024
1 parent 3e52091 commit e6af440
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 13 deletions.
15 changes: 15 additions & 0 deletions apps/fluent-tester/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Thu, 26 Sep 2024 20:45:54 GMT",
"version": "0.170.8",
"tag": "@fluentui-react-native/tester_v0.170.8",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/tester",
"commit": "3e520915dd55627f04cfd9cd0356b21ac1e6b256",
"comment": "Update just-scripts, jsdom. Align wdio versions across repo"
}
]
}
},
{
"date": "Tue, 24 Sep 2024 20:45:59 GMT",
"version": "0.170.7",
Expand Down
10 changes: 9 additions & 1 deletion apps/fluent-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester

<!-- This log was last generated on Tue, 24 Sep 2024 20:45:59 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 26 Sep 2024 20:45:54 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.170.8

Thu, 26 Sep 2024 20:45:54 GMT

### Patches

- Update just-scripts, jsdom. Align wdio versions across repo ([email protected])

## 0.170.7

Tue, 24 Sep 2024 20:45:59 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.170.7",
"version": "0.170.8",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion 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.38.24",
"version": "0.38.25",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.8.24",
"version": "0.8.25",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dependency-profiles/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ module.exports = {
},
"@fluentui-react-native/tester": {
"name": "@fluentui-react-native/tester",
"version": "0.170.7"
"version": "0.170.8"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.24"
"version": "0.38.25"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
Expand Down

0 comments on commit e6af440

Please sign in to comment.