Skip to content

Commit d195d36

Browse files
committed
Nova v1.1.0 🔭
* bump packages version * update to Meteor 1.4.3! 🚀
1 parent f6f0570 commit d195d36

File tree

35 files changed

+159
-159
lines changed

35 files changed

+159
-159
lines changed

.meteor/.finished-upgraders

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ notices-for-facebook-graph-api-2
1414
1.3.5-remove-old-dev-bundle-link
1515
1.4.0-remove-old-dev-bundle-link
1616
1.4.1-add-shell-server-package
17+
1.4.3-split-account-service-packages

.meteor/packages

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ nova:users # user management and permissions
88

99
############ Features Packages ############
1010

11-
nova:events
1211
nova:posts
1312
nova:comments
1413
nova:newsletter
@@ -17,6 +16,7 @@ nova:notifications
1716
nova:getting-started
1817
nova:categories
1918
nova:voting
19+
nova:events
2020
nova:embedly
2121
nova:api
2222
nova:rss
@@ -37,7 +37,7 @@ nova:i18n-en-us # default language translation
3737

3838
############ Your Packages ############
3939

40-
40+
4141
# accounts-twitter
4242
# accounts-facebook
4343

.meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+

.meteor/versions

+46-50
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
2-
2+
33
44
55
66
77
88
99
10-
babel-compiler@6.13.0
10+
babel-compiler@6.14.0
1111
1212
1313
@@ -18,15 +18,14 @@ [email protected]
1818
1919
2020
21-
2221
23-
22+
2423
2524
26-
25+
2726
2827
29-
28+
3029
3130
3231
@@ -36,62 +35,60 @@ [email protected]
3635
3736
3837
39-
38+
4039
4140
4241
4342
4443
4544
4645
47-
46+
4847
49-
48+
5049
5150
meteorhacks:[email protected]
5251
meteorhacks:[email protected]
53-
meteorhacks:[email protected]
54-
55-
56-
57-
58-
59-
52+
53+
54+
55+
56+
57+
6058
61-
nova:api@1.0.0
62-
nova:base-components@1.0.0
63-
nova:base-styles@1.0.0
64-
nova:categories@1.0.0
65-
nova:comments@1.0.0
66-
nova:core@1.0.0
67-
nova:debug@1.0.0
68-
nova:email@1.0.0
69-
nova:email-templates@1.0.0
70-
nova:embedly@1.0.0
71-
nova:events@1.0.0
72-
nova:forms@1.0.0
73-
nova:getting-started@1.0.0
74-
nova:i18n-en-us@1.0.0
75-
nova:lib@1.0.0
76-
nova:newsletter@1.0.0
77-
nova:notifications@1.0.0
78-
nova:posts@1.0.0
79-
nova:routing@1.0.0
80-
nova:rss@1.0.0
81-
nova:search@1.0.0
82-
nova:subscribe@1.0.0
83-
nova:users@1.0.0
84-
nova:voting@1.0.0
59+
nova:api@1.1.0
60+
nova:base-components@1.1.0
61+
nova:base-styles@1.1.0
62+
nova:categories@1.1.0
63+
nova:comments@1.1.0
64+
nova:core@1.1.0
65+
nova:debug@1.1.0
66+
nova:email@1.1.0
67+
nova:email-templates@1.1.0
68+
nova:embedly@1.1.0
69+
nova:events@1.1.0
70+
nova:forms@1.1.0
71+
nova:getting-started@1.1.0
72+
nova:i18n-en-us@1.1.0
73+
nova:lib@1.1.0
74+
nova:newsletter@1.1.0
75+
nova:notifications@1.1.0
76+
nova:posts@1.1.0
77+
nova:routing@1.1.0
78+
nova:rss@1.1.0
79+
nova:search@1.1.0
80+
nova:subscribe@1.1.0
81+
nova:users@1.1.0
82+
nova:voting@1.1.0
8583
86-
87-
84+
85+
8886
8987
percolatestudio:[email protected]
9088
9189
9290
9391
94-
9592
9693
9794
@@ -100,20 +97,19 @@ [email protected]
10097
10198
10299
103-
100+
104101
softwarerero:[email protected]
105102
106103
107104
108-
109-
105+
106+
110107
111108
112109
113-
110+
114111
115112
116-
117-
118-
113+
114+
119115

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.0 => vNEXT
2+
3+
We now keep track of the version thanks to [`release`](https://github.com/zeit/release).
4+
5+
To see the updates, check the [Nova's repo releases](https://github.com/TelescopeJS/Telescope/releases).
6+
17
## v1.0.0
28
- 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/).
39

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Nova",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"engines": {
55
"npm": "^3.0"
66
},

packages/framework-demo/package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Package.describe({
55
Package.onUse(function (api) {
66

77
api.use([
8-
'nova:core@1.0.0',
9-
'nova:forms@1.0.0',
8+
'nova:core@1.1.0',
9+
'nova:forms@1.1.0',
1010

1111
1212
]);

packages/nova-api/package.js

+2-2
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: "1.0.0",
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

88
Package.onUse(function (api) {
99

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

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

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

packages/nova-base-components/package.js

+6-6
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: "1.0.0",
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

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

1212
api.use([
1313
// Nova packages
14-
'nova:core@1.0.0',
15-
'nova:posts@1.0.0',
16-
'nova:users@1.0.0',
17-
'nova:comments@1.0.0',
18-
'nova:voting@1.0.0',
14+
'nova:core@1.1.0',
15+
'nova:posts@1.1.0',
16+
'nova:users@1.1.0',
17+
'nova:comments@1.1.0',
18+
'nova:voting@1.1.0',
1919

2020
// third-party packages
2121
'fortawesome:[email protected]',

packages/nova-base-styles/package.js

+2-5
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: "1.0.0",
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

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

1212
api.use([
13-
'nova:core@1.0.0',
13+
'nova:core@1.1.0',
1414
'fourseven:scss',
15-
// 'juliancwirko:[email protected]',
16-
// 'seba:[email protected]',
17-
// 'twbs:bootstrap@=4.0.0-alpha.2'
1815
]);
1916

2017
api.addFiles([

packages/nova-categories/package.js

+4-4
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: "1.0.0",
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/telescope-tags.git"
66
});
77

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

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

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

packages/nova-cloudinary/package.js

+3-3
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: '1.0.0',
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

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

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

1717
api.addFiles([

packages/nova-comments/package.js

+4-4
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: "1.0.0",
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

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

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

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

packages/nova-core/package.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "nova:core",
33
summary: "Telescope core package",
4-
version: "1.0.0",
4+
version: "1.1.0",
55
git: "https://github.com/TelescopeJS/Telescope.git"
66
});
77

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

1212
api.use([
13-
'nova:lib@1.0.0',
14-
'nova:users@1.0.0',
13+
'nova:lib@1.1.0',
14+
'nova:users@1.1.0',
1515
]);
1616

1717
api.imply([
18-
'nova:lib@1.0.0'
18+
'nova:lib@1.1.0'
1919
]);
2020

2121
api.mainModule('lib/server/main.js', 'server');

0 commit comments

Comments
 (0)