@office-iss/react-native-win32 0.0.0-canary.286 → 0.0.0-canary.287
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 +12 -4
- package/package.json +1 -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": "Wed, 28 May 2025 05:23:19 GMT",
|
|
6
|
+
"version": "0.0.0-canary.287",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.287",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "a5ce4300e5a32b010d7c471818922242d5bee52f",
|
|
14
|
+
"comment": "Removed unused `react-shallow-renderer` dependency"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 22 May 2025 05:24:49 GMT",
|
|
6
21
|
"version": "0.0.0-canary.286",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.0.0-canary.286",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
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 Wed, 28 May 2025 05:23:19 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.287
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Wed, 28 May 2025 05:23:19 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Removed unused `react-shallow-renderer` dependency (4123478+tido64@users.noreply.github.com)
|
|
14
14
|
|
|
15
|
+
## 0.0.0-canary.286
|
|
16
|
+
|
|
17
|
+
Thu, 22 May 2025 05:24:49 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Integrate RN 0.79.0-nightly-20250220-41b597c73 (54227869+anupriya13@users.noreply.github.com)
|
|
22
|
+
|
|
15
23
|
## 0.0.0-canary.285
|
|
16
24
|
|
|
17
25
|
Tue, 13 May 2025 21:05:06 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.287",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"react-clone-referenced-element": "^1.0.1",
|
|
62
62
|
"react-devtools-core": "^6.1.1",
|
|
63
63
|
"react-refresh": "^0.14.0",
|
|
64
|
-
"react-shallow-renderer": "^16.15.0",
|
|
65
64
|
"regenerator-runtime": "^0.13.2",
|
|
66
65
|
"scheduler": "0.25.0",
|
|
67
66
|
"semver": "^7.1.3",
|