Skip to content

Commit 0798a79

Browse files
committed
📦 v2.4.2
**Summary**: Patch release improving backward compatibility and housekeeping files. ## Changes - 🔧 Fix: compatibility with older `meteor.js` releases - Update `.meteorignore`
1 parent b717f81 commit 0798a79

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.versions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ geojson-utils@1.0.12
2424
id-map@1.2.0
2525
inter-process-messaging@0.1.2
2626
jquery@1.11.11
27-
local-test:ostrio:flow-router-meta@2.4.1
27+
local-test:ostrio:flow-router-meta@2.4.2
2828
logging@1.3.6
2929
meteor@2.2.0
3030
minimongo@2.0.5
@@ -37,9 +37,9 @@ mongo-dev-server@1.1.1
3737
mongo-id@1.0.9
3838
npm-mongo@6.16.1
3939
ordered-dict@1.2.0
40-
ostrio:flow-router-extra@3.13.0
41-
ostrio:flow-router-meta@2.4.1
42-
ostrio:flow-router-title@3.5.0
40+
ostrio:flow-router-extra@3.13.1
41+
ostrio:flow-router-meta@2.4.2
42+
ostrio:flow-router-title@3.5.1
4343
promise@1.0.0
4444
random@1.2.2
4545
react-fast-refresh@0.3.0

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:flow-router-meta',
3-
version: '2.4.1',
3+
version: '2.4.2',
44
summary: 'Set and update meta, link, and script tags via flow-router hooks',
55
git: 'https://github.com/veliovgroup/Meteor-flow-router-meta',
66
documentation: 'README.md'
@@ -15,6 +15,6 @@ Package.onUse((api) => {
1515
});
1616

1717
Package.onTest((api) => {
18-
api.use(['tinytest', 'ecmascript', 'jquery', 'random', 'ostrio:flow-router-extra@3.13.0', 'ostrio:flow-router-title@3.5.0'], 'client');
18+
api.use(['tinytest', 'ecmascript', 'jquery', 'random', 'ostrio:flow-router-extra@3.13.1', 'ostrio:flow-router-title@3.5.1'], 'client');
1919
api.addFiles('tests.js', 'client');
2020
});

0 commit comments

Comments
 (0)