Skip to content

Commit

Permalink
Nova v1.1.0 🔭
Browse files Browse the repository at this point in the history
* bump packages version
* update to Meteor 1.4.3! 🚀
  • Loading branch information
xavxyz committed Feb 16, 2017
1 parent f6f0570 commit d195d36
Show file tree
Hide file tree
Showing 35 changed files with 159 additions and 159 deletions.
1 change: 1 addition & 0 deletions .meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ notices-for-facebook-graph-api-2
1.3.5-remove-old-dev-bundle-link
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
1.4.3-split-account-service-packages
4 changes: 2 additions & 2 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nova:users # user management and permissions

############ Features Packages ############

nova:events
nova:posts
nova:comments
nova:newsletter
Expand All @@ -17,6 +16,7 @@ nova:notifications
nova:getting-started
nova:categories
nova:voting
nova:events
nova:embedly
nova:api
nova:rss
Expand All @@ -37,7 +37,7 @@ nova:i18n-en-us # default language translation

############ Your Packages ############

[email protected].3
[email protected].4
# accounts-twitter
# accounts-facebook

Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected].2.3
[email protected]
96 changes: 46 additions & 50 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[email protected]
[email protected].3
[email protected].4
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
[email protected]
[email protected]
babel-compiler@6.13.0
babel-compiler@6.14.0
[email protected]
[email protected]
[email protected]
Expand All @@ -18,15 +18,14 @@ [email protected]
[email protected]
[email protected]
[email protected]_4
dburles:[email protected]
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected].12
[email protected].13
[email protected]
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
Expand All @@ -36,62 +35,60 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].10
[email protected].11
[email protected]
jparker:[email protected]
jparker:[email protected]
jparker:[email protected]
[email protected]
[email protected]
[email protected]
[email protected].16
[email protected].17
mdg:[email protected]
[email protected].0
[email protected].1
[email protected]
meteorhacks:[email protected]
meteorhacks:[email protected]
meteorhacks:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
nova:api@1.0.0
nova:base-components@1.0.0
nova:base-styles@1.0.0
nova:categories@1.0.0
nova:comments@1.0.0
nova:core@1.0.0
nova:debug@1.0.0
nova:email@1.0.0
nova:email-templates@1.0.0
nova:embedly@1.0.0
nova:events@1.0.0
nova:forms@1.0.0
nova:getting-started@1.0.0
nova:i18n-en-us@1.0.0
nova:lib@1.0.0
nova:newsletter@1.0.0
nova:notifications@1.0.0
nova:posts@1.0.0
nova:routing@1.0.0
nova:rss@1.0.0
nova:search@1.0.0
nova:subscribe@1.0.0
nova:users@1.0.0
nova:voting@1.0.0
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
[email protected]
[email protected].11_2
[email protected].14
[email protected].16_1
[email protected].15
[email protected]
percolatestudio:[email protected]
[email protected]
raix:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Expand All @@ -100,20 +97,19 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].2
softwarerero:[email protected]
[email protected]
[email protected]
[email protected]
[email protected].2
[email protected].1
[email protected].3
[email protected].2
[email protected]
std:[email protected]
tmeasday:[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
utilities:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.0 => vNEXT

We now keep track of the version thanks to [`release`](https://github.com/zeit/release).

To see the updates, check the [Nova's repo releases](https://github.com/TelescopeJS/Telescope/releases).

## v1.0.0
- A lot of breaking changes: this is the Apollo/GraphQL version of Telescope Nova. [You can find the documentation here](http://nova-docs.telescopeapp.org/).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nova",
"version": "1.0.0",
"version": "1.1.0",
"engines": {
"npm": "^3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-demo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Package.describe({
Package.onUse(function (api) {

api.use([
'nova:core@1.0.0',
'nova:forms@1.0.0',
'nova:core@1.1.0',
'nova:forms@1.1.0',

'std:[email protected]',
]);
Expand Down
4 changes: 2 additions & 2 deletions packages/nova-api/package.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package.describe({
name: "nova:api",
summary: "Telescope API package",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/TelescopeJS/Telescope.git"
});

Package.onUse(function (api) {

api.versionsFrom(['[email protected]']);

api.use(['nova:core@1.0.0']);
api.use(['nova:core@1.1.0']);

api.mainModule("lib/server.js", "server");
// api.mainModule("lib/client.js", "client");
Expand Down
12 changes: 6 additions & 6 deletions packages/nova-base-components/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "nova:base-components",
summary: "Telescope components package",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/TelescopeJS/Telescope.git"
});

Expand All @@ -11,11 +11,11 @@ Package.onUse(function (api) {

api.use([
// Nova packages
'nova:core@1.0.0',
'nova:posts@1.0.0',
'nova:users@1.0.0',
'nova:comments@1.0.0',
'nova:voting@1.0.0',
'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',

// third-party packages
'fortawesome:[email protected]',
Expand Down
7 changes: 2 additions & 5 deletions packages/nova-base-styles/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "nova:base-styles",
summary: "Nova basic styles package",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/TelescopeJS/Telescope.git"
});

Expand All @@ -10,11 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom(['[email protected]']);

api.use([
'nova:core@1.0.0',
'nova:core@1.1.0',
'fourseven:scss',
// 'juliancwirko:[email protected]',
// 'seba:[email protected]',
// 'twbs:bootstrap@=4.0.0-alpha.2'
]);

api.addFiles([
Expand Down
8 changes: 4 additions & 4 deletions packages/nova-categories/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "nova:categories",
summary: "Telescope tags package",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/TelescopeJS/telescope-tags.git"
});

Expand All @@ -10,9 +10,9 @@ Package.onUse(function (api) {
api.versionsFrom("[email protected]");

api.use([
'nova:core@1.0.0',
'nova:posts@1.0.0',
'nova:users@1.0.0'
'nova:core@1.1.0',
'nova:posts@1.1.0',
'nova:users@1.1.0'
]);

api.mainModule("lib/server.js", "server");
Expand Down
6 changes: 3 additions & 3 deletions packages/nova-cloudinary/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'nova:cloudinary',
summary: 'Telescope file upload package.',
version: '1.0.0',
version: "1.1.0",
git: "https://github.com/TelescopeJS/Telescope.git"
});

Expand All @@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom(['[email protected]']);

api.use([
'nova:posts@1.0.0',
'nova:core@1.0.0'
'nova:posts@1.1.0',
'nova:core@1.1.0'
]);

api.addFiles([
Expand Down
8 changes: 4 additions & 4 deletions packages/nova-comments/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "nova:comments",
summary: "Telescope comments package",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/TelescopeJS/Telescope.git"
});

Expand All @@ -10,9 +10,9 @@ Package.onUse(function (api) {
api.versionsFrom(['[email protected]']);

api.use([
'nova:core@1.0.0',
'nova:posts@1.0.0',
'nova:users@1.0.0'
'nova:core@1.1.0',
'nova:posts@1.1.0',
'nova:users@1.1.0'
]);

api.mainModule("lib/server.js", "server");
Expand Down
8 changes: 4 additions & 4 deletions packages/nova-core/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "nova:core",
summary: "Telescope core package",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/TelescopeJS/Telescope.git"
});

Expand All @@ -10,12 +10,12 @@ Package.onUse(function(api) {
api.versionsFrom("[email protected]");

api.use([
'nova:lib@1.0.0',
'nova:users@1.0.0',
'nova:lib@1.1.0',
'nova:users@1.1.0',
]);

api.imply([
'nova:lib@1.0.0'
'nova:lib@1.1.0'
]);

api.mainModule('lib/server/main.js', 'server');
Expand Down
Loading

0 comments on commit d195d36

Please sign in to comment.