Skip to content

Commit

Permalink
chore(release): Release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Feb 28, 2016
1 parent bc41df2 commit 8d03f26
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 23 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<a name="1.3.7"></a>
## [1.3.7](https://github.com/Urigo/angular-meteor/compare/1.3.6...v1.3.7) (2016-02-28)


### Bug Fixes

* **$angularMeteorSettings:** unknown provider ([bb1422c](https://github.com/Urigo/angular-meteor/commit/bb1422c))
* **$angularMeteorSettings:** unknown provider ([44afc52](https://github.com/Urigo/angular-meteor/commit/44afc52))
* **angular-meteor-data:** missing file extension ([5bf38ea](https://github.com/Urigo/angular-meteor/commit/5bf38ea))
* Apply mixins to rootScope ([1a1c61b](https://github.com/Urigo/angular-meteor/commit/1a1c61b))
* Legacy modules tests not passing ([504952e](https://github.com/Urigo/angular-meteor/commit/504952e))

### Features

* support for new angular-templates ([5ab8fe7](https://github.com/Urigo/angular-meteor/commit/5ab8fe7))
* **templates:** make compatible with modules ([fefa70c](https://github.com/Urigo/angular-meteor/commit/fefa70c))



2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor",
"main": "./dist/angular-meteor.bundle.min.js",
"version": "1.3.7-beta.1",
"version": "1.3.7",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-meteor.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9369,7 +9369,7 @@ var Promise = Package.promise.Promise;
// //
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
/*! angular-meteor v1.3.7-beta.1 */ // 1
/*! angular-meteor v1.3.7 */ // 1
/******/ (function(modules) { // webpackBootstrap // 2
/******/ // The module cache // 3
/******/ var installedModules = {}; // 4
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-meteor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular-meteor v1.3.7-beta.1 */
/*! angular-meteor v1.3.7 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-meteor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-meteor.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-meteor",
"version": "1.3.7-beta.1",
"version": "1.3.7",
"main": "dist/angular-meteor.js",
"description": "Combining the simplicity and power of AngularJS and Meteor",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-meteor-data/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected]-beta.1
[email protected]
angular:[email protected]
[email protected]_1
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-meteor-data/package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package.describe({
name: 'angular-meteor-data',
summary: 'Everything you need to use AngularJS in your Meteor app',
version: '0.3.0-beta.1',
version: '0.3.0',
git: 'https://github.com/Urigo/angular-meteor.git'
});

Npm.depends({
'angular-meteor': '1.3.7-beta.1'
'angular-meteor': '1.3.7'
});

Package.onUse(function (api) {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-with-blaze/.versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[email protected]
[email protected]-beta.1
[email protected]-beta.1
[email protected]
[email protected]
angular:[email protected]
[email protected]_1
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-with-blaze/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "angular-with-blaze",
summary: "Everything you need to use both AngularJS and Blaze templates in your Meteor app",
version: "1.3.7-beta.1",
version: "1.3.7",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: "../../README.md"
});
Expand All @@ -12,7 +12,7 @@ Package.onUse(function (api) {

api.imply([
'blaze-html-templates',
'[email protected]-beta.1',
'[email protected]',
'[email protected]'
]);
});
4 changes: 2 additions & 2 deletions packages/angular/.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]-beta.1_1
[email protected]-beta.1
[email protected]
[email protected]
[email protected]
angular:[email protected]
[email protected]_1
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "angular",
summary: "Everything you need to use AngularJS in your Meteor app",
version: "1.3.7-beta.1_1",
version: "1.3.7",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: "../../README.md"
});
Expand All @@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom('[email protected]');

api.imply([
'[email protected]-beta.1',
'[email protected]',
'[email protected]',
'pbastowski:[email protected]'
]);
Expand Down
8 changes: 4 additions & 4 deletions packages/urigo-angular/.versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[email protected].6
angular-meteor-data@0.2.0
angular-templates@0.0.3
[email protected].7
angular-meteor-data@0.3.0
angular-templates@1.0.0
angular:[email protected]
[email protected]_1
[email protected]
Expand Down Expand Up @@ -53,6 +53,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
urigo:[email protected].6
urigo:[email protected].7
[email protected]
[email protected]
4 changes: 2 additions & 2 deletions packages/urigo-angular/package.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package.describe({
name: "urigo:angular",
summary: "Deprecated: use the official `angular` package instead!",
version: "1.3.6",
version: "1.3.7",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

Package.on_use(function (api) {
api.imply("[email protected].6");
api.imply("[email protected].7");
});

0 comments on commit 8d03f26

Please sign in to comment.