@office-iss/react-native-win32 0.76.0-preview.4 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +31 -1
- package/CHANGELOG.md +21 -5
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 12 Nov 2024 00:01:27 GMT",
|
|
6
|
+
"version": "0.76.0",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.76.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "1d9e51e78069deb922129373406cacd33817d29e",
|
|
14
|
+
"comment": "Promote 0.76 to latest"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 04 Nov 2024 16:28:49 GMT",
|
|
21
|
+
"version": "0.76.0-preview.5",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.76.0-preview.5",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "80dbd3740b4183dc8c898a89923f784f13996c35",
|
|
29
|
+
"comment": "integrate RN 0.76.0 and fix babel.config"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 28 Oct 2024 15:29:51 GMT",
|
|
6
36
|
"version": "0.76.0-preview.4",
|
|
7
37
|
"tag": "@office-iss/react-native-win32_v0.76.0-preview.4",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 12 Nov 2024 00:01:27 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.76.0
|
|
7
|
+
## 0.76.0
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Tue, 12 Nov 2024 00:01:27 GMT
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Promote 0.76 to latest (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.76.0-preview.5
|
|
16
|
+
|
|
17
|
+
Mon, 04 Nov 2024 16:28:49 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- integrate RN 0.76.0 and fix babel.config (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.76.0-preview.4
|
|
24
|
+
|
|
25
|
+
Mon, 28 Oct 2024 15:29:51 GMT
|
|
26
|
+
|
|
27
|
+
### Changes
|
|
28
|
+
|
|
29
|
+
- Fix repo linting with prettier (jthysell@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.76.0-preview.3
|
|
16
32
|
|
|
17
33
|
Mon, 21 Oct 2024 15:36:46 GMT
|
package/overrides.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.76.0
|
|
3
|
+
"version": "0.76.0",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.76.0
|
|
34
|
-
"@react-native/codegen": "0.76.0
|
|
35
|
-
"@react-native/community-cli-plugin": "0.76.0
|
|
36
|
-
"@react-native/gradle-plugin": "0.76.0
|
|
37
|
-
"@react-native/js-polyfills": "0.76.0
|
|
38
|
-
"@react-native/normalize-colors": "0.76.0
|
|
39
|
-
"@react-native/virtualized-lists": "0.76.0
|
|
33
|
+
"@react-native/assets-registry": "0.76.0",
|
|
34
|
+
"@react-native/codegen": "0.76.0",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.76.0",
|
|
36
|
+
"@react-native/gradle-plugin": "0.76.0",
|
|
37
|
+
"@react-native/js-polyfills": "0.76.0",
|
|
38
|
+
"@react-native/normalize-colors": "0.76.0",
|
|
39
|
+
"@react-native/virtualized-lists": "0.76.0",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@babel/core": "^7.25.2",
|
|
76
76
|
"@babel/eslint-parser": "^7.25.1",
|
|
77
|
-
"@react-native/metro-config": "0.76.0
|
|
77
|
+
"@react-native/metro-config": "0.76.0",
|
|
78
78
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
79
79
|
"@rnw-scripts/eslint-config": "1.2.27",
|
|
80
80
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.31",
|
|
@@ -90,21 +90,21 @@
|
|
|
90
90
|
"just-scripts": "^1.3.3",
|
|
91
91
|
"prettier": "2.8.8",
|
|
92
92
|
"react": "18.3.1",
|
|
93
|
-
"react-native": "0.76.0
|
|
93
|
+
"react-native": "0.76.0",
|
|
94
94
|
"react-native-platform-override": "^1.9.46",
|
|
95
95
|
"typescript": "5.0.4"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@types/react": "^18.2.6",
|
|
99
99
|
"react": "^18.2.0",
|
|
100
|
-
"react-native": "0.76.0
|
|
100
|
+
"react-native": "^0.76.0"
|
|
101
101
|
},
|
|
102
102
|
"beachball": {
|
|
103
|
-
"defaultNpmTag": "
|
|
103
|
+
"defaultNpmTag": "latest",
|
|
104
104
|
"disallowedChangeTypes": [
|
|
105
105
|
"major",
|
|
106
106
|
"minor",
|
|
107
|
-
"
|
|
107
|
+
"prerelease",
|
|
108
108
|
"premajor",
|
|
109
109
|
"preminor",
|
|
110
110
|
"prepatch"
|