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

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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-
accounts-password@1.3.3
40+
accounts-password@1.3.4
4141
# accounts-twitter
4242
# accounts-facebook
4343

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.4.2.3
1+
METEOR@1.4.3

.meteor/versions

Lines changed: 46 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
accounts-base@1.2.14
2-
accounts-password@1.3.3
2+
accounts-password@1.3.4
33
aldeed:collection2@2.10.0
44
aldeed:collection2-core@1.2.0
55
aldeed:schema-deny@1.1.0
66
aldeed:schema-index@1.1.1
77
aldeed:simple-schema@1.5.3
88
allow-deny@1.0.5
99
autoupdate@1.3.12
10-
babel-compiler@6.13.0
10+
babel-compiler@6.14.0
1111
babel-runtime@1.0.1
1212
base64@1.0.10
1313
binary-heap@1.0.10
@@ -18,15 +18,14 @@ caching-compiler@1.1.9
1818
callback-hook@1.0.10
1919
check@1.2.4
2020
coffeescript@1.11.1_4
21-
dburles:collection-helpers@1.1.0
2221
ddp@1.2.5
23-
ddp-client@1.3.2
22+
ddp-client@1.3.3
2423
ddp-common@1.2.8
2524
ddp-rate-limiter@1.0.6
26-
ddp-server@1.3.12
25+
ddp-server@1.3.13
2726
deps@1.0.12
2827
diff-sequence@1.0.7
29-
ecmascript@0.6.1
28+
ecmascript@0.6.2
3029
ecmascript-runtime@0.3.15
3130
ejson@1.0.13
3231
email@1.1.18
@@ -36,62 +35,60 @@ geojson-utils@1.0.10
3635
hot-code-push@1.0.4
3736
html-tools@1.0.11
3837
htmljs@1.0.11
39-
http@1.2.10
38+
http@1.2.11
4039
id-map@1.0.9
4140
jparker:crypto-core@0.1.0
4241
jparker:crypto-md5@0.1.1
4342
jparker:gravatar@0.5.1
4443
jquery@1.11.10
4544
livedata@1.0.18
4645
localstorage@1.0.12
47-
logging@1.1.16
46+
logging@1.1.17
4847
mdg:validation-error@0.5.1
49-
meteor@1.6.0
48+
meteor@1.6.1
5049
meteor-base@1.0.4
5150
meteorhacks:inject-initial@1.0.4
5251
meteorhacks:picker@1.0.3
53-
meteorhacks:subs-manager@1.6.4
54-
minifier-css@1.2.15
55-
minifier-js@1.2.15
56-
minimongo@1.0.19
57-
modules@0.7.7
58-
modules-runtime@0.7.7
59-
mongo@1.1.14
52+
minifier-css@1.2.16
53+
minifier-js@1.2.17
54+
minimongo@1.0.20
55+
modules@0.7.8
56+
modules-runtime@0.7.9
57+
mongo@1.1.15
6058
mongo-id@1.0.6
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
npm-bcrypt@0.9.2
86-
npm-mongo@2.2.11_2
87-
observe-sequence@1.0.14
84+
npm-mongo@2.2.16_1
85+
observe-sequence@1.0.15
8886
ordered-dict@1.0.9
8987
percolatestudio:synced-cron@1.1.0
9088
promise@0.8.8
9189
raix:eventemitter@0.1.3
9290
random@1.0.10
9391
rate-limit@1.0.6
94-
react-meteor-data@0.2.9
9592
reactive-dict@1.1.8
9693
reactive-var@1.0.11
9794
reload@1.1.11
@@ -100,20 +97,19 @@ routepolicy@1.0.12
10097
service-configuration@1.0.11
10198
session@1.1.7
10299
sha@1.0.9
103-
shell-server@0.2.1
100+
shell-server@0.2.2
104101
softwarerero:accounts-t9n@1.3.6
105102
spacebars@1.0.13
106103
spacebars-compiler@1.0.13
107104
srp@1.0.10
108-
standard-minifier-css@1.3.2
109-
standard-minifier-js@1.2.1
105+
standard-minifier-css@1.3.3
106+
standard-minifier-js@1.2.2
110107
standard-minifiers@1.0.6
111108
std:accounts-ui@1.2.18
112109
tmeasday:check-npm-versions@0.3.1
113-
tracker@1.1.1
110+
tracker@1.1.2
114111
ui@1.0.12
115112
underscore@1.0.10
116-
url@1.0.11
117-
utilities:react-list-container@0.1.14
118-
webapp@1.3.12
113+
url@1.1.0
114+
webapp@1.3.13
119115
webapp-hashing@1.0.9

History.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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
'std:accounts-ui@1.2.18',
1212
]);

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: "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(['METEOR@1.0']);
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

Lines changed: 6 additions & 6 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: "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:fontawesome@4.5.0',

packages/nova-base-styles/package.js

Lines changed: 2 additions & 5 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: "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(['METEOR@1.0']);
1111

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

2017
api.addFiles([

0 commit comments

Comments
 (0)