Skip to content

Commit 300bd12

Browse files
📦 applying package updates ***NO_CI***
1 parent 62e3f79 commit 300bd12

17 files changed

+114
-36
lines changed

apps/E2E/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
33
"entries": [
4+
{
5+
"date": "Wed, 21 Dec 2022 10:29:07 GMT",
6+
"tag": "@fluentui-react-native/e2e-testing_v1.6.2",
7+
"version": "1.6.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/e2e-testing",
13+
"commit": "62e3f79db5be4cdcf409620c7f28eded91bfae4e",
14+
"comment": "Added E2E tests for FURN Icon. This is code of existing Icon tests. Changes will be done in separate commits"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 15 Dec 2022 14:50:50 GMT",
621
"tag": "@fluentui-react-native/e2e-testing_v1.6.1",

apps/E2E/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/e2e-testing
22

3-
This log was last generated on Thu, 15 Dec 2022 14:50:50 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Dec 2022 10:29:07 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.6.2
8+
9+
Wed, 21 Dec 2022 10:29:07 GMT
10+
11+
### Patches
12+
13+
- Added E2E tests for FURN Icon. This is code of existing Icon tests. Changes will be done in separate commits ([email protected])
14+
715
## 1.6.1
816

917
Thu, 15 Dec 2022 14:50:50 GMT

apps/E2E/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Package containing E2E testing specs",
55
"license": "MIT",
66
"scripts": {

apps/fluent-tester/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui-react-native/tester",
33
"entries": [
4+
{
5+
"date": "Wed, 21 Dec 2022 10:29:07 GMT",
6+
"tag": "@fluentui-react-native/tester_v0.120.1",
7+
"version": "0.120.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/tester",
13+
"commit": "62e3f79db5be4cdcf409620c7f28eded91bfae4e",
14+
"comment": "Added E2E tests for FURN Icon. This is code of existing Icon tests. Changes will be done in separate commits"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/tester",
19+
"comment": "Bump @fluentui-react-native/experimental-icon to v0.1.6",
20+
"commit": "62e3f79db5be4cdcf409620c7f28eded91bfae4e"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 21 Dec 2022 06:39:34 GMT",
627
"tag": "@fluentui-react-native/tester_v0.120.0",

apps/fluent-tester/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui-react-native/tester
22

3-
This log was last generated on Wed, 21 Dec 2022 06:39:34 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Dec 2022 10:29:07 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.120.1
8+
9+
Wed, 21 Dec 2022 10:29:07 GMT
10+
11+
### Patches
12+
13+
- Added E2E tests for FURN Icon. This is code of existing Icon tests. Changes will be done in separate commits ([email protected])
14+
- Bump @fluentui-react-native/experimental-icon to v0.1.6
15+
716
## 0.120.0
817

918
Wed, 21 Dec 2022 06:39:34 GMT

apps/fluent-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester",
3-
"version": "0.120.0",
3+
"version": "0.120.1",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -49,7 +49,7 @@
4949
"@fluentui-react-native/experimental-button": "0.16.66",
5050
"@fluentui-react-native/experimental-checkbox": "0.13.14",
5151
"@fluentui-react-native/experimental-expander": "0.5.3",
52-
"@fluentui-react-native/experimental-icon": ">=0.1.5 <1.0.0",
52+
"@fluentui-react-native/experimental-icon": ">=0.1.6 <1.0.0",
5353
"@fluentui-react-native/experimental-link": "^0.4.1",
5454
"@fluentui-react-native/experimental-menu-button": ">=0.6.4 <1.0.0",
5555
"@fluentui-react-native/experimental-native-date-picker": ">=0.7.3 <1.0.0",

apps/win32/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
33
"entries": [
4+
{
5+
"date": "Wed, 21 Dec 2022 10:29:07 GMT",
6+
"tag": "@fluentui-react-native/tester-win32_v0.31.10",
7+
"version": "0.31.10",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester-win32",
13+
"comment": "Bump @fluentui-react-native/tester to v0.120.1",
14+
"commit": "62e3f79db5be4cdcf409620c7f28eded91bfae4e"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 21 Dec 2022 06:39:34 GMT",
621
"tag": "@fluentui-react-native/tester-win32_v0.31.9",

apps/win32/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/tester-win32
22

3-
This log was last generated on Wed, 21 Dec 2022 06:39:34 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Dec 2022 10:29:07 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.31.10
8+
9+
Wed, 21 Dec 2022 10:29:07 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.120.1
14+
715
## 0.31.9
816

917
Wed, 21 Dec 2022 06:39:34 GMT

apps/win32/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
3-
"version": "0.31.9",
3+
"version": "0.31.10",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",
@@ -31,7 +31,7 @@
3131
"directory": "apps/win32"
3232
},
3333
"dependencies": {
34-
"@fluentui-react-native/tester": "^0.120.0",
34+
"@fluentui-react-native/tester": "^0.120.1",
3535
"react": "17.0.2",
3636
"react-native": "^0.68.0",
3737
"react-native-svg": "12.5.0",

change/@fluentui-react-native-e2e-testing-cf0df221-edc4-4600-b35d-5eba041a7e24.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)