Skip to content

Commit 21f05b4

Browse files
committed
minor release - Bump to version 1.5.0
1 parent 50e6dc0 commit 21f05b4

File tree

2 files changed

+62
-2
lines changed

2 files changed

+62
-2
lines changed

.versions

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
accounts-base@1.1.3
2+
accounts-password@1.0.5
3+
application-configuration@1.0.4
4+
base64@1.0.2
5+
binary-heap@1.0.2
6+
blaze@2.0.4
7+
blaze-tools@1.0.2
8+
boilerplate-generator@1.0.2
9+
callback-hook@1.0.2
10+
check@1.0.3
11+
coffeescript@1.0.5
12+
ddp@1.0.13
13+
deps@1.0.6
14+
ejson@1.0.5
15+
email@1.0.5
16+
follower-livedata@1.0.3
17+
geojson-utils@1.0.2
18+
html-tools@1.0.3
19+
htmljs@1.0.3
20+
id-map@1.0.2
21+
iron:controller@1.0.6
22+
iron:core@1.0.6
23+
iron:dynamic-template@1.0.6
24+
iron:layout@1.0.6
25+
iron:location@1.0.6
26+
iron:middleware-stack@1.0.6
27+
iron:router@1.0.6
28+
iron:url@1.0.6
29+
jquery@1.0.2
30+
json@1.0.2
31+
local-test:useraccounts:core@1.4.1
32+
localstorage@1.0.2
33+
logging@1.0.6
34+
meteor@1.1.4
35+
minifiers@1.1.3
36+
minimongo@1.0.6
37+
mongo@1.0.11
38+
npm-bcrypt@0.7.7
39+
observe-sequence@1.0.4
40+
ordered-dict@1.0.2
41+
random@1.0.2
42+
reactive-dict@1.0.5
43+
reactive-var@1.0.4
44+
retry@1.0.2
45+
routepolicy@1.0.3
46+
service-configuration@1.0.3
47+
sha@1.0.2
48+
softwarerero:accounts-t9n@1.0.5
49+
spacebars@1.0.4
50+
spacebars-compiler@1.0.4
51+
srp@1.0.2
52+
templating@1.0.10
53+
test-helpers@1.0.3
54+
tinytest@1.0.4
55+
tracker@1.0.4
56+
ui@1.0.5
57+
underscore@1.0.2
58+
useraccounts:core@1.4.1
59+
webapp@1.1.5
60+
webapp-hashing@1.0.2

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Meteor sign up and sign in templates core package.",
3-
version: "1.4.1",
3+
version: "1.5.0",
44
name: "useraccounts:core",
55
git: "https://github.com/meteor-useraccounts/core.git",
66
});
@@ -68,7 +68,7 @@ Package.on_use(function(api) {
6868
});
6969

7070
Package.on_test(function(api) {
71-
api.use("useraccounts:core@1.4.1");
71+
api.use("useraccounts:core@1.5.0");
7272

7373
api.use([
7474
'accounts-password',

0 commit comments

Comments
 (0)