Skip to content

Commit 23533b9

Browse files
committed
Publish 0.8.6, Uses angular:[email protected]_1 to fix jquery weak dependency issue, fixes #314
1 parent cc11ae0 commit 23533b9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.versions

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
2+
23
34
45
@@ -14,7 +15,7 @@ [email protected]
1415
1516
1617
17-
local-test:urigo:[email protected].5
18+
local-test:urigo:[email protected].6
1819
1920
2021
@@ -27,4 +28,4 @@ [email protected]
2728
2829
2930
30-
31+

bower.json

+1-1
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.5",
4+
"version": "0.8.6",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"

package.js

+1-1
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.5",
4+
version: "0.8.6",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
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)