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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 380 additions & 464 deletions
Large diffs are not rendered by default.

dist/angular-meteor.bundle.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-with-blaze/.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
angular-blaze-templates-compiler@0.0.1
22
angular-meteor-data@0.0.9
3-
angular-with-blaze@1.3.2
3+
angular-with-blaze@1.3.3
44
angular:angular@1.4.7
55
babel-compiler@5.8.24_1
66
babel-runtime@0.1.4

packages/angular-with-blaze/package.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular@1.3.2
1+
angular@1.3.3
22
angular-meteor-data@0.0.9
33
angular-templates@0.0.3
44
angular:angular@1.4.7
@@ -39,7 +39,7 @@ mongo-id@1.0.1
3939
npm-mongo@1.4.39_1
4040
observe-sequence@1.0.7
4141
ordered-dict@1.0.4
42-
pbastowski:angular-babel@1.0.7
42+
pbastowski:angular-babel@1.0.8
4343
promise@0.5.1
4444
random@1.0.5
4545
reactive-dict@1.1.3

packages/angular/package.js

Lines changed: 2 additions & 2 deletions
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
'angular-meteor-data@0.0.9',
1414
'angular-templates@0.0.3',
15-
'pbastowski:angular-babel@1.0.7'
15+
'pbastowski:angular-babel@1.0.8'
1616
])
1717
});

packages/urigo-angular/.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular@1.3.2
1+
angular@1.3.3
22
angular-meteor-data@0.0.9
33
angular-templates@0.0.3
44
angular:angular@1.4.7
@@ -39,7 +39,7 @@ mongo-id@1.0.1
3939
npm-mongo@1.4.39_1
4040
observe-sequence@1.0.7
4141
ordered-dict@1.0.4
42-
pbastowski:angular-babel@1.0.7
42+
pbastowski:angular-babel@1.0.8
4343
promise@0.5.1
4444
random@1.0.5
4545
reactive-dict@1.1.3
@@ -53,6 +53,6 @@ templating-tools@1.0.0
5353
tracker@1.0.9
5454
ui@1.0.8
5555
underscore@1.0.4
56-
urigo:angular@1.3.2
56+
urigo:angular@1.3.3
5757
webapp@1.2.3
5858
webapp-hashing@1.0.5

packages/urigo-angular/package.js

Lines changed: 3 additions & 3 deletions
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("angular@1.3.2");
11-
});
10+
api.imply("angular@1.3.3");
11+
});

0 commit comments

Comments
 (0)