From f43436bf2280ee0761dc21411596bcde48db0537 Mon Sep 17 00:00:00 2001 From: xavcz Date: Wed, 8 Mar 2017 11:48:47 +0000 Subject: [PATCH] bump to nova 1.2.0 --- .meteor/versions | 48 ++++++++++++------------ package.json | 2 +- packages/nova-api/package.js | 4 +- packages/nova-base-components/package.js | 12 +++--- packages/nova-base-styles/package.js | 4 +- packages/nova-categories/package.js | 8 ++-- packages/nova-cloudinary/package.js | 6 +-- packages/nova-comments/package.js | 8 ++-- packages/nova-core/package.js | 8 ++-- packages/nova-debug/package.js | 12 +++--- packages/nova-email-templates/package.js | 12 +++--- packages/nova-email/package.js | 4 +- packages/nova-embedly/package.js | 8 ++-- packages/nova-events/package.js | 6 +-- packages/nova-forms-tags/package.js | 6 +-- packages/nova-forms/package.js | 6 +-- packages/nova-getting-started/package.js | 12 +++--- packages/nova-i18n-en-us/package.js | 4 +- packages/nova-kadira/package.js | 4 +- packages/nova-lib/package.js | 2 +- packages/nova-newsletter/package.js | 14 +++---- packages/nova-notifications/package.js | 12 +++--- packages/nova-posts/package.js | 6 +-- packages/nova-routing/package.js | 4 +- packages/nova-rss/package.js | 4 +- packages/nova-search/package.js | 4 +- packages/nova-subscribe/package.js | 14 +++---- packages/nova-users/package.js | 4 +- packages/nova-voting/package.js | 8 ++-- 29 files changed, 123 insertions(+), 123 deletions(-) diff --git a/.meteor/versions b/.meteor/versions index 2d70b61784..b6f1c6f773 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -57,30 +57,30 @@ modules@0.7.9 modules-runtime@0.7.9 mongo@1.1.15 mongo-id@1.0.6 -nova:api@1.1.0 -nova:base-components@1.1.0 -nova:base-styles@1.1.0 -nova:categories@1.1.0 -nova:comments@1.1.0 -nova:core@1.1.0 -nova:debug@1.1.0 -nova:email@1.1.0 -nova:email-templates@1.1.0 -nova:embedly@1.1.0 -nova:events@1.1.0 -nova:forms@1.1.0 -nova:getting-started@1.1.0 -nova:i18n-en-us@1.1.0 -nova:lib@1.1.0 -nova:newsletter@1.1.0 -nova:notifications@1.1.0 -nova:posts@1.1.0 -nova:routing@1.1.0 -nova:rss@1.1.0 -nova:search@1.1.0 -nova:subscribe@1.1.0 -nova:users@1.1.0 -nova:voting@1.1.0 +nova:api@1.2.0 +nova:base-components@1.2.0 +nova:base-styles@1.2.0 +nova:categories@1.2.0 +nova:comments@1.2.0 +nova:core@1.2.0 +nova:debug@1.2.0 +nova:email@1.2.0 +nova:email-templates@1.2.0 +nova:embedly@1.2.0 +nova:events@1.2.0 +nova:forms@1.2.0 +nova:getting-started@1.2.0 +nova:i18n-en-us@1.2.0 +nova:lib@1.2.0 +nova:newsletter@1.2.0 +nova:notifications@1.2.0 +nova:posts@1.2.0 +nova:routing@1.2.0 +nova:rss@1.2.0 +nova:search@1.2.0 +nova:subscribe@1.2.0 +nova:users@1.2.0 +nova:voting@1.2.0 npm-bcrypt@0.9.2 npm-mongo@2.2.16_1 observe-sequence@1.0.15 diff --git a/package.json b/package.json index a50b861bd8..ae31ba5f75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nova", - "version": "1.1.0", + "version": "1.2.0", "engines": { "npm": "^3.0" }, diff --git a/packages/nova-api/package.js b/packages/nova-api/package.js index f90be66203..2d5ba8c6be 100644 --- a/packages/nova-api/package.js +++ b/packages/nova-api/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:api", summary: "Telescope API package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -9,7 +9,7 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); - api.use(['nova:core@1.1.0']); + api.use(['nova:core@1.2.0']); api.mainModule("lib/server.js", "server"); // api.mainModule("lib/client.js", "client"); diff --git a/packages/nova-base-components/package.js b/packages/nova-base-components/package.js index c47ad115aa..0e9a0f86ea 100644 --- a/packages/nova-base-components/package.js +++ b/packages/nova-base-components/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:base-components", summary: "Telescope components package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -11,11 +11,11 @@ Package.onUse(function (api) { api.use([ // Nova packages - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:users@1.1.0', - 'nova:comments@1.1.0', - 'nova:voting@1.1.0', + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:users@1.2.0', + 'nova:comments@1.2.0', + 'nova:voting@1.2.0', // third-party packages 'fortawesome:fontawesome@4.5.0', diff --git a/packages/nova-base-styles/package.js b/packages/nova-base-styles/package.js index ea1e363104..7e584bfeed 100644 --- a/packages/nova-base-styles/package.js +++ b/packages/nova-base-styles/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:base-styles", summary: "Nova basic styles package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,7 +10,7 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:core@1.1.0', + 'nova:core@1.2.0', 'fourseven:scss', ]); diff --git a/packages/nova-categories/package.js b/packages/nova-categories/package.js index 1f0173403a..76324e6170 100644 --- a/packages/nova-categories/package.js +++ b/packages/nova-categories/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:categories", summary: "Telescope tags package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-tags.git" }); @@ -10,9 +10,9 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:users@1.1.0' + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:users@1.2.0' ]); api.mainModule("lib/server.js", "server"); diff --git a/packages/nova-cloudinary/package.js b/packages/nova-cloudinary/package.js index 5751688887..c5db6f08b8 100644 --- a/packages/nova-cloudinary/package.js +++ b/packages/nova-cloudinary/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'nova:cloudinary', summary: 'Telescope file upload package.', - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,8 +10,8 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:posts@1.1.0', - 'nova:core@1.1.0' + 'nova:posts@1.2.0', + 'nova:core@1.2.0' ]); api.addFiles([ diff --git a/packages/nova-comments/package.js b/packages/nova-comments/package.js index 8d777dbf93..17997d0dbf 100644 --- a/packages/nova-comments/package.js +++ b/packages/nova-comments/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:comments", summary: "Telescope comments package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,9 +10,9 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:users@1.1.0' + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:users@1.2.0' ]); api.mainModule("lib/server.js", "server"); diff --git a/packages/nova-core/package.js b/packages/nova-core/package.js index ec085a4844..d90baee242 100644 --- a/packages/nova-core/package.js +++ b/packages/nova-core/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:core", summary: "Telescope core package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,12 +10,12 @@ Package.onUse(function(api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:lib@1.1.0', - 'nova:users@1.1.0', + 'nova:lib@1.2.0', + 'nova:users@1.2.0', ]); api.imply([ - 'nova:lib@1.1.0' + 'nova:lib@1.2.0' ]); api.mainModule('lib/server/main.js', 'server'); diff --git a/packages/nova-debug/package.js b/packages/nova-debug/package.js index 74d68fc19c..1ac4166f30 100644 --- a/packages/nova-debug/package.js +++ b/packages/nova-debug/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:debug", summary: "Telescope debug package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -15,11 +15,11 @@ Package.onUse(function (api) { // Nova packages - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:users@1.1.0', - 'nova:email@1.1.0', - 'nova:comments@1.1.0' + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:users@1.2.0', + 'nova:email@1.2.0', + 'nova:comments@1.2.0' ]); diff --git a/packages/nova-email-templates/package.js b/packages/nova-email-templates/package.js index ed66d1012d..76db1db55b 100644 --- a/packages/nova-email-templates/package.js +++ b/packages/nova-email-templates/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:email-templates", summary: "Telescope email templates package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,11 +10,11 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:users@1.1.0', - 'nova:comments@1.1.0', - 'nova:email@1.1.0' + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:users@1.2.0', + 'nova:comments@1.2.0', + 'nova:email@1.2.0' ]); api.addFiles([ diff --git a/packages/nova-email/package.js b/packages/nova-email/package.js index 8f92fc5c54..377f380d13 100644 --- a/packages/nova-email/package.js +++ b/packages/nova-email/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:email", summary: "Telescope email package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,7 +10,7 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:lib@1.1.0' + 'nova:lib@1.2.0' ]); api.mainModule("lib/server.js", "server"); diff --git a/packages/nova-embedly/package.js b/packages/nova-embedly/package.js index f87ff157ed..1f91a03fbc 100644 --- a/packages/nova-embedly/package.js +++ b/packages/nova-embedly/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:embedly", summary: "Telescope Embedly module package", - version: "1.1.0", + version: "1.2.0", git: 'https://github.com/TelescopeJS/telescope-embedly.git' }); @@ -10,9 +10,9 @@ Package.onUse( function(api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:users@1.1.0', + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:users@1.2.0', 'fourseven:scss' ]); diff --git a/packages/nova-events/package.js b/packages/nova-events/package.js index f2063868a5..e088c0e12e 100644 --- a/packages/nova-events/package.js +++ b/packages/nova-events/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:events", summary: "Telescope event tracking package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,8 +10,8 @@ Package.onUse(function(api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', // needed to track posts click + 'nova:core@1.2.0', + 'nova:posts@1.2.0', // needed to track posts click ]); api.mainModule("lib/server.js", "server"); diff --git a/packages/nova-forms-tags/package.js b/packages/nova-forms-tags/package.js index 9792eff28e..77011ab5f2 100644 --- a/packages/nova-forms-tags/package.js +++ b/packages/nova-forms-tags/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:forms-tags", summary: "Telescope tag input package", - version: "1.1.0", + version: "1.2.0", git: 'https://github.com/TelescopeJS/Telescope.git' }); @@ -10,8 +10,8 @@ Package.onUse( function(api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:forms@1.1.0' + 'nova:core@1.2.0', + 'nova:forms@1.2.0' ]); api.mainModule("lib/export.js", ["client", "server"]); diff --git a/packages/nova-forms/package.js b/packages/nova-forms/package.js index b014ab0446..930235bdb7 100644 --- a/packages/nova-forms/package.js +++ b/packages/nova-forms/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:forms", summary: "Form containers for React", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/meteor-utilities/react-form-containers.git" }); @@ -10,8 +10,8 @@ Package.onUse(function(api) { api.versionsFrom("METEOR@1.3"); api.use([ - 'nova:core@1.1.0', - 'nova:users@1.1.0', + 'nova:core@1.2.0', + 'nova:users@1.2.0', 'ecmascript', 'check', diff --git a/packages/nova-getting-started/package.js b/packages/nova-getting-started/package.js index d220be83da..06ce05c118 100644 --- a/packages/nova-getting-started/package.js +++ b/packages/nova-getting-started/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:getting-started", summary: "Getting started posts", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-getting-started.git" }); @@ -14,11 +14,11 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:comments@1.1.0', - 'nova:users@1.1.0', - 'nova:events@1.1.0', + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:comments@1.2.0', + 'nova:users@1.2.0', + 'nova:events@1.2.0', ]); // both diff --git a/packages/nova-i18n-en-us/package.js b/packages/nova-i18n-en-us/package.js index 239a480512..6dcaa06a25 100644 --- a/packages/nova-i18n-en-us/package.js +++ b/packages/nova-i18n-en-us/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:i18n-en-us", summary: "Telescope i18n package (en_US)", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,7 +10,7 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0' + 'nova:core@1.2.0' ]); api.addFiles([ diff --git a/packages/nova-kadira/package.js b/packages/nova-kadira/package.js index 80ee00f430..2b8a2aa867 100644 --- a/packages/nova-kadira/package.js +++ b/packages/nova-kadira/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:kadira", summary: "Telescope Kadira package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,7 +10,7 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:core@1.1.0', + 'nova:core@1.2.0', 'meteorhacks:kadira@2.30.0', 'kadira:debug@3.2.2', 'meteorhacks:kadira-profiler@1.2.1' diff --git a/packages/nova-lib/package.js b/packages/nova-lib/package.js index e7bae3b373..84ebf9ea80 100644 --- a/packages/nova-lib/package.js +++ b/packages/nova-lib/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'nova:lib', summary: 'Telescope libraries.', - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); diff --git a/packages/nova-newsletter/package.js b/packages/nova-newsletter/package.js index 3ce36073f1..9694208f72 100644 --- a/packages/nova-newsletter/package.js +++ b/packages/nova-newsletter/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:newsletter", summary: "Telescope email newsletter package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-newsletter.git" }); @@ -10,12 +10,12 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:posts@1.1.0', - 'nova:comments@1.1.0', - 'nova:users@1.1.0', - 'nova:categories@1.1.0', - 'nova:email@1.1.0' + 'nova:core@1.2.0', + 'nova:posts@1.2.0', + 'nova:comments@1.2.0', + 'nova:users@1.2.0', + 'nova:categories@1.2.0', + 'nova:email@1.2.0' ]); api.mainModule('lib/server.js', 'server'); diff --git a/packages/nova-notifications/package.js b/packages/nova-notifications/package.js index 2f37f217db..6ac56efde5 100644 --- a/packages/nova-notifications/package.js +++ b/packages/nova-notifications/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:notifications", summary: "Telescope notifications package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-notifications.git" }); @@ -10,14 +10,14 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:email@1.1.0', - 'nova:users@1.1.0' + 'nova:core@1.2.0', + 'nova:email@1.2.0', + 'nova:users@1.2.0' ]); api.use([ - 'nova:posts@1.1.0', - 'nova:comments@1.1.0', + 'nova:posts@1.2.0', + 'nova:comments@1.2.0', ], {weak: true}); api.mainModule('lib/modules.js', ['client', 'server']); diff --git a/packages/nova-posts/package.js b/packages/nova-posts/package.js index bd05162b50..32a4291a00 100644 --- a/packages/nova-posts/package.js +++ b/packages/nova-posts/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:posts", summary: "Telescope posts package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-posts.git" }); @@ -10,8 +10,8 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:core@1.1.0', - 'nova:users@1.1.0', + 'nova:core@1.2.0', + 'nova:users@1.2.0', ]); api.mainModule("lib/server.js", "server"); diff --git a/packages/nova-routing/package.js b/packages/nova-routing/package.js index 10781b4798..6c70195d2b 100644 --- a/packages/nova-routing/package.js +++ b/packages/nova-routing/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:routing", summary: "Nova router package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -11,7 +11,7 @@ Package.onUse(function (api) { api.use([ // Nova packages - 'nova:core@1.1.0', + 'nova:core@1.2.0', ]); api.mainModule('lib/server/main.js', 'server'); diff --git a/packages/nova-rss/package.js b/packages/nova-rss/package.js index 17b0466b4c..a6b7a7fdc3 100644 --- a/packages/nova-rss/package.js +++ b/packages/nova-rss/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:rss", summary: "Telescope RSS package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-rss.git" }); @@ -9,7 +9,7 @@ Npm.depends({rss: "1.1.1"}); Package.onUse(function (api) { - api.use(['nova:core@1.1.0']); + api.use(['nova:core@1.2.0']); api.addFiles(['lib/headtags.js'], ['client', 'server']); diff --git a/packages/nova-search/package.js b/packages/nova-search/package.js index 68bd2388de..c920baa4cd 100644 --- a/packages/nova-search/package.js +++ b/packages/nova-search/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:search", summary: "Telescope search package", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-pages.git" }); @@ -9,7 +9,7 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); - api.use(['nova:core@1.1.0']); + api.use(['nova:core@1.2.0']); api.addFiles([ 'lib/parameters.js', diff --git a/packages/nova-subscribe/package.js b/packages/nova-subscribe/package.js index ac5b891bbb..f683553364 100644 --- a/packages/nova-subscribe/package.js +++ b/packages/nova-subscribe/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:subscribe", summary: "Subscribe to posts, users, etc. to be notified of new activity", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/telescope-subscribe-to-posts.git" }); @@ -11,16 +11,16 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); api.use([ - 'nova:core@1.1.0', - 'nova:users@1.1.0', // this dep is needed to check users permissions - 'nova:notifications@1.1.0', + 'nova:core@1.2.0', + 'nova:users@1.2.0', // this dep is needed to check users permissions + 'nova:notifications@1.2.0', // dependencies on posts, categories are done with nested imports to reduce explicit dependencies ]); api.use([ - 'nova:posts@1.1.0', - 'nova:comments@1.1.0', - 'nova:categories@1.1.0', + 'nova:posts@1.2.0', + 'nova:comments@1.2.0', + 'nova:categories@1.2.0', ], {weak: true}); api.mainModule("lib/modules.js", ["client"]); diff --git a/packages/nova-users/package.js b/packages/nova-users/package.js index d0b5406c14..84cfa597a4 100644 --- a/packages/nova-users/package.js +++ b/packages/nova-users/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'nova:users', summary: 'Telescope permissions.', - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -10,7 +10,7 @@ Package.onUse(function (api) { api.versionsFrom(['METEOR@1.0']); api.use([ - 'nova:lib@1.1.0' + 'nova:lib@1.2.0' ]); api.mainModule("lib/server.js", "server"); diff --git a/packages/nova-voting/package.js b/packages/nova-voting/package.js index 2dd0c6d8f0..437ee05915 100644 --- a/packages/nova-voting/package.js +++ b/packages/nova-voting/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "nova:voting", summary: "Telescope scoring package.", - version: "1.1.0", + version: "1.2.0", git: "https://github.com/TelescopeJS/Telescope.git" }); @@ -9,11 +9,11 @@ Package.onUse(function (api) { api.versionsFrom("METEOR@1.0"); - api.use(['nova:core@1.1.0']); + api.use(['nova:core@1.2.0']); api.use([ - 'nova:posts@1.1.0', - 'nova:comments@1.1.0' + 'nova:posts@1.2.0', + 'nova:comments@1.2.0' ], ['client', 'server']); api.mainModule("lib/server.js", "server");