Skip to content

Commit c1dfb62

Browse files
committed
Publish 0.8.7, Fixes $$hashkey issue, fixes #299
1 parent 29f2b88 commit c1dfb62

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.versions

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
angular:angular@1.3.15_1
2-
angularjs:angular@1.3.15
32
base64@1.0.3
43
binary-heap@1.0.3
54
callback-hook@1.0.3
@@ -15,7 +14,7 @@ id-map@1.0.3
1514
jquery@1.11.3_2
1615
json@1.0.3
1716
lai:collection-extensions@0.1.3
18-
local-test:urigo:angular@0.8.6
17+
local-test:urigo:angular@0.8.7
1918
logging@1.0.7
2019
meteor@1.1.6
2120
minimongo@1.0.8
@@ -28,4 +27,4 @@ test-helpers@1.0.4
2827
tinytest@1.0.5
2928
tracker@1.0.7
3029
underscore@1.0.3
31-
urigo:angular@0.8.6
30+
urigo:angular@0.8.7

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.8.6",
4+
"version": "0.8.7",
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.8.6",
4+
version: "0.8.7",
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.8.6",
3+
"version": "0.8.7",
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)