Skip to content

Commit e8d7486

Browse files
committed
63dff9c88 ci: temporarily disable chrome mobile tests on android (#32403)
1 parent fc34457 commit e8d7486

22 files changed

+31
-30
lines changed

ANGULAR_PACKAGE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file is used by the npm/yarn_install rule to detect APF. See https://github.com/bazelbuild/rules_nodejs/issues/927

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Aug 29 00:45:58 UTC 2019
2-
18ce58c2bc3551781addaa0b32a607d5269a4e44
1+
Thu Aug 29 19:49:00 UTC 2019
2+
63dff9c888c2c89afa7c8aff9747022768b42370

bundles/platform-browser-dynamic-testing.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/platform-browser-dynamic-testing.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/platform-browser-dynamic-testing.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/platform-browser-dynamic.umd.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/platform-browser-dynamic.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/platform-browser-dynamic.umd.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/platform-browser-dynamic.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm2015/src/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm5/src/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2015/platform-browser-dynamic.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2015/platform-browser-dynamic.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2015/testing.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm5/platform-browser-dynamic.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm5/platform-browser-dynamic.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm5/testing.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/platform-browser-dynamic",
3-
"version": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
3+
"version": "9.0.0-next.4+30.sha-63dff9c.with-local-changes",
44
"description": "Angular - library for using Angular in a web browser with JIT compilation",
55
"main": "./bundles/platform-browser-dynamic.umd.js",
66
"module": "./fesm5/platform-browser-dynamic.js",
@@ -16,10 +16,10 @@
1616
"tslib": "^1.9.0"
1717
},
1818
"peerDependencies": {
19-
"@angular/core": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
20-
"@angular/common": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
21-
"@angular/compiler": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
22-
"@angular/platform-browser": "9.0.0-next.4+21.sha-18ce58c.with-local-changes"
19+
"@angular/core": "9.0.0-next.4+30.sha-63dff9c.with-local-changes",
20+
"@angular/common": "9.0.0-next.4+30.sha-63dff9c.with-local-changes",
21+
"@angular/compiler": "9.0.0-next.4+30.sha-63dff9c.with-local-changes",
22+
"@angular/platform-browser": "9.0.0-next.4+30.sha-63dff9c.with-local-changes"
2323
},
2424
"repository": {
2525
"type": "git",

platform-browser-dynamic.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v9.0.0-next.4+21.sha-18ce58c.with-local-changes
2+
* @license Angular v9.0.0-next.4+30.sha-63dff9c.with-local-changes
33
* (c) 2010-2019 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)