Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Jan 20, 2016
1 parent 61af086 commit 480c5be
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .npm/package/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.1.6] - 2016-01-20

### Fixed

Expand Down Expand Up @@ -42,7 +42,7 @@ We have a new contributor: Kamil Kisiela.

- BREAKING CHANGE: Meteor 1.1 version is now deprecated and will not be updated any further, other than to possibly fix very annoying errors.

[Unreleased]: https://github.com/pbastowski/angular2-now/compare/v1.1.5...HEAD
[1.1.6]: https://github.com/pbastowski/angular2-now/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/pbastowski/angular2-now/compare/a8e7c2a...v1.1.5
[1.1.3]: https://github.com/pbastowski/angular2-now/compare/v1.1.0...a8e7c2a
[1.1.0]: https://github.com/pbastowski/angular2-now/compare/689efb3...v1.1.0
6 changes: 2 additions & 4 deletions dist/angular2-now.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular2-now v1.1.5 */
/*! angular2-now v1.1.6 */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down Expand Up @@ -413,9 +413,7 @@ return /******/ (function(modules) { // webpackBootstrap
var staticProps = {};

for (var i in target) {
if (target.hasOwnProperty(i)) {
staticProps[i] = target[i];
}
staticProps[i] = target[i];
}
// Assign a new constructor, which holds the injected deps.
target = controller;
Expand Down
4 changes: 2 additions & 2 deletions dist/angular2-now.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular2-now.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package.describe({
name: 'pbastowski:angular2-now',
version: '1.1.5',
version: '1.1.6',
summary: 'Angular 2 @Component syntax for Meteor 1.2 and AngularJS',
git: 'https://github.com/pbastowski/angular2-now.git',
documentation: 'README.md'
});

Npm.depends({
'angular2-now': '1.1.5'
'angular2-now': '1.1.6'
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-now",
"version": "1.1.5",
"version": "1.1.6",
"description": "Angular 2 component syntax for Angular 1 apps",
"main": "dist/angular2-now.js",
"scripts": {
Expand Down

0 comments on commit 480c5be

Please sign in to comment.