Skip to content

Commit

Permalink
5aa12c7 build: update to Bazel 0.14.0 (#24512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jun 14, 2018
1 parent 051ccc2 commit 9edbdf0
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 31 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
@@ -1,2 +1,2 @@
Thu Jun 14 03:59:29 UTC 2018
d8f7b293d79e7a3f5e6fc330d6029c790f32988a
Thu Jun 14 17:31:43 UTC 2018
5aa12c73ae06947785ccabd6d92c96bae0837d25
2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundles/compiler.umd.js
@@ -1,5 +1,5 @@
/**
* @license Angular v6.1.0-beta.1+23.sha-d8f7b29
* @license Angular v6.1.0-beta.1+24.sha-5aa12c7
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -1221,7 +1221,7 @@ var Version = /** @class */ (function () {
* @description
* Entry point for all public APIs of the common package.
*/
var VERSION = new Version('6.1.0-beta.1+23.sha-d8f7b29');
var VERSION = new Version('6.1.0-beta.1+24.sha-5aa12c7');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion bundles/compiler.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundles/compiler.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/compiler.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm2015/src/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esm5/src/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fesm2015/compiler.js
@@ -1,5 +1,5 @@
/**
* @license Angular v6.1.0-beta.1+23.sha-d8f7b29
* @license Angular v6.1.0-beta.1+24.sha-5aa12c7
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -1089,7 +1089,7 @@ class Version {
* @description
* Entry point for all public APIs of the common package.
*/
const VERSION = new Version('6.1.0-beta.1+23.sha-d8f7b29');
const VERSION = new Version('6.1.0-beta.1+24.sha-5aa12c7');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion fesm2015/compiler.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2015/testing.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fesm2015/testing.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fesm5/compiler.js
@@ -1,5 +1,5 @@
/**
* @license Angular v6.1.0-beta.1+23.sha-d8f7b29
* @license Angular v6.1.0-beta.1+24.sha-5aa12c7
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -1135,7 +1135,7 @@ var Version = /** @class */ (function () {
* @description
* Entry point for all public APIs of the common package.
*/
var VERSION = new Version('6.1.0-beta.1+23.sha-d8f7b29');
var VERSION = new Version('6.1.0-beta.1+24.sha-5aa12c7');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion fesm5/compiler.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm5/testing.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fesm5/testing.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/compiler",
"version": "6.1.0-beta.1+23.sha-d8f7b29",
"version": "6.1.0-beta.1+24.sha-5aa12c7",
"description": "Angular - the compiler library",
"main": "./bundles/compiler.umd.js",
"module": "./fesm5/compiler.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions testing.d.ts
@@ -1,8 +1,3 @@
/**
* @license Angular v6.1.0-beta.1+23.sha-d8f7b29
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/

export * from './testing/testing';

0 comments on commit 9edbdf0

Please sign in to comment.