Skip to content

Commit 06d7870

Browse files
committed
Release 1.3.3
With new angular-babel dependency fixes #1015
1 parent 7d3dfe5 commit 06d7870

File tree

9 files changed

+400
-484
lines changed

9 files changed

+400
-484
lines changed

dist/BUNDLE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## How to create bundle and minfied files
22

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

dist/angular-meteor.bundle.js

+380-464
Large diffs are not rendered by default.

dist/angular-meteor.bundle.min.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-with-blaze/.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
22
3-
3+
44
55
66

packages/angular-with-blaze/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "angular-with-blaze",
33
summary: "Everything you need to use both AngularJS and Blaze templates in your Meteor app",
4-
version: "1.3.2",
4+
version: "1.3.3",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: "../../README.md"
77
});

packages/angular/.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -39,7 +39,7 @@ [email protected]
3939
4040
4141
42-
pbastowski:[email protected].7
42+
pbastowski:[email protected].8
4343
4444
4545

packages/angular/package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "angular",
33
summary: "Everything you need to use AngularJS in your Meteor app",
4-
version: "1.3.2",
4+
version: "1.3.3",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: "../../README.md"
77
});
@@ -12,6 +12,6 @@ Package.onUse(function (api) {
1212
api.imply([
1313
1414
15-
'pbastowski:[email protected].7'
15+
'pbastowski:[email protected].8'
1616
])
1717
});

packages/urigo-angular/.versions

+3-3

packages/urigo-angular/package.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package.describe({
22
name: "urigo:angular",
33
summary: "Deprecated: use the official `angular` package instead!",
4-
version: "1.3.2",
4+
version: "1.3.3",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: null
77
});
88

99
Package.on_use(function (api) {
10-
api.imply("[email protected].2");
11-
});
10+
api.imply("[email protected].3");
11+
});

0 commit comments

Comments
 (0)