@office-iss/react-native-win32 0.70.0-preview.1 → 0.70.0-preview.2

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, 22 Aug 2022 20:19:25 GMT",
5
+ "date": "Tue, 23 Aug 2022 23:36:27 GMT",
6
+ "tag": "@office-iss/react-native-win32_v0.70.0-preview.2",
7
+ "version": "0.70.0-preview.2",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "34109996+chiaramooney@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "144a31db1774e3a88528560956483c63e5665b1d",
14
+ "comment": "Resolve Conflicts"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump @react-native-windows/virtualized-list to v0.70.0-preview.2",
20
+ "commit": "144a31db1774e3a88528560956483c63e5665b1d"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 22 Aug 2022 20:20:06 GMT",
6
27
  "tag": "@office-iss/react-native-win32_v0.70.0-preview.1",
7
28
  "version": "0.70.0-preview.1",
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, 22 Aug 2022 20:19:25 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Aug 2022 23:36:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.70.0-preview.1
7
+ ## 0.70.0-preview.2
8
8
 
9
- Mon, 22 Aug 2022 20:19:25 GMT
9
+ Tue, 23 Aug 2022 23:36:27 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Promote 0.70 to preview (34109996+chiaramooney@users.noreply.github.com)
14
- - Bump @react-native-windows/virtualized-list to v0.70.0-preview.1
13
+ - Resolve Conflicts (34109996+chiaramooney@users.noreply.github.com)
14
+ - Bump @react-native-windows/virtualized-list to v0.70.0-preview.2
15
15
 
16
+ ## 0.70.0-preview.1
17
+
18
+ Mon, 22 Aug 2022 20:20:06 GMT
19
+
20
+ ### Changes
21
+
22
+ - Promote 0.70 to preview (34109996+chiaramooney@users.noreply.github.com)
23
+ - Bump @react-native-windows/virtualized-list to v0.70.0-preview.1
24
+
16
25
  ## 0.0.0-canary.158
17
26
 
18
27
  Sat, 20 Aug 2022 05:08:53 GMT
@@ -13,5 +13,5 @@ exports.version = {
13
13
  major: 0,
14
14
  minor: 70,
15
15
  patch: 0,
16
- prerelease: 'rc.1',
16
+ prerelease: 'rc.4',
17
17
  };
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.70.0-rc.1",
10
+ "baseVersion": "0.70.0-rc.4",
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.70.0-preview.1",
3
+ "version": "0.70.0-preview.2",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "license": "MIT",
6
6
  "main": "./index.win32.js",
@@ -22,10 +22,10 @@
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7.0.0",
24
24
  "@jest/create-cache-key-function": "^27.0.1",
25
- "@react-native-community/cli": "^9.0.0-alpha.5",
26
- "@react-native-community/cli-platform-android": "^9.0.0-alpha.5",
27
- "@react-native-community/cli-platform-ios": "^9.0.0-alpha.5",
28
- "@react-native-windows/virtualized-list": "0.70.0-preview.1",
25
+ "@react-native-community/cli": "^9.0.0",
26
+ "@react-native-community/cli-platform-android": "^9.0.0",
27
+ "@react-native-community/cli-platform-ios": "^9.0.0",
28
+ "@react-native-windows/virtualized-list": "0.70.0-preview.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",
@@ -37,17 +37,17 @@
37
37
  "invariant": "^2.2.4",
38
38
  "jsc-android": "^250230.2.1",
39
39
  "memoize-one": "^5.0.0",
40
- "metro-react-native-babel-transformer": "0.71.3",
41
- "metro-runtime": "0.71.3",
42
- "metro-source-map": "0.71.3",
40
+ "metro-react-native-babel-transformer": "0.72.1",
41
+ "metro-runtime": "0.72.1",
42
+ "metro-source-map": "0.72.1",
43
43
  "mkdirp": "^0.5.1",
44
44
  "nullthrows": "^1.1.1",
45
45
  "pretty-format": "^26.5.2",
46
46
  "promise": "^8.0.3",
47
47
  "react-clone-referenced-element": "^1.0.1",
48
48
  "react-devtools-core": "4.24.0",
49
- "react-native-codegen": "^0.70.3",
50
- "react-native-gradle-plugin": "^0.70.0",
49
+ "react-native-codegen": "^0.70.4",
50
+ "react-native-gradle-plugin": "^0.70.2",
51
51
  "react-refresh": "^0.4.0",
52
52
  "react-shallow-renderer": "^16.15.0",
53
53
  "regenerator-runtime": "^0.13.2",
@@ -74,14 +74,14 @@
74
74
  "just-scripts": "^1.3.3",
75
75
  "prettier": "^2.4.1",
76
76
  "react": "18.1.0",
77
- "react-native": "0.70.0-rc.1",
77
+ "react-native": "0.70.0-rc.4",
78
78
  "react-native-platform-override": "^1.6.13",
79
79
  "react-shallow-renderer": "16.14.1",
80
80
  "typescript": "^4.4.4"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "react": "18.1.0",
84
- "react-native": "0.70.0-rc.1"
84
+ "react-native": "0.70.0-rc.4"
85
85
  },
86
86
  "beachball": {
87
87
  "defaultNpmTag": "preview",