Skip to content

Commit 22034d2

Browse files
committed
Release 0.6.0-alpha
1 parent 430746a commit 22034d2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ follower-livedata@1.0.3
99
geojson-utils@1.0.2
1010
id-map@1.0.2
1111
json@1.0.2
12-
local-test:urigo:angular@0.5.11
12+
local-test:urigo:angular@0.6.0-alpha
1313
logging@1.0.6
1414
meteor@1.1.4
1515
minimongo@1.0.6
16-
mongo@1.0.10
16+
mongo@1.0.11
1717
mquandalle:bower@0.1.11
1818
ordered-dict@1.0.2
1919
random@1.0.2
2020
retry@1.0.2
2121
tinytest@1.0.4
2222
tracker@1.0.4
2323
underscore@1.0.2
24-
urigo:angular@0.5.11
24+
urigo:angular@0.6.0-alpha

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
> The power of Meteor and the simplicity and eco-system of AngularJS
44
55
# New 0.6 version - biggest change we had so far!
6-
We just released angular-meteor version 0.6-alpha with a lot of many exciting features.
6+
We just released angular-meteor version 0.6-alpha with a lot of exciting new features.
77

8-
It has a completly new API for collections, templates and routing.
8+
It has a completely new API for collections, templates and routing.
99

1010
It also has breaking changes.
1111
Please read more and get ready here:
1212

13+
We will support the old API only until the end of the beta version so please update your applications.
1314

1415
# Please support our ng-conf 2015 talk proposal by commenting on it here:
1516
[https://github.com/ng-conf/submissions-2015/pull/172](https://github.com/ng-conf/submissions-2015/pull/172)

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
3-
version: "0.6.0",
3+
version: "0.6.0-alpha",
44
git: "https://github.com/Urigo/angular-meteor.git"
55
});
66

0 commit comments

Comments
 (0)