@office-iss/react-native-win32 0.70.4 → 0.70.6

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,43 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 19 Dec 2022 16:12:26 GMT",
5
+ "date": "Mon, 27 Feb 2023 16:11:14 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.70.6",
7
+ "version": "0.70.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@office-iss/react-native-win32",
13
+ "comment": "Bump @react-native-windows/virtualized-list to v0.70.2",
14
+ "commit": "1ed3be1c151cf86991ee3c566d11390c0c7f8b53"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 23 Jan 2023 16:11:42 GMT",
21
+ "tag": "@office-iss/react-native-win32_v0.70.5",
22
+ "version": "0.70.5",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "34109996+chiaramooney@users.noreply.github.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "45b8d1276e749bf0b9488c64dbd5b94086305761",
29
+ "comment": "Promote 0.70 to legacy"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@office-iss/react-native-win32",
34
+ "comment": "Bump @react-native-windows/virtualized-list to v0.70.1",
35
+ "commit": "45b8d1276e749bf0b9488c64dbd5b94086305761"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 19 Dec 2022 16:13:04 GMT",
6
42
  "tag": "@office-iss/react-native-win32_v0.70.4",
7
43
  "version": "0.70.4",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,34 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Mon, 19 Dec 2022 16:12:26 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Feb 2023 16:11:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.70.4
7
+ ## 0.70.6
8
8
 
9
- Mon, 19 Dec 2022 16:12:26 GMT
9
+ Mon, 27 Feb 2023 16:11:14 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Remove unnecessary overrides to onFocus and onBlur in Pressable (sanajmi@microsoft.com)
13
+ - Bump @react-native-windows/virtualized-list to v0.70.2
14
14
 
15
+ ## 0.70.5
16
+
17
+ Mon, 23 Jan 2023 16:11:42 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.70 to legacy (34109996+chiaramooney@users.noreply.github.com)
22
+ - Bump @react-native-windows/virtualized-list to v0.70.1
23
+
24
+ ## 0.70.4
25
+
26
+ Mon, 19 Dec 2022 16:13:04 GMT
27
+
28
+ ### Patches
29
+
30
+ - Remove unnecessary overrides to onFocus and onBlur in Pressable (sanajmi@microsoft.com)
31
+
15
32
  ## 0.70.3
16
33
 
17
34
  Mon, 07 Nov 2022 16:12:33 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.70.4",
3
+ "version": "0.70.6",
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": "^9.0.0",
26
26
  "@react-native-community/cli-platform-android": "^9.0.0",
27
27
  "@react-native-community/cli-platform-ios": "^9.0.0",
28
- "@react-native-windows/virtualized-list": "0.70.0",
28
+ "@react-native-windows/virtualized-list": "0.70.2",
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",
@@ -84,7 +84,7 @@
84
84
  "react-native": "^0.70.0"
85
85
  },
86
86
  "beachball": {
87
- "defaultNpmTag": "latest",
87
+ "defaultNpmTag": "v0.70-stable",
88
88
  "disallowedChangeTypes": [
89
89
  "major",
90
90
  "minor",