@office-iss/react-native-win32 0.75.3 → 0.75.4

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, 28 Oct 2024 15:27:49 GMT",
5
+ "date": "Mon, 11 Nov 2024 22:52:53 GMT",
6
+ "version": "0.75.4",
7
+ "tag": "@office-iss/react-native-win32_v0.75.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "3be2698eb57eff3f51efed5d4bf4b2d07bddb7cf",
14
+ "comment": "Promote 0.75 to legacy"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 28 Oct 2024 15:28:47 GMT",
6
21
  "version": "0.75.3",
7
22
  "tag": "@office-iss/react-native-win32_v0.75.3",
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, 28 Oct 2024 15:27:49 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 11 Nov 2024 22:52:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.75.3
7
+ ## 0.75.4
8
8
 
9
- Mon, 28 Oct 2024 15:27:49 GMT
9
+ Mon, 11 Nov 2024 22:52:53 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Fix repo linting with up-to-date eslint and prettier configuration (jthysell@microsoft.com)
13
+ - Promote 0.75 to legacy (tatianakapos@microsoft.com)
14
14
 
15
+ ## 0.75.3
16
+
17
+ Mon, 28 Oct 2024 15:28:47 GMT
18
+
19
+ ### Patches
20
+
21
+ - Fix repo linting with up-to-date eslint and prettier configuration (jthysell@microsoft.com)
22
+
15
23
  ## 0.75.2
16
24
 
17
25
  Mon, 30 Sep 2024 16:40:50 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.75.3",
3
+ "version": "0.75.4",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -98,7 +98,7 @@
98
98
  "react-native": "^0.75.3"
99
99
  },
100
100
  "beachball": {
101
- "defaultNpmTag": "latest",
101
+ "defaultNpmTag": "v0.75-stable",
102
102
  "disallowedChangeTypes": [
103
103
  "major",
104
104
  "minor",