Skip to content

Commit

Permalink
update meteor and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Apr 8, 2015
1 parent 4ba2f69 commit 621c51e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.1
METEOR@1.1.0.2
8 changes: 4 additions & 4 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backbone@1.0.0
base64@1.0.3
bengott:avatar@0.7.6
binary-heap@1.0.3
blaze@2.1.1
blaze@2.1.2
blaze-tools@1.0.3
boilerplate-generator@1.0.3
callback-hook@1.0.3
Expand Down Expand Up @@ -82,7 +82,7 @@ minifiers@1.1.5
minimongo@1.0.8
miro:mailchimp@1.0.4
mobile-status-bar@1.0.3
momentjs:moment@2.9.0
momentjs:moment@2.10.0
mongo@1.1.0
mongo-livedata@1.0.8
mrt:cookies@0.3.0
Expand All @@ -102,12 +102,12 @@ reactive-var@1.0.5
reload@1.1.3
retry@1.0.3
routepolicy@1.0.5
sacha:juice@0.1.3
sacha:juice@0.1.4
sacha:spin@2.0.4
service-configuration@1.0.4
session@1.1.0
sha@1.0.3
softwarerero:accounts-t9n@1.0.8
softwarerero:accounts-t9n@1.0.9
spacebars@1.0.6
spacebars-compiler@1.0.6
spiderable@1.0.7
Expand Down
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.15.1 “FixesScope”

* Settings now have their own `telescope-settings` package (thanks @delgermurun!).
* Swedish translation (thanks @Alekzanther!)
* Various fixes (thanks @azizur, @ndarilek, @kai101, @saimeunt, @Kikobeats!).

## v0.15 “SideScope”

#### Layout
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
telescopeVersion = "0.15";
telescopeVersion = "0.15.1";
1 change: 1 addition & 0 deletions packages/telescope-releases/lib/server/import_releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Meteor.startup(function () {
importRelease('0.14.2');
importRelease('0.14.3');
importRelease('0.15.0');
importRelease('0.15.1');

// if this is before the first run, mark all release notes as read to avoid showing them
if (!Events.findOne({name: 'firstRun'})) {
Expand Down
1 change: 1 addition & 0 deletions packages/telescope-releases/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Package.onUse(function (api) {
api.addFiles('releases/0.14.2.md', 'server', { isAsset: true });
api.addFiles('releases/0.14.3.md', 'server', { isAsset: true });
api.addFiles('releases/0.15.0.md', 'server', { isAsset: true });
api.addFiles('releases/0.15.1.md', 'server', { isAsset: true });

// i18n languages (must come last)

Expand Down
5 changes: 5 additions & 0 deletions packages/telescope-releases/releases/0.15.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### v0.15.1 “FixesScope”

* Settings now have their own `telescope-settings` package (thanks @delgermurun!).
* Swedish translation (thanks @Alekzanther!)
* Various fixes (thanks @azizur, @ndarilek, @kai101, @saimeunt, @Kikobeats!).

0 comments on commit 621c51e

Please sign in to comment.