Skip to content

Commit 2cb3598

Browse files
committed
chore(release): publish angular2-compilers and angular2-with-blaze-compilers@0.6.5
1 parent e8a6b66 commit 2cb3598

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

packages/angular2-meteor/atmosphere-packages/angular2-compilers/.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
allow-deny@1.0.5
2-
angular2-compilers@0.6.4
2+
angular2-compilers@0.6.5
33
babel-compiler@6.8.4
44
babel-runtime@0.1.9_1
5-
barbatus:css-compiler@0.3.3
5+
barbatus:css-compiler@0.3.4
66
barbatus:scss-compiler@3.8.2
77
barbatus:typescript@0.5.2
88
barbatus:typescript-compiler@0.8.4
@@ -29,7 +29,7 @@ html-tools@1.0.10
2929
htmljs@1.0.10
3030
id-map@1.0.8
3131
jquery@1.11.9
32-
local-test:angular2-compilers@0.6.4
32+
local-test:angular2-compilers@0.6.5
3333
logging@1.0.14
3434
meteor@1.2.17_1
3535
minifier-css@1.1.13

packages/angular2-meteor/atmosphere-packages/angular2-compilers/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'angular2-compilers',
3-
version: '0.6.4',
3+
version: '0.6.5',
44
summary: 'Angular 2 Templates, HTML and TypeScript compilers for Meteor',
55
git: 'https://github.com/Urigo/angular2-meteor/',
66
documentation: 'README.md'

packages/angular2-meteor/atmosphere-packages/angular2-with-blaze-compilers/.versions

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
allow-deny@1.0.5
2-
angular2-compilers@0.5.7
3-
angular2-css@0.1.0
4-
angular2-html-templates@0.5.4
5-
angular2-with-blaze-compilers@0.5.8
2+
angular2-with-blaze-compilers@0.6.5
63
babel-compiler@6.8.3
74
babel-runtime@0.1.9_1
8-
barbatus:typescript@0.3.3
9-
barbatus:typescript-compiler@0.6.1
5+
barbatus:css-compiler@0.3.4
6+
barbatus:scss-compiler@3.8.2
7+
barbatus:typescript@0.5.2
8+
barbatus:typescript-compiler@0.8.4
109
barbatus:typescript-runtime@0.1.2
1110
base64@1.0.9
1211
binary-heap@1.0.9
@@ -30,12 +29,13 @@ html-tools@1.0.10
3029
htmljs@1.0.10
3130
id-map@1.0.8
3231
jquery@1.11.9
33-
local-test:angular2-with-blaze-compilers@0.5.8
32+
local-test:angular2-with-blaze-compilers@0.6.5
3433
logging@1.0.13_1
35-
meteor@1.1.15_1
34+
meteor@1.2.17_1
35+
minifier-css@1.1.13
3636
minimongo@1.0.17
37-
modules@0.6.4
38-
modules-runtime@0.6.4_1
37+
modules@0.7.6_1
38+
modules-runtime@0.7.6_1
3939
mongo@1.1.9_1
4040
mongo-id@1.0.5
4141
npm-mongo@1.4.44_1
@@ -52,5 +52,6 @@ tinytest@1.0.11
5252
tracker@1.0.14
5353
ui@1.0.11
5454
underscore@1.0.9
55+
urigo:static-html-compiler@0.1.8
5556
webapp@1.2.9_1
5657
webapp-hashing@1.0.9

packages/angular2-meteor/atmosphere-packages/angular2-with-blaze-compilers/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: 'angular2-with-blaze-compilers',
3-
version: '0.6.4',
3+
version: '0.6.5',
44
summary: 'Angular 2 Templates, HTML and TypeScript compilers for Meteor applications with Blaze',
55
git: 'https://github.com/Urigo/angular2-meteor/',
66
documentation: 'README.md'
@@ -28,7 +28,7 @@ Package.onUse(function(api) {
2828
// These packages are required by Angular2-Meteor NPM.
2929
// Make sure we have them in this package.
3030
api.imply([
31-
'barbatus:typescript@0.5.2',
31+
'barbatus:typescript@0.5.2',
3232
'check@1.1.0',
3333
'tracker@1.0.13'
3434
]);

0 commit comments

Comments
 (0)