Skip to content

Commit 8ab9942

Browse files
committed
🚒 v3.7.1
- πŸ‘·β€β™‚οΈ Partial fix #69, thanks to @cormip and @jankapunkt β€” Control re-rendering behavior with `conf.forceReRender` option - πŸ“¦ Revert update of [`page` NPM library](https://www.npmjs.com/package/page) to `v1.9.0`, *latest `v1.11.4` generated numerous bugs* - πŸ“¦ Revert update of [`qs` NPM library](https://www.npmjs.com/package/qs) to `v6.5.2`, *latest `v6.8.0` failed to pass tests-suite and caused numerous bugs*
1 parent 1fa9074 commit 8ab9942

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

β€Ž.npm/package/npm-shrinkwrap.jsonβ€Ž

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.versionsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ [email protected]
2727
2828
2929
30-
local-test:ostrio:[email protected].0
30+
local-test:ostrio:[email protected].1
3131
3232
3333
@@ -42,7 +42,7 @@ [email protected]
4242
4343
4444
45-
45+
4646
4747
4848

β€Žpackage.jsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'ostrio:flow-router-extra',
33
summary: 'Carefully extended flow-router with waitOn and template context',
4-
version: '3.7.0',
4+
version: '3.7.1',
55
git: 'https://github.com/VeliovGroup/flow-router'
66
});
77

@@ -42,6 +42,6 @@ Package.onTest((api) => {
4242
});
4343

4444
Npm.depends({
45-
page: '1.11.4',
46-
qs: '6.8.0'
45+
page: '1.9.0',
46+
qs: '6.5.2'
4747
});

0 commit comments

Comments
Β (0)