@office-iss/react-native-win32 0.69.0-preview.4 → 0.69.0

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,28 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Jun 2022 15:10:29 GMT",
5
+ "date": "Mon, 27 Jun 2022 15:09:11 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.69.0",
7
+ "version": "0.69.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "34109996+chiaramooney@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "34b26bb3e1b807958458a386c94ae8b70cea5fbb",
14
+ "comment": "Integrate 0.69.0"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump @react-native-windows/virtualized-list to v0.69.0",
20
+ "commit": "34b26bb3e1b807958458a386c94ae8b70cea5fbb"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 13 Jun 2022 15:10:55 GMT",
6
27
  "tag": "@office-iss/react-native-win32_v0.69.0-preview.4",
7
28
  "version": "0.69.0-preview.4",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Mon, 13 Jun 2022 15:10:29 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Jun 2022 15:09:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.69.0-preview.4
7
+ ## 0.69.0
8
8
 
9
- Mon, 13 Jun 2022 15:10:29 GMT
9
+ Mon, 27 Jun 2022 15:09:11 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Integrate RC6 (34109996+chiaramooney@users.noreply.github.com)
14
- - Bump @react-native-windows/virtualized-list to v0.69.0-preview.3
13
+ - Integrate 0.69.0 (34109996+chiaramooney@users.noreply.github.com)
14
+ - Bump @react-native-windows/virtualized-list to v0.69.0
15
15
 
16
+ ## 0.69.0-preview.4
17
+
18
+ Mon, 13 Jun 2022 15:10:55 GMT
19
+
20
+ ### Changes
21
+
22
+ - Integrate RC6 (34109996+chiaramooney@users.noreply.github.com)
23
+ - Bump @react-native-windows/virtualized-list to v0.69.0-preview.3
24
+
16
25
  ## 0.69.0-preview.3
17
26
 
18
27
  Mon, 06 Jun 2022 15:09:03 GMT
@@ -13,5 +13,5 @@ exports.version = {
13
13
  major: 0,
14
14
  minor: 69,
15
15
  patch: 0,
16
- prerelease: 'rc.6',
16
+ prerelease: null,
17
17
  };
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.69.0-rc.6",
10
+ "baseVersion": "0.69.0",
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.69.0-preview.4",
3
+ "version": "0.69.0",
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": "^8.0.0",
26
26
  "@react-native-community/cli-platform-android": "^8.0.0",
27
27
  "@react-native-community/cli-platform-ios": "^8.0.0",
28
- "@react-native-windows/virtualized-list": "0.69.0-preview.3",
28
+ "@react-native-windows/virtualized-list": "0.69.0",
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",
@@ -75,21 +75,21 @@
75
75
  "just-scripts": "^1.3.3",
76
76
  "prettier": "^2.4.1",
77
77
  "react": "18.0.0",
78
- "react-native": "0.69.0-rc.6",
78
+ "react-native": "^0.69.0",
79
79
  "react-native-platform-override": "^1.6.11",
80
80
  "react-shallow-renderer": "16.14.1",
81
81
  "typescript": "^4.4.4"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "react": "18.0.0",
85
- "react-native": "0.69.0-rc.6"
85
+ "react-native": "^0.69.0"
86
86
  },
87
87
  "beachball": {
88
- "defaultNpmTag": "preview",
88
+ "defaultNpmTag": "latest",
89
89
  "disallowedChangeTypes": [
90
90
  "major",
91
91
  "minor",
92
- "patch"
92
+ "prerelease"
93
93
  ]
94
94
  },
95
95
  "promoteRelease": true,