@office-iss/react-native-win32 0.0.0-canary.254 → 0.0.0-canary.255
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 +16 -1
- package/CHANGELOG.md +16 -8
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 21 Jun 2024 05:16:45 GMT",
|
|
6
|
+
"version": "0.0.0-canary.255",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.255",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"comment": "Bump react-native-platform-override to v1.9.42",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 12 Jun 2024 05:16:24 GMT",
|
|
6
21
|
"version": "0.0.0-canary.254",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.0.0-canary.254",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,29 @@
|
|
|
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 Fri, 21 Jun 2024 05:16:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.255
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 21 Jun 2024 05:16:45 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Bump @rnw-scripts/eslint-config to v1.2.23
|
|
15
|
-
- Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.27
|
|
16
|
-
- Bump @rnw-scripts/just-task to v2.3.40
|
|
17
|
-
- Bump react-native-platform-override to v1.9.41
|
|
13
|
+
- Bump react-native-platform-override to v1.9.42
|
|
18
14
|
|
|
15
|
+
## 0.0.0-canary.254
|
|
16
|
+
|
|
17
|
+
Wed, 12 Jun 2024 05:16:24 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Integrate 6/10 (yajurgrover24@gmail.com)
|
|
22
|
+
- Bump @rnw-scripts/eslint-config to v1.2.23
|
|
23
|
+
- Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.27
|
|
24
|
+
- Bump @rnw-scripts/just-task to v2.3.40
|
|
25
|
+
- Bump react-native-platform-override to v1.9.41
|
|
26
|
+
|
|
19
27
|
## 0.0.0-canary.253
|
|
20
28
|
|
|
21
29
|
Sat, 08 Jun 2024 05:17:56 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.0.0-canary.
|
|
3
|
+
"version": "0.0.0-canary.255",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"prettier": "2.8.8",
|
|
89
89
|
"react": "18.3.1",
|
|
90
90
|
"react-native": "0.75.0-nightly-20240610-ced076210",
|
|
91
|
-
"react-native-platform-override": "^1.9.
|
|
91
|
+
"react-native-platform-override": "^1.9.42",
|
|
92
92
|
"typescript": "5.0.4"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|