Skip to content

Commit

Permalink
🚒 v3.2.0
Browse files Browse the repository at this point in the history
- πŸ‘·β€β™‚οΈ Merge #13, fixing #12, thanks to @afrokick
- πŸ‘¨β€πŸ”¬ Better test-suite
- πŸ‘¨β€πŸ’» Support for `ostrio:[email protected]` (*was
`ostrio:[email protected]`*)

Minor version bump caused by minor dependencies upgrade
  • Loading branch information
dr-dimitru committed Sep 9, 2019
1 parent 8d7404a commit 65b4acb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:flow-router-title@3.1.5
local-test:ostrio:flow-router-title@3.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -34,8 +34,8 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:flow-router-extra@3.6.3
ostrio:flow-router-title@3.1.5
ostrio:flow-router-extra@3.7.0
ostrio:flow-router-title@3.2.0
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:flow-router-title',
version: '3.1.5',
version: '3.2.0',
summary: 'Change document.title (page title) on the fly within flow-router',
git: 'https://github.com/VeliovGroup/Meteor-flow-router-title',
documentation: 'README.md'
Expand All @@ -13,7 +13,7 @@ Package.onUse(function (api) {
});

Package.onTest(function(api) {
api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:flow-router-extra@3.6.3', 'ostrio:flow-router-title'], 'client');
api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:flow-router-extra@3.7.0', 'ostrio:flow-router-title'], 'client');
api.addFiles('tests/init.js', 'client');
api.addFiles('tests/common.js', 'client');
api.addFiles('tests/group.js', 'client');
Expand Down

0 comments on commit 65b4acb

Please sign in to comment.