@office-iss/react-native-win32 0.71.10 → 0.71.11

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": "Fri, 09 Jun 2023 01:05:12 GMT",
5
+ "date": "Fri, 23 Jun 2023 18:18:39 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.71.11",
7
+ "version": "0.71.11",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jthysell@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "558faa07e799af7b36c2654a505161ae152b2c36",
14
+ "comment": "Promote 0.71 to legacy"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 09 Jun 2023 01:05:22 GMT",
6
21
  "tag": "@office-iss/react-native-win32_v0.71.10",
7
22
  "version": "0.71.10",
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 Fri, 09 Jun 2023 01:05:12 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 23 Jun 2023 18:18:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.71.10
7
+ ## 0.71.11
8
8
 
9
- Fri, 09 Jun 2023 01:05:12 GMT
9
+ Fri, 23 Jun 2023 18:18:39 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Type definition files shouldnt use win32 extension (30809111+acoates-ms@users.noreply.github.com)
13
+ - Promote 0.71 to legacy (jthysell@microsoft.com)
14
14
 
15
+ ## 0.71.10
16
+
17
+ Fri, 09 Jun 2023 01:05:22 GMT
18
+
19
+ ### Patches
20
+
21
+ - Type definition files shouldnt use win32 extension (30809111+acoates-ms@users.noreply.github.com)
22
+
15
23
  ## 0.71.9
16
24
 
17
25
  Thu, 08 Jun 2023 17:58:47 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.71.10",
3
+ "version": "0.71.11",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "license": "MIT",
6
6
  "main": "./index.win32.js",
@@ -82,7 +82,7 @@
82
82
  "react-native": "^0.71.0"
83
83
  },
84
84
  "beachball": {
85
- "defaultNpmTag": "latest",
85
+ "defaultNpmTag": "v0.71-stable",
86
86
  "disallowedChangeTypes": [
87
87
  "major",
88
88
  "minor",