Skip to content

Commit 60fb1ae

Browse files
committed
published 8.0.0
1 parent b18fe6c commit 60fb1ae

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
lines changed

.versions

+18-22
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
2-
1+
32
4-
aldeed:[email protected]-rc300.1
3+
54
6-
5+
76
87
98
109
1110
1211
13-
12+
1413
1514
16-
15+
1716
1817
19-
20-
21-
18+
19+
20+
2221
2322
2423
25-
24+
2625
2726
2827
@@ -31,30 +30,28 @@ [email protected]
3130
3231
3332
34-
3533
3634
3735
38-
local-test:aldeed:[email protected]-rc.3
36+
local-test:aldeed:[email protected]
3937
40-
41-
meteortesting:browser-tests@1.6.0
42-
meteortesting:mocha@3.1.0-rc.1
38+
39+
meteortesting:browser-tests@1.7.0
40+
meteortesting:mocha@3.2.0
4341
meteortesting:[email protected]
44-
42+
4543
46-
44+
4745
4846
49-
47+
5048
5149
5250
53-
51+
5452
5553
5654
57-
5855
5956
6057
@@ -72,6 +69,5 @@ [email protected]
7269
7370
7471
75-
76-
72+
7773

package.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Package.describe({
44
summary:
55
'Easily create forms with automatic insert and update, and automatic reactive validation.',
66
git: 'https://github.com/aldeed/meteor-autoform.git',
7-
version: '8.0.0-rc.4'
7+
version: '8.0.0'
88
})
99

1010
Npm.depends({
@@ -31,8 +31,8 @@ Package.onUse(function (api) {
3131
[
3232
'momentjs:[email protected]',
3333
34-
'aldeed:[email protected].3',
35-
'aldeed:[email protected]-rc.300.10',
34+
'aldeed:[email protected].4',
35+
3636
3737
'reload'
3838
],
@@ -61,7 +61,7 @@ Package.onUse(function (api) {
6161
})
6262

6363
Package.onTest(function (api) {
64-
api.versionsFrom(['2.8.0', '3.0-rc.4'])
64+
api.versionsFrom(['2.8.0', '3.0.1'])
6565
// Running the tests requires a dummy project in order to
6666
// resolve npm dependencies and the test env dependencies.
6767
api.use([
@@ -71,16 +71,16 @@ Package.onTest(function (api) {
7171
'mongo',
7272
7373
74-
'meteortesting:[email protected]',
75-
74+
'meteortesting:[email protected]'
7675
])
7776
api.use([
77+
7878
'momentjs:[email protected]'
7979
], 'client', { weak: true })
8080
api.use([
81-
'aldeed:[email protected]-rc.2',
81+
8282
'aldeed:moment-timezone',
83-
'aldeed:[email protected]-rc.300.10'
83+
8484
], 'client')
8585

8686
api.addFiles([

0 commit comments

Comments
 (0)