@office-iss/react-native-win32 0.75.0-preview.5 → 0.75.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
@@ -2,7 +2,37 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 12 Aug 2024 15:17:59 GMT",
5
+ "date": "Mon, 02 Sep 2024 15:14:23 GMT",
6
+ "version": "0.75.1",
7
+ "tag": "@office-iss/react-native-win32_v0.75.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "576f06fd10e020c30e9e204e189c5133a0cbd038",
14
+ "comment": "integrate 0.75.2"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 19 Aug 2024 20:18:59 GMT",
21
+ "version": "0.75.0",
22
+ "tag": "@office-iss/react-native-win32_v0.75.0",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "ba3dd8c01553d45225124eaab38a13d8aa0b8b20",
29
+ "comment": "Promote 0.75 to latest"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 12 Aug 2024 15:18:28 GMT",
6
36
  "version": "0.75.0-preview.5",
7
37
  "tag": "@office-iss/react-native-win32_v0.75.0-preview.5",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Mon, 12 Aug 2024 15:17:59 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 02 Sep 2024 15:14:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.75.0-preview.5
7
+ ## 0.75.1
8
8
 
9
- Mon, 12 Aug 2024 15:17:59 GMT
9
+ Mon, 02 Sep 2024 15:14:23 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - integrate 0.75.0-rc.7 (email not defined)
13
+ - integrate 0.75.2 (tatianakapos@microsoft.com)
14
14
 
15
+ ## 0.75.0
16
+
17
+ Mon, 19 Aug 2024 20:18:59 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.75 to latest (tatianakapos@microsoft.com)
22
+
23
+ ## 0.75.0-preview.5
24
+
25
+ Mon, 12 Aug 2024 15:18:28 GMT
26
+
27
+ ### Changes
28
+
29
+ - integrate 0.75.0-rc.7 (email not defined)
30
+
15
31
  ## 0.75.0-preview.4
16
32
 
17
33
  Mon, 05 Aug 2024 15:25:47 GMT
@@ -16,8 +16,8 @@ const version: $ReadOnly<{
16
16
  }> = {
17
17
  major: 0,
18
18
  minor: 75,
19
- patch: 0,
20
- prerelease: 'rc.7',
19
+ patch: 2,
20
+ prerelease: null,
21
21
  };
22
22
 
23
23
  module.exports = {version};
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.75.0-rc.7",
10
+ "baseVersion": "0.75.2",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.75.0-preview.5",
3
+ "version": "0.75.1",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,13 +30,13 @@
30
30
  "@react-native-community/cli-platform-android": "14.0.0",
31
31
  "@react-native-community/cli-platform-ios": "14.0.0",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.75.0-rc.7",
34
- "@react-native/codegen": "0.75.0-rc.7",
35
- "@react-native/community-cli-plugin": "0.75.0-rc.7",
36
- "@react-native/gradle-plugin": "0.75.0-rc.7",
37
- "@react-native/js-polyfills": "0.75.0-rc.7",
38
- "@react-native/normalize-colors": "0.75.0-rc.7",
39
- "@react-native/virtualized-lists": "0.75.0-rc.7",
33
+ "@react-native/assets-registry": "0.75.2",
34
+ "@react-native/codegen": "0.75.2",
35
+ "@react-native/community-cli-plugin": "0.75.2",
36
+ "@react-native/gradle-plugin": "0.75.2",
37
+ "@react-native/js-polyfills": "0.75.2",
38
+ "@react-native/normalize-colors": "0.75.2",
39
+ "@react-native/virtualized-lists": "0.75.2",
40
40
  "abort-controller": "^3.0.0",
41
41
  "anser": "^1.4.9",
42
42
  "ansi-regex": "^5.0.0",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@babel/core": "^7.20.0",
73
73
  "@babel/eslint-parser": "^7.20.0",
74
- "@react-native/metro-config": "0.75.0-rc.7",
74
+ "@react-native/metro-config": "0.75.2",
75
75
  "@rnw-scripts/babel-react-native-config": "0.0.0",
76
76
  "@rnw-scripts/eslint-config": "1.2.23",
77
77
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
@@ -87,21 +87,21 @@
87
87
  "just-scripts": "^1.3.3",
88
88
  "prettier": "2.8.8",
89
89
  "react": "18.3.1",
90
- "react-native": "0.75.0-rc.7",
90
+ "react-native": "0.75.2",
91
91
  "react-native-platform-override": "^1.9.42",
92
92
  "typescript": "5.0.4"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@types/react": "^18.2.6",
96
96
  "react": "^18.2.0",
97
- "react-native": "0.75.0-rc.7"
97
+ "react-native": "^0.75.2"
98
98
  },
99
99
  "beachball": {
100
- "defaultNpmTag": "preview",
100
+ "defaultNpmTag": "latest",
101
101
  "disallowedChangeTypes": [
102
102
  "major",
103
103
  "minor",
104
- "patch",
104
+ "prerelease",
105
105
  "premajor",
106
106
  "preminor",
107
107
  "prepatch"