Skip to content

Commit 9832be5

Browse files
committed
Release 0.8.0
1 parent fca7d94 commit 9832be5

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed

.versions

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
1-
angularjs:angular@1.3.14
2-
application-configuration@1.0.4
3-
base64@1.0.2
4-
binary-heap@1.0.2
5-
callback-hook@1.0.2
6-
check@1.0.4
1+
angularjs:angular@1.3.15
2+
base64@1.0.3
3+
binary-heap@1.0.3
4+
callback-hook@1.0.3
5+
check@1.0.5
76
dburles:mongo-collection-instances@0.3.3
8-
ddp@1.0.14
9-
ejson@1.0.5
10-
follower-livedata@1.0.3
11-
geojson-utils@1.0.2
12-
id-map@1.0.2
13-
jquery@1.11.3
14-
json@1.0.2
7+
ddp@1.1.0
8+
ejson@1.0.6
9+
geojson-utils@1.0.3
10+
id-map@1.0.3
11+
jquery@1.11.3_2
12+
json@1.0.3
1513
lai:collection-extensions@0.1.3
16-
local-test:urigo:angular@0.7.2
17-
logging@1.0.6
18-
meteor@1.1.4
19-
minimongo@1.0.6
20-
mongo@1.0.11
21-
observe-sequence@1.0.4
22-
ordered-dict@1.0.2
23-
random@1.0.2
24-
retry@1.0.2
25-
test-helpers@1.0.3
26-
tinytest@1.0.4
27-
tracker@1.0.5
28-
underscore@1.0.2
29-
urigo:angular@0.7.2
14+
local-test:urigo:angular@0.8.0
15+
logging@1.0.7
16+
meteor@1.1.5
17+
minimongo@1.0.7
18+
mongo@1.1.0
19+
observe-sequence@1.0.5
20+
ordered-dict@1.0.3
21+
random@1.0.3
22+
retry@1.0.3
23+
test-helpers@1.0.4
24+
tinytest@1.0.5
25+
tracker@1.0.6
26+
underscore@1.0.3
27+
urigo:angular@0.8.0

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": "angular-meteor.js",
4-
"version": "0.7.2",
4+
"version": "0.8.0",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <uri.goldshtein@gmail.com>"

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: "urigo:angular",
33
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
4-
version: "0.7.2",
4+
version: "0.8.0",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
55
"main": "package.js",
66
"directories": {

0 commit comments

Comments
 (0)