Skip to content

Commit d7cf5b4

Browse files
committed
patch release - Bump to version 1.12.2
1 parent a8f1c49 commit d7cf5b4

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

.versions

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
accounts-base@1.2.0
2+
accounts-password@1.1.1
3+
base64@1.0.3
4+
binary-heap@1.0.3
5+
blaze@2.1.2
6+
blaze-tools@1.0.3
7+
callback-hook@1.0.3
8+
check@1.0.5
9+
coffeescript@1.0.6
10+
ddp@1.1.0
11+
deps@1.0.7
12+
ejson@1.0.6
13+
email@1.0.6
14+
geojson-utils@1.0.3
15+
html-tools@1.0.4
16+
htmljs@1.0.4
17+
http@1.1.0
18+
id-map@1.0.3
19+
jquery@1.11.3_2
20+
json@1.0.3
21+
local-test:useraccounts:bootstrap@1.12.1
22+
localstorage@1.0.3
23+
logging@1.0.7
24+
meteor@1.1.6
25+
minifiers@1.1.5
26+
minimongo@1.0.8
27+
mongo@1.1.0
28+
npm-bcrypt@0.7.8_2
29+
observe-sequence@1.0.6
30+
ordered-dict@1.0.3
31+
random@1.0.3
32+
reactive-dict@1.1.0
33+
reactive-var@1.0.5
34+
retry@1.0.3
35+
service-configuration@1.0.4
36+
sha@1.0.3
37+
softwarerero:accounts-t9n@1.0.9
38+
spacebars-compiler@1.0.6
39+
srp@1.0.3
40+
templating@1.1.1
41+
test-helpers@1.0.4
42+
tinytest@1.0.5
43+
tracker@1.0.7
44+
underscore@1.0.3
45+
url@1.0.4
46+
useraccounts:bootstrap@1.12.1
47+
useraccounts:core@1.12.1

package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: 'Accounts Templates styled for Twitter Bootstrap.',
3-
version: '1.12.1',
3+
version: '1.12.2',
44
name: 'useraccounts:bootstrap',
55
git: 'https://github.com/meteor-useraccounts/bootstrap.git',
66
});
@@ -22,7 +22,7 @@ Package.on_use(function(api, where) {
2222
api.use('useraccounts:iron-routing@1.12.1', ['client', 'server'], {weak: true});
2323

2424
api.imply([
25-
'useraccounts:core@1.12.1',
25+
'useraccounts:core@1.12.2',
2626
], ['client', 'server']);
2727

2828
api.add_files([
@@ -70,7 +70,7 @@ Package.on_use(function(api, where) {
7070
Package.on_test(function(api) {
7171
api.use([
7272
'useraccounts:bootstrap',
73-
'useraccounts:core@1.12.1',
73+
'useraccounts:core@1.12.2',
7474
]);
7575

7676
api.use([

0 commit comments

Comments
 (0)