Skip to content

Commit

Permalink
chore(release): Release 1.3.6-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Feb 12, 2016
1 parent 496b1d0 commit fba485e
Show file tree
Hide file tree
Showing 9 changed files with 2,779 additions and 583 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.2.1",
"version": "1.3.6-beta.1",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
3,313 changes: 2,757 additions & 556 deletions dist/angular-meteor.bundle.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/angular-meteor-data/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'angular-meteor-data',
summary: 'Everything you need to use AngularJS in your Meteor app',
version: '0.1.0',
version: '0.2.0-beta.1',
git: 'https://github.com/Urigo/angular-meteor.git'
});

Expand All @@ -24,7 +24,7 @@ Package.onUse(function (api) {
api.use('ecmascript');
api.use('reactive-var');
api.use('benjamine:[email protected]_1');
api.use('angular:[email protected].7', 'client');
api.use('angular:[email protected].8', 'client');
api.use('isobuild:[email protected]');

// legacy
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-with-blaze/.versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[email protected]
angular-meteor-data@0.0.9
[email protected].4
angular:[email protected].7
angular-meteor-data@0.2.0-beta.1
[email protected].6-beta.1
angular:[email protected].8
[email protected]_1
[email protected]
[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.4",
version: "1.3.6-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.0.9',
'angular-meteor-data@0.2.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,7 +1,7 @@
[email protected].5
angular-meteor-data@0.1.0
[email protected].6-beta.1
angular-meteor-data@0.2.0-beta.1
[email protected]
angular:[email protected].7
angular:[email protected].8
[email protected]_1
[email protected]
[email protected]
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.5",
version: "1.3.6-beta.1",
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([
'angular-meteor-data@0.1.0',
'angular-meteor-data@0.2.0-beta.1',
'[email protected]',
'pbastowski:[email protected]'
]);
Expand Down

0 comments on commit fba485e

Please sign in to comment.