Skip to content

Commit 27ee331

Browse files
committed
c194f66 chore: bump version to beta.11 w/ changelog
1 parent 090911a commit 27ee331

11 files changed

Lines changed: 16 additions & 16 deletions

File tree

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Mar 18 20:36:56 UTC 2016
2-
a5e6eaaebccbc70f3cbe2aa54ef4e4a9badaa122
1+
Sat Mar 19 00:18:05 UTC 2016
2+
c194f6695d3a00330ddfbefdc3ba393b0dce0dab

bundles/angular2-all-testing.umd.dev.js

Lines changed: 1 addition & 2 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.dev.js

Lines changed: 1 addition & 2 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18923,7 +18923,6 @@ return /******/ (function(modules) { // webpackBootstrap
1892318923
var lang_1 = __webpack_require__(5);
1892418924
var collection_1 = __webpack_require__(12);
1892518925
var _WHEN_DEFAULT = lang_1.CONST_EXPR(new Object());
18926-
/** @internal */
1892718926
var SwitchView = (function () {
1892818927
function SwitchView(_viewContainerRef, _templateRef) {
1892918928
this._viewContainerRef = _viewContainerRef;

es6/dev/src/common/directives/ng_switch.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6/prod/src/common/directives/ng_switch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { Directive, Host, ViewContainerRef, TemplateRef } from 'angular2/core';
1414
import { isPresent, isBlank, normalizeBlank, CONST_EXPR } from 'angular2/src/facade/lang';
1515
import { ListWrapper, Map } from 'angular2/src/facade/collection';
1616
const _WHEN_DEFAULT = CONST_EXPR(new Object());
17-
/** @internal */
1817
export class SwitchView {
1918
constructor(_viewContainerRef, _templateRef) {
2019
this._viewContainerRef = _viewContainerRef;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Angular 2 - a web framework for modern web apps",
55
"homepage": "https://github.com/angular/angular",
66
"bugs": "https://github.com/angular/angular/issues",

src/common/directives/ng_switch.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
import { ViewContainerRef, TemplateRef } from 'angular2/core';
2+
export declare class SwitchView {
3+
private _viewContainerRef;
4+
private _templateRef;
5+
constructor(_viewContainerRef: ViewContainerRef, _templateRef: TemplateRef);
6+
create(): void;
7+
destroy(): void;
8+
}
29
/**
310
* Adds or removes DOM sub-trees when their match expressions match the switch expression.
411
*

src/common/directives/ng_switch.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngHttp",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Http module for Angular 2",
55
"homepage": "https://github.com/angular/angular",
66
"bugs": "https://github.com/angular/angular/issues",
@@ -9,7 +9,7 @@
99
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
1010
"devDependencies": {},
1111
"peerDependencies": {
12-
"angular2": "2.0.0-beta.10",
12+
"angular2": "2.0.0-beta.11",
1313
"rxjs": "5.0.0-beta.2"
1414
}
1515
}

0 commit comments

Comments
 (0)