Skip to content

Commit fba485e

Browse files
committed
chore(release): Release 1.3.6-beta.1
1 parent 496b1d0 commit fba485e

File tree

9 files changed

+2779
-583
lines changed

9 files changed

+2779
-583
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor",
33
"main": "./dist/angular-meteor.bundle.min.js",
4-
"version": "1.2.1",
4+
"version": "1.3.6-beta.1",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <uri.goldshtein@gmail.com>"

dist/angular-meteor.bundle.js

Lines changed: 2757 additions & 556 deletions
Large diffs are not rendered by default.

dist/angular-meteor.bundle.min.js

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

packages/angular-meteor-data/.versions

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
angular-meteor-data@0.1.0
2-
angular:angular@1.4.7
3-
angular:angular-mocks@1.4.7
1+
angular-meteor-data@0.2.0-beta.1
2+
angular:angular@1.4.8
3+
angular:angular-mocks@1.4.8
44
babel-compiler@5.8.24_1
55
babel-runtime@0.1.4
66
base64@1.0.4
@@ -10,7 +10,6 @@ blaze@2.1.3
1010
blaze-tools@1.0.4
1111
boilerplate-generator@1.0.4
1212
caching-compiler@1.0.0
13-
caching-html-compiler@1.0.2
1413
callback-hook@1.0.4
1514
check@1.1.0
1615
coffeescript@1.0.11
@@ -28,15 +27,11 @@ geojson-utils@1.0.4
2827
html-tools@1.0.5
2928
htmljs@1.0.5
3029
id-map@1.0.4
31-
insecure@1.0.4
3230
jquery@1.11.4
3331
lai:collection-extensions@0.1.4
34-
less@2.5.1
35-
local-test:angular-meteor-data@0.1.0
32+
local-test:angular-meteor-data@0.2.0-beta.1
3633
logging@1.0.8
37-
mdg:camera@1.1.5
3834
meteor@1.1.10
39-
minifiers@1.1.7
4035
minimongo@1.0.10
4136
mongo@1.1.3
4237
mongo-id@1.0.1
@@ -60,8 +55,6 @@ sanjo:meteor-version@1.0.0
6055
session@1.1.1
6156
spacebars@1.0.7
6257
spacebars-compiler@1.0.7
63-
templating@1.1.5
64-
templating-tools@1.0.0
6558
tracker@1.0.9
6659
ui@1.0.8
6760
underscore@1.0.4

packages/angular-meteor-data/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-meteor-data',
33
summary: 'Everything you need to use AngularJS in your Meteor app',
4-
version: '0.1.0',
4+
version: '0.2.0-beta.1',
55
git: 'https://github.com/Urigo/angular-meteor.git'
66
});
77

@@ -24,7 +24,7 @@ Package.onUse(function (api) {
2424
api.use('ecmascript');
2525
api.use('reactive-var');
2626
api.use('benjamine:jsondiffpatch@0.1.38_1');
27-
api.use('angular:angular@1.4.7', 'client');
27+
api.use('angular:angular@1.4.8', 'client');
2828
api.use('isobuild:compiler-plugin@1.0.0');
2929

3030
// legacy

packages/angular-with-blaze/.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
angular-blaze-templates-compiler@0.0.1
2-
angular-meteor-data@0.0.9
3-
angular-with-blaze@1.3.4
4-
angular:angular@1.4.7
2+
angular-meteor-data@0.2.0-beta.1
3+
angular-with-blaze@1.3.6-beta.1
4+
angular:angular@1.4.8
55
babel-compiler@5.8.24_1
66
babel-runtime@0.1.4
77
base64@1.0.4

packages/angular-with-blaze/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-with-blaze",
33
summary: "Everything you need to use both AngularJS and Blaze templates in your Meteor app",
4-
version: "1.3.4",
4+
version: "1.3.6-beta.1",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: "../../README.md"
77
});
@@ -12,7 +12,7 @@ Package.onUse(function (api) {
1212

1313
api.imply([
1414
'blaze-html-templates',
15-
'angular-meteor-data@0.0.9',
15+
'angular-meteor-data@0.2.0-beta.1',
1616
'angular-blaze-templates-compiler@0.0.1'
1717
]);
1818
});

packages/angular/.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
angular@1.3.5
2-
angular-meteor-data@0.1.0
1+
angular@1.3.6-beta.1
2+
angular-meteor-data@0.2.0-beta.1
33
angular-templates@0.0.3
4-
angular:angular@1.4.7
4+
angular:angular@1.4.8
55
babel-compiler@5.8.24_1
66
babel-runtime@0.1.4
77
base64@1.0.4

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.5",
4+
version: "1.3.6-beta.1",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: "../../README.md"
77
});
@@ -10,7 +10,7 @@ Package.onUse(function (api) {
1010
api.versionsFrom('METEOR@1.2.0.1');
1111

1212
api.imply([
13-
'angular-meteor-data@0.1.0',
13+
'angular-meteor-data@0.2.0-beta.1',
1414
'angular-templates@0.0.3',
1515
'pbastowski:angular-babel@1.0.9'
1616
]);

0 commit comments

Comments
 (0)