@office-iss/react-native-win32 0.69.5 → 0.69.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,22 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 19 Dec 2022 16:12:23 GMT",
5
+ "date": "Mon, 13 Feb 2023 16:11:12 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.69.6",
7
+ "version": "0.69.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "34109996+chiaramooney@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "85c4e6eee34a268c607eb50dd87c56d5970796ee",
14
+ "comment": "Backport Focusable/Accessible Changes to 0.69"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 19 Dec 2022 16:12:47 GMT",
6
21
  "tag": "@office-iss/react-native-win32_v0.69.5",
7
22
  "version": "0.69.5",
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, 19 Dec 2022 16:12:23 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 Feb 2023 16:11:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.69.5
7
+ ## 0.69.6
8
8
 
9
- Mon, 19 Dec 2022 16:12:23 GMT
9
+ Mon, 13 Feb 2023 16:11:12 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Remove unnecessary overrides to onFocus and onBlur in Pressable (sanajmi@microsoft.com)
13
+ - Backport Focusable/Accessible Changes to 0.69 (34109996+chiaramooney@users.noreply.github.com)
14
14
 
15
+ ## 0.69.5
16
+
17
+ Mon, 19 Dec 2022 16:12:47 GMT
18
+
19
+ ### Patches
20
+
21
+ - Remove unnecessary overrides to onFocus and onBlur in Pressable (sanajmi@microsoft.com)
22
+
15
23
  ## 0.69.4
16
24
 
17
25
  Mon, 07 Nov 2022 16:12:51 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.69.5",
3
+ "version": "0.69.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",