@office-iss/react-native-win32 0.72.0-preview.6 → 0.72.0

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, 23 Jun 2023 01:59:31 GMT",
5
+ "date": "Fri, 23 Jun 2023 22:29:26 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.72.0",
7
+ "version": "0.72.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jthysell@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "dcf5d13c74acfd5fdef5169fa181c9fb175950ad",
14
+ "comment": "Promote 0.72 to latest"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 23 Jun 2023 01:59:52 GMT",
6
21
  "tag": "@office-iss/react-native-win32_v0.72.0-preview.6",
7
22
  "version": "0.72.0-preview.6",
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, 23 Jun 2023 01:59:31 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 23 Jun 2023 22:29:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.72.0-preview.6
7
+ ## 0.72.0
8
8
 
9
- Fri, 23 Jun 2023 01:59:31 GMT
9
+ Fri, 23 Jun 2023 22:29:26 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Integrate RN 0.72.0 (jthysell@microsoft.com)
13
+ - Promote 0.72 to latest (jthysell@microsoft.com)
14
14
 
15
+ ## 0.72.0-preview.6
16
+
17
+ Fri, 23 Jun 2023 01:59:52 GMT
18
+
19
+ ### Changes
20
+
21
+ - Integrate RN 0.72.0 (jthysell@microsoft.com)
22
+
15
23
  ## 0.72.0-preview.5
16
24
 
17
25
  Mon, 12 Jun 2023 15:15:26 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.72.0-preview.6",
3
+ "version": "0.72.0",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -92,11 +92,11 @@
92
92
  "react-native": "^0.72.0"
93
93
  },
94
94
  "beachball": {
95
- "defaultNpmTag": "preview",
95
+ "defaultNpmTag": "latest",
96
96
  "disallowedChangeTypes": [
97
97
  "major",
98
98
  "minor",
99
- "patch"
99
+ "prerelease"
100
100
  ]
101
101
  },
102
102
  "promoteRelease": true,