Skip to content

Commit

Permalink
chore(release): Release 1.3.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Feb 22, 2016
1 parent 66bb494 commit dcccdeb
Show file tree
Hide file tree
Showing 14 changed files with 2,252 additions and 2,236 deletions.
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.6",
"version": "1.3.7-beta.1",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
4,425 changes: 2,230 additions & 2,195 deletions dist/angular-meteor.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/angular-meteor.bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "angular-meteor",
"version": "1.3.7-beta.1",
"private": true,
"main": "dist/angular-meteor.js",
"description": "Combining the simplicity and power of AngularJS and Meteor",
"keywords": [
Expand Down
20 changes: 1 addition & 19 deletions packages/angular-meteor-data/.versions
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.2.0',
version: '0.3.0-beta.1',
git: 'https://github.com/Urigo/angular-meteor.git'
});

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

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-templates/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-templates@0.0.3
angular-templates@1.0.0
[email protected]_1
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-templates/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "angular-templates",
summary: "Compile angular templates into the template cache",
version: "0.0.3",
version: "1.0.0",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});
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]
angular-meteor-data@0.2.0
[email protected].6
angular-meteor-data@0.3.0-beta.1
[email protected].7-beta.1
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.6",
version: "1.3.7-beta.1",
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',
'angular-meteor-data@0.2.0',
'angular-meteor-data@0.3.0-beta.1',
'[email protected]'
]);
});
6 changes: 3 additions & 3 deletions packages/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-beta.1_1
angular-meteor-data@0.3.0-beta.1
angular-templates@1.0.0
angular:[email protected]
[email protected]_1
[email protected]
Expand Down
6 changes: 3 additions & 3 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.6",
version: "1.3.7-beta.1_1",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: "../../README.md"
});
Expand All @@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom('[email protected]');

api.imply([
'angular-meteor-data@0.2.0',
'angular-templates@0.0.3',
'angular-meteor-data@0.3.0-beta.1',
'angular-templates@1.0.0',
'pbastowski:[email protected]'
]);
});

0 comments on commit dcccdeb

Please sign in to comment.