Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
With new angular-babel dependency fixes #1015
  • Loading branch information
Urigo committed Jan 2, 2016
1 parent 7d3dfe5 commit 06d7870
Show file tree
Hide file tree
Showing 9 changed files with 400 additions and 484 deletions.
2 changes: 1 addition & 1 deletion dist/BUNDLE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## How to create bundle and minfied files

Run `./bundle-min.sh` from the `.dist` folder.
Run `./bundle-min.sh` from the root folder.
It will create `angular-meteor.bundle.js` and `angular-meteor.bundle.min.js` files in the dist folder.

844 changes: 380 additions & 464 deletions dist/angular-meteor.bundle.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/angular-meteor.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/angular-with-blaze/.versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[email protected]
[email protected]
[email protected].2
[email protected].3
angular:[email protected]
[email protected]_1
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
version: "1.3.3",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: "../../README.md"
});
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected].2
[email protected].3
[email protected]
[email protected]
angular:[email protected]
Expand Down Expand Up @@ -39,7 +39,7 @@ [email protected]
[email protected]_1
[email protected]
[email protected]
pbastowski:[email protected].7
pbastowski:[email protected].8
[email protected]
[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.2",
version: "1.3.3",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: "../../README.md"
});
Expand All @@ -12,6 +12,6 @@ Package.onUse(function (api) {
api.imply([
'[email protected]',
'[email protected]',
'pbastowski:[email protected].7'
'pbastowski:[email protected].8'
])
});
6 changes: 3 additions & 3 deletions packages/urigo-angular/.versions
6 changes: 3 additions & 3 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.2",
version: "1.3.3",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

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

0 comments on commit 06d7870

Please sign in to comment.