@office-iss/react-native-win32 0.78.1 → 0.78.3

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 CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Mar 2025 15:29:22 GMT",
5
+ "date": "Mon, 02 Jun 2025 15:25:22 GMT",
6
+ "version": "0.78.3",
7
+ "tag": "@office-iss/react-native-win32_v0.78.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "00fb4d99de76a5b670cd9bb70c3c136886508e80",
14
+ "comment": "Removed unused `react-shallow-renderer` dependency"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 07 Apr 2025 15:26:14 GMT",
21
+ "version": "0.78.2",
22
+ "tag": "@office-iss/react-native-win32_v0.78.2",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "8182feba1a1ffc3118cfea726cd4a0ab92ae563c",
29
+ "comment": "use non-alpha version of @react-native-community/cli"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 17 Mar 2025 15:30:01 GMT",
6
36
  "version": "0.78.1",
7
37
  "tag": "@office-iss/react-native-win32_v0.78.1",
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 Mon, 17 Mar 2025 15:29:22 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 02 Jun 2025 15:25:22 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.78.1
7
+ ## 0.78.3
8
8
 
9
- Mon, 17 Mar 2025 15:29:22 GMT
9
+ Mon, 02 Jun 2025 15:25:22 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
13
+ - Removed unused `react-shallow-renderer` dependency (4123478+tido64@users.noreply.github.com)
14
14
 
15
+ ## 0.78.2
16
+
17
+ Mon, 07 Apr 2025 15:26:14 GMT
18
+
19
+ ### Patches
20
+
21
+ - use non-alpha version of @react-native-community/cli (tatianakapos@microsoft.com)
22
+
23
+ ## 0.78.1
24
+
25
+ Mon, 17 Mar 2025 15:30:01 GMT
26
+
27
+ ### Patches
28
+
29
+ - Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
30
+
15
31
  ## 0.78.0
16
32
 
17
33
  Thu, 27 Feb 2025 22:23:31 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.78.1",
3
+ "version": "0.78.3",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.0.0",
28
28
  "@jest/create-cache-key-function": "^29.6.3",
29
- "@react-native-community/cli": "15.0.0-alpha.2",
30
- "@react-native-community/cli-platform-android": "15.0.0-alpha.2",
31
- "@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
29
+ "@react-native-community/cli": "^15.0.0",
30
+ "@react-native-community/cli-platform-android": "^15.0.0",
31
+ "@react-native-community/cli-platform-ios": "^15.0.0",
32
32
  "@react-native/assets": "1.0.0",
33
33
  "@react-native/assets-registry": "0.78.0",
34
34
  "@react-native/codegen": "0.78.0",
@@ -61,7 +61,6 @@
61
61
  "react-clone-referenced-element": "^1.0.1",
62
62
  "react-devtools-core": "^6.0.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",