Skip to content

Commit 58e6cbb

Browse files
committed
Promote 0.79 to preview
1 parent 832e999 commit 58e6cbb

File tree

41 files changed

+100
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+100
-83
lines changed

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"flow-enums-runtime": "^0.0.6"
1818
},
1919
"peerDependencies": {
20-
"@office-iss/react-native-win32": "^0.0.0-canary.288",
20+
"@office-iss/react-native-win32": "0.79.0-preview.0",
2121
"react": "19.0.0",
2222
"react-native": "0.79.0-nightly-20250303-cee63397b"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "^0.0.0-canary.288",
25+
"@office-iss/react-native-win32": "0.79.0-preview.0",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.36",
2828
"@rnw-scripts/just-task": "2.3.53",

packages/@office-iss/react-native-win32/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@office-iss/react-native-win32",
3-
"version": "0.0.0-canary.288",
3+
"version": "0.79.0-preview.0",
44
"description": "Implementation of react native on top of Office's Win32 platform.",
55
"repository": {
66
"type": "git",
@@ -98,7 +98,7 @@
9898
"react-native": "0.79.0-nightly-20250303-cee63397b"
9999
},
100100
"beachball": {
101-
"defaultNpmTag": "canary",
101+
"defaultNpmTag": "preview",
102102
"disallowedChangeTypes": [
103103
"major",
104104
"minor",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prettier": "2.8.8",
3434
"react": "19.0.0",
3535
"react-native": "0.79.0-nightly-20250303-cee63397b",
36-
"react-native-windows": "^0.0.0-canary.963",
36+
"react-native-windows": "0.79.0-preview.0",
3737
"typescript": "5.0.4"
3838
},
3939
"files": [
@@ -43,5 +43,6 @@
4343
],
4444
"engines": {
4545
"node": ">= 18"
46-
}
46+
},
47+
"private": true
4748
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/microsoft/react-native-windows",
1010
"directory": "packages/@react-native-windows/automation-commands"
1111
},
12-
"private": false,
12+
"private": true,
1313
"scripts": {
1414
"build": "rnw-scripts build",
1515
"clean": "rnw-scripts clean",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/@react-native-windows/automation"
1010
},
1111
"license": "MIT",
12-
"private": false,
12+
"private": true,
1313
"scripts": {
1414
"build": "rnw-scripts build",
1515
"clean": "rnw-scripts clean",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@react-native-windows/automation-channel": "^0.12.303",
22-
"@react-native-windows/fs": "^0.0.0-canary.65",
22+
"@react-native-windows/fs": "0.79.0-preview.0",
2323
"@typescript-eslint/eslint-plugin": "^7.1.1",
2424
"@typescript-eslint/parser": "^7.1.1",
2525
"chalk": "^4.1.2",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/cli",
3-
"version": "0.0.0-canary.265",
3+
"version": "0.79.0-preview.0",
44
"license": "MIT",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -17,10 +17,10 @@
1717
"watch": "rnw-scripts watch"
1818
},
1919
"dependencies": {
20-
"@react-native-windows/codegen": "0.0.0-canary.123",
21-
"@react-native-windows/fs": "^0.0.0-canary.65",
22-
"@react-native-windows/package-utils": "^0.0.0-canary.91",
23-
"@react-native-windows/telemetry": "^0.0.0-canary.120",
20+
"@react-native-windows/codegen": "0.79.0-preview.0",
21+
"@react-native-windows/fs": "0.79.0-preview.0",
22+
"@react-native-windows/package-utils": "0.79.0-preview.0",
23+
"@react-native-windows/telemetry": "0.79.0-preview.0",
2424
"@xmldom/xmldom": "^0.7.7",
2525
"chalk": "^4.1.0",
2626
"cli-spinners": "^2.2.0",
@@ -72,7 +72,7 @@
7272
"src/powershell"
7373
],
7474
"beachball": {
75-
"defaultNpmTag": "canary",
75+
"defaultNpmTag": "preview",
7676
"disallowedChangeTypes": [
7777
"major",
7878
"minor",

packages/@react-native-windows/codegen/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/codegen",
3-
"version": "0.0.0-canary.123",
3+
"version": "0.79.0-preview.0",
44
"description": "Generators for react-native-codegen targeting react-native-windows",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"react-native-windows-codegen": "./bin.js"
2323
},
2424
"dependencies": {
25-
"@react-native-windows/fs": "^0.0.0-canary.65",
25+
"@react-native-windows/fs": "0.79.0-preview.0",
2626
"chalk": "^4.1.0",
2727
"globby": "^11.1.0",
2828
"mustache": "^4.0.1",
@@ -57,7 +57,7 @@
5757
"src"
5858
],
5959
"beachball": {
60-
"defaultNpmTag": "canary",
60+
"defaultNpmTag": "preview",
6161
"disallowedChangeTypes": [
6262
"major",
6363
"minor",

packages/@react-native-windows/find-repo-root/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/find-repo-root",
3-
"version": "0.0.0-canary.94",
3+
"version": "0.79.0-preview.0",
44
"license": "MIT",
55
"scripts": {
66
"build": "rnw-scripts build",
@@ -16,7 +16,7 @@
1616
"directory": "packages/@react-native-windows/find-repo-root"
1717
},
1818
"dependencies": {
19-
"@react-native-windows/fs": "^0.0.0-canary.65",
19+
"@react-native-windows/fs": "0.79.0-preview.0",
2020
"find-up": "^4.1.0"
2121
},
2222
"devDependencies": {
@@ -32,7 +32,7 @@
3232
"typescript": "5.0.4"
3333
},
3434
"beachball": {
35-
"defaultNpmTag": "canary",
35+
"defaultNpmTag": "preview",
3636
"disallowedChangeTypes": [
3737
"major",
3838
"minor",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-windows/fs",
33
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.",
4-
"version": "0.0.0-canary.65",
4+
"version": "0.79.0-preview.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "rnw-scripts build",
@@ -36,7 +36,7 @@
3636
"lib-commonjs"
3737
],
3838
"beachball": {
39-
"defaultNpmTag": "canary",
39+
"defaultNpmTag": "preview",
4040
"disallowedChangeTypes": [
4141
"major",
4242
"minor",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/package-utils",
3-
"version": "0.0.0-canary.91",
3+
"version": "0.79.0-preview.0",
44
"license": "MIT",
55
"scripts": {
66
"build": "rnw-scripts build",
@@ -16,8 +16,8 @@
1616
"directory": "packages/@react-native-windows/package-utils"
1717
},
1818
"dependencies": {
19-
"@react-native-windows/find-repo-root": "^0.0.0-canary.94",
20-
"@react-native-windows/fs": "^0.0.0-canary.65",
19+
"@react-native-windows/find-repo-root": "0.79.0-preview.0",
20+
"@react-native-windows/fs": "0.79.0-preview.0",
2121
"get-monorepo-packages": "^1.2.0",
2222
"lodash": "^4.17.15"
2323
},
@@ -34,7 +34,7 @@
3434
"typescript": "5.0.4"
3535
},
3636
"beachball": {
37-
"defaultNpmTag": "canary",
37+
"defaultNpmTag": "preview",
3838
"disallowedChangeTypes": [
3939
"major",
4040
"minor",

0 commit comments

Comments
 (0)