Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Nov 10, 2015
1 parent dd5b2df commit cf44fea
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.0",
"version": "1.2.1",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-meteor-data/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected].4
[email protected].5
angular:[email protected]
angular:[email protected]
[email protected]_1
Expand Down Expand Up @@ -30,7 +30,7 @@ [email protected]
[email protected]
lai:[email protected]
[email protected]
local-test:[email protected].4
local-test:[email protected].5
[email protected]
mdg:[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion 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.0.4",
version: "0.0.5",
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]
[email protected].4
[email protected].0
[email protected].5
[email protected].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.2.0",
version: "1.2.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([
'[email protected].4',
'[email protected].5',
'[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].0
[email protected].4
[email protected].1
[email protected].5
[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.2.0",
version: "1.2.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([
'[email protected].4',
'[email protected].5',
'[email protected]',
'pbastowski:[email protected]'
])
Expand Down
6 changes: 3 additions & 3 deletions packages/urigo-angular/.versions
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.2.0",
version: "1.2.1",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

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

0 comments on commit cf44fea

Please sign in to comment.