Skip to content

Commit 9c2a2fa

Browse files
committed
πŸ“¦ v3.12.1
### What's new - 🀝 Compatibility with latest `meteor@3.3.2` - 🐞 Fix potential bug that may appear with "modern compiler" (SWC), see #124 ### Major changes - No, this is maintenance release
1 parent 3a0a11d commit 9c2a2fa

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

β€Ž.versionsβ€Ž

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
allow-deny@2.1.0
2-
babel-compiler@7.11.3
2+
babel-compiler@7.12.2
33
babel-runtime@1.5.2
44
base64@1.0.13
55
binary-heap@1.0.12
6-
boilerplate-generator@2.0.0
7-
callback-hook@1.6.0
6+
boilerplate-generator@2.0.2
7+
callback-hook@1.6.1
88
check@1.4.4
99
core-runtime@1.0.0
1010
ddp@1.4.2
11-
ddp-client@3.1.0
11+
ddp-client@3.1.1
1212
ddp-common@1.4.4
13-
ddp-server@3.1.0
13+
ddp-server@3.1.2
1414
diff-sequence@1.1.3
1515
dynamic-import@0.7.4
16-
ecmascript@0.16.10
16+
ecmascript@0.16.13
1717
ecmascript-runtime@0.8.3
18-
ecmascript-runtime-client@0.12.2
18+
ecmascript-runtime-client@0.12.3
1919
ecmascript-runtime-server@0.11.1
20-
ejson@1.1.4
20+
ejson@1.1.5
2121
facts-base@1.0.2
22-
fetch@0.1.5
22+
fetch@0.1.6
2323
geojson-utils@1.0.12
2424
http@1.0.1
2525
id-map@1.2.0
2626
inter-process-messaging@0.1.2
27-
local-test:ostrio:flow-router-extra@3.12.0
28-
logging@1.3.5
29-
meteor@2.1.0
30-
minimongo@2.0.2
31-
modern-browsers@0.2.0
27+
local-test:ostrio:flow-router-extra@3.12.1
28+
logging@1.3.6
29+
meteor@2.1.1
30+
minimongo@2.0.4
31+
modern-browsers@0.2.3
3232
modules@0.20.3
3333
modules-runtime@0.13.2
34-
mongo@2.1.0
34+
mongo@2.1.4
3535
mongo-decimal@0.2.0
3636
mongo-dev-server@1.1.1
3737
mongo-id@1.0.9
38-
npm-mongo@6.10.2
38+
npm-mongo@6.16.1
3939
ordered-dict@1.2.0
40-
ostrio:flow-router-extra@3.12.0
40+
ostrio:flow-router-extra@3.12.1
4141
promise@1.0.0
4242
random@1.2.2
4343
react-fast-refresh@0.2.9
@@ -46,11 +46,11 @@ reactive-var@1.0.13
4646
reload@1.3.2
4747
retry@1.1.1
4848
routepolicy@1.1.2
49-
socket-stream-client@0.6.0
50-
tinytest@1.3.1
49+
socket-stream-client@0.6.1
50+
tinytest@1.3.2
5151
tracker@1.3.4
52-
typescript@5.6.3
52+
typescript@5.6.6
5353
underscore@1.6.4
54-
webapp@2.0.5
54+
webapp@2.0.7
5555
webapp-hashing@1.1.2
5656
zodern:types@1.0.13

β€Žpackage.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'ostrio:flow-router-extra',
33
summary: 'The router for modern JavaScript apps, with support for Blaze, Vue, React, Svelte',
4-
version: '3.12.0',
4+
version: '3.12.1',
55
git: 'https://github.com/veliovgroup/flow-router',
66
});
77

0 commit comments

Comments
Β (0)