@office-iss/react-native-win32 0.72.15 → 0.72.16

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,22 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 27 May 2024 15:13:47 GMT",
5
+ "date": "Thu, 11 Jul 2024 22:50:45 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.72.16",
7
+ "version": "0.72.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jthysell@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "eb2ae09b9f0b6f8e42096a1bac35d00423915052",
14
+ "comment": "Integrate to 0.72.15"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 27 May 2024 15:14:13 GMT",
6
21
  "tag": "@office-iss/react-native-win32_v0.72.15",
7
22
  "version": "0.72.15",
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 Mon, 27 May 2024 15:13:47 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Jul 2024 22:50:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.72.15
7
+ ## 0.72.16
8
8
 
9
- Mon, 27 May 2024 15:13:47 GMT
9
+ Thu, 11 Jul 2024 22:50:45 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - integrate 0.72.14 (email not defined)
13
+ - Integrate to 0.72.15 (jthysell@microsoft.com)
14
14
 
15
+ ## 0.72.15
16
+
17
+ Mon, 27 May 2024 15:14:13 GMT
18
+
19
+ ### Patches
20
+
21
+ - integrate 0.72.14 (email not defined)
22
+
15
23
  ## 0.72.14
16
24
 
17
25
  Mon, 18 Mar 2024 20:19:30 GMT
@@ -12,6 +12,6 @@
12
12
  exports.version = {
13
13
  major: 0,
14
14
  minor: 72,
15
- patch: 14,
15
+ patch: 15,
16
16
  prerelease: null,
17
17
  };
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.72.14",
10
+ "baseVersion": "0.72.15",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.72.15",
3
+ "version": "0.72.16",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -84,7 +84,7 @@
84
84
  "just-scripts": "^1.3.3",
85
85
  "prettier": "^2.4.1",
86
86
  "react": "18.2.0",
87
- "react-native": "0.72.14",
87
+ "react-native": "0.72.15",
88
88
  "react-native-platform-override": "^1.9.4",
89
89
  "typescript": "^4.9.5"
90
90
  },