Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 41d19f5

Browse files
committed
v0.27.5
1 parent b100aed commit 41d19f5

File tree

33 files changed

+127
-129
lines changed

33 files changed

+127
-129
lines changed

.meteor/versions

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,30 @@ modules@0.7.7
6464
modules-runtime@0.7.7
6565
mongo@1.1.14
6666
mongo-id@1.0.6
67-
nova:api@0.27.4-nova
68-
nova:base-components@0.27.4-nova
69-
nova:base-routes@0.27.4-nova
70-
nova:base-styles@0.27.4-nova
71-
nova:categories@0.27.4-nova
72-
nova:comments@0.27.4-nova
73-
nova:core@0.27.4-nova
74-
nova:debug@0.27.4-nova
75-
nova:email@0.27.4-nova
76-
nova:email-templates@0.27.4-nova
77-
nova:embedly@0.27.4-nova
78-
nova:events@0.27.4-nova
79-
nova:forms@0.27.4-nova
80-
nova:getting-started@0.27.4-nova
81-
nova:i18n-en-us@0.27.4-nova
82-
nova:lib@0.27.4-nova
83-
nova:newsletter@0.27.4-nova
84-
nova:notifications@0.27.4-nova
85-
nova:posts@0.27.4-nova
86-
nova:rss@0.27.4-nova
87-
nova:search@0.27.4-nova
88-
nova:settings@0.27.4-nova
89-
nova:users@0.27.4-nova
90-
nova:voting@0.27.4-nova
67+
nova:api@0.27.5-nova
68+
nova:base-components@0.27.5-nova
69+
nova:base-routes@0.27.5-nova
70+
nova:base-styles@0.27.5-nova
71+
nova:categories@0.27.5-nova
72+
nova:comments@0.27.5-nova
73+
nova:core@0.27.5-nova
74+
nova:debug@0.27.5-nova
75+
nova:email@0.27.5-nova
76+
nova:email-templates@0.27.5-nova
77+
nova:embedly@0.27.5-nova
78+
nova:events@0.27.5-nova
79+
nova:forms@0.27.5-nova
80+
nova:getting-started@0.27.5-nova
81+
nova:i18n-en-us@0.27.5-nova
82+
nova:lib@0.27.5-nova
83+
nova:newsletter@0.27.5-nova
84+
nova:notifications@0.27.5-nova
85+
nova:posts@0.27.5-nova
86+
nova:rss@0.27.5-nova
87+
nova:search@0.27.5-nova
88+
nova:settings@0.27.5-nova
89+
nova:users@0.27.5-nova
90+
nova:voting@0.27.5-nova
9191
npm-bcrypt@0.9.2
9292
npm-mongo@2.2.11_2
9393
observe-sequence@1.0.14

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Telescope Nova
22

3-
> It's the [Hacktoberfest](https://hacktoberfest.digitalocean.com/), support & celebrate open-source! [Browse our issues](https://github.com/TelescopeJS/Telescope/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest) and come contribute!
4-
53
There are currently two distinct versions of Telescope: **Nova** and **Legacy**.
64

75
**Nova** is the new, React-based version and all development will happen on this version going forward. It's used by the [master](https://github.com/TelescopeJS/Telescope/tree/master) and [devel](https://github.com/TelescopeJS/Telescope/tree/devel) branches.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Nova",
3-
"version": "0.27.4",
3+
"version": "0.27.5",
44
"engines": {
55
"npm": "^3.0"
66
},

