Skip to content

Commit

Permalink
📦 v3.2.2
Browse files Browse the repository at this point in the history
*This is maintenance release*

- 🤝 Compatibility with `[email protected]`

__Dependencies:__

- 📦 `ostrio:[email protected]`, *was `v3.7.4`*
  • Loading branch information
dr-dimitru committed Jun 8, 2022
1 parent 5714454 commit c6380ad
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
73 changes: 37 additions & 36 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,52 +1,53 @@
[email protected].0
babel-compiler@7.5.2
[email protected].0
[email protected].1
babel-compiler@7.9.0
[email protected].1
[email protected]
[email protected]
boilerplate-generator@1.6.0
callback-hook@1.3.0
boilerplate-generator@1.7.1
callback-hook@1.4.0
[email protected]
[email protected]
ddp-client@2.3.3
ddp-client@2.5.0
[email protected]
ddp-server@2.3.0
ddp-server@2.5.0
[email protected]
dynamic-import@0.5.1
ecmascript@0.14.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
[email protected].1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
[email protected].2
[email protected]
[email protected]
[email protected].0
[email protected].0
local-test:ostrio:[email protected].1
logging@1.1.20
meteor@1.9.3
minimongo@1.4.5
[email protected].4
modules@0.15.0
modules-runtime@0.12.0
mongo@1.8.0
[email protected].1
[email protected].1
[email protected].1
local-test:ostrio:[email protected].2
logging@1.3.1
meteor@1.10.0
minimongo@1.8.0
[email protected].8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.15.0
[email protected].3
[email protected]
[email protected].7
npm-mongo@3.3.0
[email protected].8
npm-mongo@4.3.1
[email protected]
ostrio:[email protected]
ostrio:[email protected]
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected].0
[email protected].1
[email protected]
socket-stream-client@0.2.2
tinytest@1.1.0
socket-stream-client@0.5.0
tinytest@1.2.1
[email protected]
[email protected]
webapp@1.8.0
webapp-hashing@1.0.9
webapp@1.13.1
webapp-hashing@1.1.0
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'ostrio:flow-router-title',
version: '3.2.1',
summary: 'Change document.title (page title) on the fly within flow-router',
version: '3.2.2',
summary: 'Change document.title (page title) on the fly via flow-router definition',
git: 'https://github.com/VeliovGroup/Meteor-flow-router-title',
documentation: 'README.md'
});
Expand All @@ -13,7 +13,7 @@ Package.onUse((api) => {
});

Package.onTest((api) => {
api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:flow-router-extra@3.7.4'], 'client');
api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:flow-router-extra@3.8.0'], '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 c6380ad

Please sign in to comment.