Skip to content

Commit 148c493

Browse files
committed
2.0.0-beta
1 parent 8ef3a37 commit 148c493

File tree

6 files changed

+111
-112
lines changed

6 files changed

+111
-112
lines changed

packages/synthesis-compiler/.versions

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
2-
babel-compiler@6.13.0
3-
4-
5-
2+
babel-compiler@6.14.1
3+
babel-runtime@1.0.1
4+
5+
66
77
8-
8+
99
10-
11-
10+
11+
1212
13-
ddp-client@1.2.9
14-
15-
ddp-server@1.2.9
13+
ddp-client@1.3.3
14+
15+
ddp-server@1.3.13
1616
17-
18-
ecmascript@0.5.9
17+
18+
ecmascript@0.6.3
1919
20-
21-
20+
21+
2222
2323
24-
25-
26-
local-test:mwc:synthesis-compiler@1.3.8
27-
logging@1.0.14
28-
29-
30-
31-
32-
33-
34-
mwc:synthesis-compiler@1.3.8
35-
npm-mongo@1.4.45
36-
37-
24+
25+
26+
local-test:mwc:synthesis-compiler@2.0.0-beta
27+
logging@1.1.17
28+
29+
30+
31+
32+
33+
34+
mwc:synthesis-compiler@2.0.0-beta
35+
npm-mongo@2.2.24
36+
37+
3838
3939
40-
41-
42-
40+
41+
42+
4343
4444
45-
46-
tracker@1.0.14
45+
46+
tracker@1.1.2
4747
4848
49-
webapp@1.2.10
49+
webapp@1.3.14
5050

packages/synthesis-compiler/package.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'mwc:synthesis-compiler',
3-
version: '1.3.8',
3+
version: '2.0.0-beta',
44
summary: 'Synthesis is meteor + polymer',
55
git: 'https://github.com/meteorwebcomponents/synthesis',
66
documentation: 'README.md',
@@ -9,7 +9,6 @@ Package.describe({
99
Package.onUse((api) => {
1010
api.versionsFrom('1.3');
1111
api.use('ecmascript');
12-
api.use('babel-compiler');
1312
api.use('[email protected]');
1413
api.mainModule('synthesis-compiler.js', 'server');
1514
});

packages/synthesis-pug/.versions

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
2-
babel-compiler@6.13.0
3-
4-
5-
2+
babel-compiler@6.14.1
3+
babel-runtime@1.0.1
4+
5+
66
77
8-
8+
99
1010
11-
12-
11+
12+
1313
14-
ddp-client@1.2.9
15-
16-
ddp-server@1.2.9
14+
ddp-client@1.3.3
15+
16+
ddp-server@1.3.13
1717
18-
19-
ecmascript@0.5.9
18+
19+
ecmascript@0.6.3
2020
21-
22-
21+
22+
2323
2424
25-
26-
27-
local-test:mwc:synthesis-pug@1.3.9
28-
logging@1.0.14
29-
30-
31-
32-
33-
34-
35-
36-
mwc:synthesis-compiler@1.3.8
37-
mwc:synthesis-pug@1.3.9
38-
npm-mongo@1.4.45
39-
40-
25+
26+
27+
local-test:mwc:synthesis-pug@2.0.0-beta
28+
logging@1.1.17
29+
30+
31+
32+
33+
34+
35+
36+
mwc:synthesis-compiler@2.0.0-beta
37+
mwc:synthesis-pug@2.0.0-beta
38+
npm-mongo@2.2.24
39+
40+
4141
4242
43-
44-
45-
43+
44+
45+
4646
4747
4848
49-
50-
tracker@1.0.14
49+
50+
tracker@1.1.2
5151
5252
53-
webapp@1.2.10
53+
webapp@1.3.14
5454

packages/synthesis-pug/package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'mwc:synthesis-pug',
3-
version: '1.3.9',
3+
version: '2.0.0-beta',
44
summary: 'Synthesis is meteor + polymer',
55
git: 'https://github.com/meteorwebcomponents/synthesis',
66
documentation: 'README.md',
@@ -25,7 +25,7 @@ Package.onTest((api) => {
2525
Package.registerBuildPlugin({
2626
name: 'synthesis-pug',
2727
use: [
28-
'mwc:synthesis-compiler@1.3.8',
28+
'mwc:synthesis-compiler@2.0.0-beta',
2929
3030
3131
],

packages/synthesis/.versions

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
2-
babel-compiler@6.13.0
3-
4-
5-
2+
babel-compiler@6.14.1
3+
babel-runtime@1.0.1
4+
5+
66
77
8-
8+
99
1010
11-
12-
11+
12+
1313
14-
ddp-client@1.2.9
15-
16-
ddp-server@1.2.9
14+
ddp-client@1.3.3
15+
16+
ddp-server@1.3.13
1717
18-
19-
ecmascript@0.5.9
18+
19+
ecmascript@0.6.3
2020
21-
22-
21+
22+
2323
2424
25-
26-
27-
local-test:mwc:synthesis@1.3.10
28-
logging@1.0.14
29-
30-
31-
32-
33-
34-
35-
36-
mwc:synthesis@1.3.10
37-
mwc:synthesis-compiler@1.3.8
38-
npm-mongo@1.4.45
39-
40-
25+
26+
27+
local-test:mwc:synthesis@2.0.0-beta
28+
logging@1.1.17
29+
30+
31+
32+
33+
34+
35+
36+
mwc:synthesis@2.0.0-beta
37+
mwc:synthesis-compiler@2.0.0-beta
38+
npm-mongo@2.2.24
39+
40+
4141
4242
43-
44-
45-
43+
44+
45+
4646
4747
4848
49-
50-
tracker@1.0.14
49+
50+
tracker@1.1.2
5151
5252
53-
webapp@1.2.10
53+
webapp@1.3.14
5454

packages/synthesis/package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'mwc:synthesis',
3-
version: '1.3.10',
3+
version: '2.0.0-beta',
44
summary: 'Synthesis is meteor + polymer',
55
git: 'https://github.com/meteorwebcomponents/synthesis',
66
documentation: 'README.md',
@@ -25,7 +25,7 @@ Package.onTest((api) => {
2525
Package.registerBuildPlugin({
2626
name: 'synthesis',
2727
use: [
28-
'mwc:synthesis-compiler@1.3.8',
28+
'mwc:synthesis-compiler@2.0.0-beta',
2929
3030
3131
],

0 commit comments

Comments
 (0)