@office-iss/react-native-win32 0.67.0 → 0.67.1

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
@@ -1,6 +1,48 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 04 Apr 2022 15:12:54 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.67.1",
7
+ "version": "0.67.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "34109996+chiaramooney@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "f4f970be35618e9942c5c96e6c15c88f8426c91c",
14
+ "comment": "Promote 0.67 to legacy"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump @react-native-windows/virtualized-list to v0.67.1",
20
+ "commit": "e92602643cb768e9ce34430e9800d76769a31a2a"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 24 Jan 2022 16:13:22 GMT",
27
+ "tag": "@office-iss/react-native-win32_v0.67.0",
28
+ "version": "0.67.0",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "ngerlem@microsoft.com",
33
+ "package": "@office-iss/react-native-win32",
34
+ "commit": "not available",
35
+ "comment": "Promote 0.67 to latest"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@office-iss/react-native-win32",
40
+ "comment": "Bump @react-native-windows/virtualized-list to v0.67.0",
41
+ "commit": "f3ec055a5554558b61b538fcb405719a00249bef"
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "date": "Mon, 24 Jan 2022 16:12:31 GMT",
6
48
  "tag": "@office-iss/react-native-win32_v0.67.0",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,36 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 16:12:31 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 04 Apr 2022 15:12:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.67.0
7
+ ## 0.67.1
8
8
 
9
- Mon, 24 Jan 2022 16:12:31 GMT
9
+ Mon, 04 Apr 2022 15:12:54 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Promote 0.67 to latest (ngerlem@microsoft.com)
14
- - Bump @react-native-windows/virtualized-list to v0.67.0
13
+ - Promote 0.67 to legacy (34109996+chiaramooney@users.noreply.github.com)
14
+ - Bump @react-native-windows/virtualized-list to v0.67.1
15
15
 
16
+ ## 0.67.0
17
+
18
+ Mon, 24 Jan 2022 16:13:22 GMT
19
+
20
+ ### Patches
21
+
22
+ - Promote 0.67 to latest (ngerlem@microsoft.com)
23
+ - Bump @react-native-windows/virtualized-list to v0.67.0
24
+
25
+ ## 0.67.0
26
+
27
+ Mon, 24 Jan 2022 16:12:31 GMT
28
+
29
+ ### Patches
30
+
31
+ - Promote 0.67 to latest (ngerlem@microsoft.com)
32
+ - Bump @react-native-windows/virtualized-list to v0.67.0
33
+
16
34
  ## 0.67.0-preview.3
17
35
 
18
36
  Mon, 17 Jan 2022 16:12:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "license": "MIT",
6
6
  "main": "./index.win32.js",
@@ -25,7 +25,7 @@
25
25
  "@react-native-community/cli": "^6.0.0",
26
26
  "@react-native-community/cli-platform-android": "^6.0.0",
27
27
  "@react-native-community/cli-platform-ios": "^6.0.0",
28
- "@react-native-windows/virtualized-list": "0.67.0",
28
+ "@react-native-windows/virtualized-list": "0.67.1",
29
29
  "@react-native/assets": "1.0.0",
30
30
  "@react-native/normalize-color": "2.0.0",
31
31
  "@react-native/polyfills": "2.0.0",
@@ -80,7 +80,7 @@
80
80
  "react-native": "^0.67.0"
81
81
  },
82
82
  "beachball": {
83
- "defaultNpmTag": "latest",
83
+ "defaultNpmTag": "v0.67-stable",
84
84
  "disallowedChangeTypes": [
85
85
  "major",
86
86
  "minor",