packages/nova-api/package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Package.describe({
22
name: "nova:api",
33
summary: "Telescope API package",
4-
version: "0.27.4-nova",
4+
version: "0.27.5-nova",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

88
Package.onUse(function (api) {
99

1010
api.versionsFrom(['METEOR@1.0']);
1111

12-
api.use(['nova:core@0.27.4-nova']);
12+
api.use(['nova:core@0.27.5-nova']);
1313

1414
api.mainModule("lib/server.js", "server");
1515
// api.mainModule("lib/client.js", "client");

packages/nova-base-components/package.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "nova:base-components",
33
summary: "Telescope components package",
4-
version: "0.27.4-nova",
4+
version: "0.27.5-nova",
55
git: "https://github.com/TelescopeJS/telescope.git"
66
});
77

@@ -11,10 +11,10 @@ Package.onUse(function (api) {
1111

1212
api.use([
1313
// Nova packages
14-
'nova:core@0.27.4-nova',
15-
'nova:posts@0.27.4-nova',
16-
'nova:users@0.27.4-nova',
17-
'nova:comments@0.27.4-nova',
14+
'nova:core@0.27.5-nova',
15+
'nova:posts@0.27.5-nova',
16+
'nova:users@0.27.5-nova',
17+
'nova:comments@0.27.5-nova',
1818

1919
// third-party packages
2020
'fortawesome:fontawesome@4.5.0',

packages/nova-base-routes/package.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "nova:base-routes",
33
summary: "Nova routes package",
4-
version: "0.27.4-nova",
4+
version: "0.27.5-nova",
55
git: "https://github.com/TelescopeJS/telescope.git"
66
});
77

@@ -13,10 +13,10 @@ Package.onUse(function (api) {
1313

1414
// Nova packages
1515

16-
'nova:core@0.27.4-nova',
17-
'nova:posts@0.27.4-nova',
18-
'nova:users@0.27.4-nova',
19-
'nova:comments@0.27.4-nova',
16+
'nova:core@0.27.5-nova',
17+
'nova:posts@0.27.5-nova',
18+
'nova:users@0.27.5-nova',
19+
'nova:comments@0.27.5-nova',
2020

2121
// third-party packages
2222

packages/nova-base-styles/package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "nova:base-styles",
33
summary: "Nova basic styles package",
4-
version: "0.27.4-nova",
4+
version: "0.27.5-nova",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

@@ -10,7 +10,7 @@ Package.onUse(function (api) {
1010
api.versionsFrom(['METEOR@1.0']);
1111

1212
api.use([
13-
'nova:core@0.27.4-nova',
13+
'nova:core@0.27.5-nova',
1414
'fourseven:scss',
1515
// 'juliancwirko:postcss@1.0.0-rc.4',
1616
// 'seba:minifiers-autoprefixer@0.0.1',

packages/nova-categories/package.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "nova:categories",
33
summary: "Telescope tags package",
4-
version: "0.27.4-nova",
4+
version: "0.27.5-nova",
55
git: "https://github.com/TelescopeJS/telescope-tags.git"
66
});
77

@@ -10,9 +10,9 @@ Package.onUse(function (api) {
1010
api.versionsFrom("METEOR@1.0");
1111

1212
api.use([
13-
'nova:core@0.27.4-nova',
14-
'nova:posts@0.27.4-nova',
15-
'nova:users@0.27.4-nova'
13+
'nova:core@0.27.5-nova',
14+
'nova:posts@0.27.5-nova',
15+
'nova:users@0.27.5-nova'
1616
]);
1717

1818
api.mainModule("lib/server.js", "server");

packages/nova-cloudinary/package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'nova:cloudinary',
33
summary: 'Telescope file upload package.',
4-
version: '0.27.4-nova',
4+
version: '0.27.5-nova',
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

@@ -10,8 +10,8 @@ Package.onUse(function (api) {
1010
api.versionsFrom(['METEOR@1.0']);
1111

1212
api.use([
13-
'nova:posts@0.27.4-nova',
14-
'nova:core@0.27.4-nova'
13+
'nova:posts@0.27.5-nova',
14+
'nova:core@0.27.5-nova'
1515
]);
1616

1717
api.use([

packages/nova-comments/package.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "nova:comments",
33
summary: "Telescope comments package",
4-
version: "0.27.4-nova",
4+
version: "0.27.5-nova",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

@@ -10,15 +10,15 @@ Package.onUse(function (api) {
1010
api.versionsFrom(['METEOR@1.0']);
1111

1212
api.use([
13-
'nova:lib@0.27.4-nova',
14-
'nova:settings@0.27.4-nova',
15-
'nova:posts@0.27.4-nova',
16-
'nova:users@0.27.4-nova'
13+
'nova:lib@0.27.5-nova',
14+
'nova:settings@0.27.5-nova',
15+
'nova:posts@0.27.5-nova',
16+
'nova:users@0.27.5-nova'
1717
]);
1818

1919
api.use([
20-
'nova:notifications@0.27.4-nova',
21-
'nova:email@0.27.4-nova'
20+
'nova:notifications@0.27.5-nova',
21+
'nova:email@0.27.5-nova'
2222
], ['client', 'server'], {weak: true});
2323

2424
api.mainModule("lib/server.js", "server");

0 commit comments

Comments
 (0)