Skip to content

Commit 846fbbc

Browse files
committed
applying package updates ***NO_CI***
1 parent 5ab5499 commit 846fbbc

22 files changed

+120
-51
lines changed

change/@react-native-windows-cli-07000913-636f-4e2c-acb3-5632c4e4836d.json

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

change/@react-native-windows-cli-321ad683-84dc-4ae2-bf92-5d21bde36768.json

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

change/@react-native-windows-codegen-6d3aa1d7-80f7-40c9-8582-3a716c290cda.json

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

change/react-native-windows-0e681bb4-fea8-4f64-be9c-2045c80c5c5f.json

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

packages/@react-native-windows/automation-channel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "^2.4.1",
3333
"react": "18.2.0",
3434
"react-native": "0.72.3",
35-
"react-native-windows": "0.72.6",
35+
"react-native-windows": "0.72.7",
3636
"typescript": "^4.9.5"
3737
},
3838
"files": [

packages/@react-native-windows/cli/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@react-native-windows/cli",
33
"entries": [
4+
{
5+
"date": "Mon, 21 Aug 2023 15:14:01 GMT",
6+
"tag": "@react-native-windows/cli_v0.72.3",
7+
"version": "0.72.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@react-native-windows/cli",
13+
"commit": "043f4512862c8e16e5b2c72da9bf605fa596016c",
14+
"comment": "Add `separateDataFiles` to @rnw/cli and @rnw/codegen"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@react-native-windows/cli",
19+
"commit": "5ab549990254dfcf852cd41409cc99f0db9577be",
20+
"comment": "Fix codegenConfig.windows.separateDataTypes default value"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@react-native-windows/cli",
25+
"comment": "Bump @react-native-windows/codegen to v0.72.2",
26+
"commit": "5ab549990254dfcf852cd41409cc99f0db9577be"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Mon, 14 Aug 2023 15:18:19 GMT",
633
"tag": "@react-native-windows/cli_v0.72.2",

packages/@react-native-windows/cli/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - @react-native-windows/cli
22

3-
This log was last generated on Mon, 14 Aug 2023 15:18:19 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Aug 2023 15:14:01 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.72.3
8+
9+
Mon, 21 Aug 2023 15:14:01 GMT
10+
11+
### Patches
12+
13+
- Add `separateDataFiles` to @rnw/cli and @rnw/codegen ([email protected])
14+
- Fix codegenConfig.windows.separateDataTypes default value ([email protected])
15+
- Bump @react-native-windows/codegen to v0.72.2
16+
717
## 0.72.2
818

919
Mon, 14 Aug 2023 15:18:19 GMT

packages/@react-native-windows/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/cli",
3-
"version": "0.72.2",
3+
"version": "0.72.3",
44
"license": "MIT",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -17,7 +17,7 @@
1717
"watch": "rnw-scripts watch"
1818
},
1919
"dependencies": {
20-
"@react-native-windows/codegen": "0.72.1",
20+
"@react-native-windows/codegen": "0.72.2",
2121
"@react-native-windows/fs": "0.72.0",
2222
"@react-native-windows/package-utils": "0.72.0",
2323
"@react-native-windows/telemetry": "0.72.1",

packages/@react-native-windows/codegen/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@react-native-windows/codegen",
33
"entries": [
4+
{
5+
"date": "Mon, 21 Aug 2023 15:14:01 GMT",
6+
"tag": "@react-native-windows/codegen_v0.72.2",
7+
"version": "0.72.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@react-native-windows/codegen",
13+
"commit": "043f4512862c8e16e5b2c72da9bf605fa596016c",
14+
"comment": "Add `separateDataFiles` to @rnw/cli and @rnw/codegen"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 24 Jul 2023 15:14:19 GMT",
621
"tag": "@react-native-windows/codegen_v0.72.1",

packages/@react-native-windows/codegen/CHANGELOG.md

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

3-
This log was last generated on Mon, 24 Jul 2023 15:14:19 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Aug 2023 15:14:01 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.72.2
8+
9+
Mon, 21 Aug 2023 15:14:01 GMT
10+
11+
### Patches
12+
13+
- Add `separateDataFiles` to @rnw/cli and @rnw/codegen ([email protected])
14+
715
## 0.72.1
816

917
Mon, 24 Jul 2023 15:14:19 GMT

packages/@react-native-windows/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/codegen",
3-
"version": "0.72.1",
3+
"version": "0.72.2",
44
"description": "Generators for react-native-codegen targeting react-native-windows",
55
"main": "lib-commonjs/index.js",
66
"repository": {

packages/@react-native-windows/tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-native-picker/picker": "2.4.10",
2020
"react": "18.0.0",
2121
"react-native": "^0.72.0",
22-
"react-native-windows": "0.72.6",
22+
"react-native-windows": "0.72.7",
2323
"react-native-xaml": "^0.0.50"
2424
},
2525
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"just-scripts": "^1.3.3",
3434
"react-native": "0.72.3",
3535
"react-native-platform-override": "^1.9.4",
36-
"react-native-windows": "0.72.6",
36+
"react-native-windows": "0.72.7",
3737
"typescript": "^4.9.5"
3838
},
3939
"engines": {

packages/e2e-test-app-fabric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@typescript-eslint/parser": "^5.21.0",
2020
"react": "18.2.0",
2121
"react-native": "0.72.3",
22-
"react-native-windows": "0.72.6"
22+
"react-native-windows": "0.72.7"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.20.0",

packages/e2e-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^5.21.0",
2121
"react": "18.2.0",
2222
"react-native": "0.72.3",
23-
"react-native-windows": "0.72.6",
23+
"react-native-windows": "0.72.7",
2424
"react-native-xaml": "^0.0.74"
2525
},
2626
"devDependencies": {

packages/integration-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"chai": "^4.2.0",
1818
"react": "18.2.0",
1919
"react-native": "0.72.3",
20-
"react-native-windows": "0.72.6"
20+
"react-native-windows": "0.72.7"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.20.0",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@typescript-eslint/parser": "^5.21.0",
1717
"react": "18.2.0",
1818
"react-native": "0.72.3",
19-
"react-native-windows": "0.72.6"
19+
"react-native-windows": "0.72.7"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.20.0",

packages/react-native-windows-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"yargs": "^16.2.0"
3838
},
3939
"devDependencies": {
40-
"@react-native-windows/cli": "0.72.2",
40+
"@react-native-windows/cli": "0.72.3",
4141
"@rnw-scripts/eslint-config": "1.1.15",
4242
"@rnw-scripts/jest-unittest-config": "1.5.1",
4343
"@rnw-scripts/just-task": "2.3.6",

packages/sample-apps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"@typescript-eslint/parser": "^5.30.5",
1717
"react": "18.2.0",
1818
"react-native": "0.72.3",
19-
"react-native-windows": "0.72.6"
19+
"react-native-windows": "0.72.7"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.20.0",
2323
"@babel/eslint-parser": "^7.19.0",
2424
"@babel/runtime": "^7.8.4",
25-
"@react-native-windows/codegen": "0.72.1",
26-
"@react-native-windows/cli": "0.72.2",
25+
"@react-native-windows/codegen": "0.72.2",
26+
"@react-native-windows/cli": "0.72.3",
2727
"@rnw-scripts/babel-react-native-config": "0.0.0",
2828
"@rnw-scripts/eslint-config": "1.1.15",
2929
"@rnw-scripts/just-task": "2.3.6",

vnext/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Mon, 21 Aug 2023 15:14:00 GMT",
6+
"tag": "react-native-windows_v0.72.7",
7+
"version": "0.72.7",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-windows",
13+
"commit": "043f4512862c8e16e5b2c72da9bf605fa596016c",
14+
"comment": "Add `separateDataFiles` to @rnw/cli and @rnw/codegen"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "react-native-windows",
19+
"comment": "Bump @react-native-windows/cli to v0.72.3",
20+
"commit": "5ab549990254dfcf852cd41409cc99f0db9577be"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "react-native-windows",
25+
"comment": "Bump @react-native-windows/codegen to v0.72.2",
26+
"commit": "5ab549990254dfcf852cd41409cc99f0db9577be"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Mon, 14 Aug 2023 15:18:20 GMT",
633
"tag": "react-native-windows_v0.72.6",

vnext/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - react-native-windows
22

3-
This log was last generated on Mon, 14 Aug 2023 15:18:20 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Aug 2023 15:14:00 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.72.7
8+
9+
Mon, 21 Aug 2023 15:14:00 GMT
10+
11+
### Patches
12+
13+
- Add `separateDataFiles` to @rnw/cli and @rnw/codegen ([email protected])
14+
- Bump @react-native-windows/cli to v0.72.3
15+
- Bump @react-native-windows/codegen to v0.72.2
16+
717
## 0.72.6
818

919
Mon, 14 Aug 2023 15:18:20 GMT

vnext/PropertySheets/Generated/PackageVersion.g.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
-->
1111
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1212
<PropertyGroup>
13-
<ReactNativeWindowsVersion>0.72.6</ReactNativeWindowsVersion>
13+
<ReactNativeWindowsVersion>0.72.7</ReactNativeWindowsVersion>
1414
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
1515
<ReactNativeWindowsMinor>72</ReactNativeWindowsMinor>
16-
<ReactNativeWindowsPatch>6</ReactNativeWindowsPatch>
16+
<ReactNativeWindowsPatch>7</ReactNativeWindowsPatch>
1717
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18-
<ReactNativeWindowsCommitId>30ecf04918029a8699096532c8b13d4ae7a4b4f3</ReactNativeWindowsCommitId>
18+
<ReactNativeWindowsCommitId>5ab549990254dfcf852cd41409cc99f0db9577be</ReactNativeWindowsCommitId>
1919
</PropertyGroup>
2020
</Project>

vnext/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.72.6",
3+
"version": "0.72.7",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"@react-native-community/cli": "11.3.5",
2727
"@react-native-community/cli-platform-android": "11.3.5",
2828
"@react-native-community/cli-platform-ios": "11.3.5",
29-
"@react-native-windows/cli": "0.72.2",
29+
"@react-native-windows/cli": "0.72.3",
3030
"@react-native/assets": "1.0.0",
3131
"@react-native/assets-registry": "^0.72.0",
3232
"@react-native/codegen": "^0.72.6",
@@ -63,7 +63,7 @@
6363
"yargs": "^17.6.2"
6464
},
6565
"devDependencies": {
66-
"@react-native-windows/codegen": "0.72.1",
66+
"@react-native-windows/codegen": "0.72.2",
6767
"@rnw-scripts/babel-react-native-config": "0.0.0",
6868
"@rnw-scripts/eslint-config": "1.1.15",
6969
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.1",

0 commit comments

Comments
 (0)