File tree Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 1
1
amplify@1.0.0
2
- autoupdate@1.2.4-logging
2
+ autoupdate@1.2.4
3
3
babel-compiler@5.8.24_1
4
4
babel-runtime@0.1.4
5
5
base64@1.0.4
@@ -10,16 +10,16 @@ boilerplate-generator@1.0.4
10
10
caching-compiler@1.0.0
11
11
caching-html-compiler@1.0.2
12
12
callback-hook@1.0.4
13
- check@1.0.6
14
- coffeescript@1.0.10
13
+ check@1.1.0
14
+ coffeescript@1.0.11
15
15
ddp@1.2.2
16
16
ddp-client@1.2.1
17
- ddp-common@1.2.1
18
- ddp-server@1.2.1
17
+ ddp-common@1.2.2
18
+ ddp-server@1.2.2
19
19
deps@1.0.9
20
20
diff-sequence@1.0.1
21
- ecmascript@0.1.5
22
- ecmascript-collections @0.1 .6
21
+ ecmascript@0.1.6
22
+ ecmascript-runtime @0.2 .6
23
23
ejson@1.0.7
24
24
fastclick@1.0.7
25
25
geojson-utils@1.0.4
@@ -31,38 +31,38 @@ jag:pince@0.0.6
31
31
jquery@1.11.4
32
32
launch-screen@1.0.4
33
33
livedata@1.0.15
34
- local-test:msgfmt:ui@2.0.0-preview.5
34
+ local-test:msgfmt:ui@2.0.0-preview.6
35
35
logging@1.0.8
36
- meteor@1.1.9
36
+ meteor@1.1.10
37
37
meteor-platform@1.2.3
38
38
meteorhacks:inject-initial@1.0.2
39
39
minifiers@1.1.7
40
40
minimongo@1.0.10
41
41
mobile-status-bar@1.0.6
42
- mongo@1.1.2
42
+ mongo@1.1.3
43
43
mongo-id@1.0.1
44
44
msgfmt:core@2.0.0-preview.2
45
- msgfmt:ui@2.0.0-preview.5
45
+ msgfmt:ui@2.0.0-preview.6
46
46
nicolaslopezj:router-layer@0.0.11
47
47
npm-mongo@1.4.39_1
48
48
observe-sequence@1.0.7
49
49
ordered-dict@1.0.4
50
- promise@0.5.0
51
- random@1.0.4
52
- reactive-dict@1.1.2
50
+ promise@0.5.1
51
+ random@1.0.5
52
+ reactive-dict@1.1.3
53
53
reactive-var@1.0.6
54
54
reload@1.1.4
55
55
retry@1.0.4
56
56
routepolicy@1.0.6
57
57
session@1.1.1
58
58
spacebars@1.0.7
59
59
spacebars-compiler@1.0.7
60
- templating@1.1.4
60
+ templating@1.1.5
61
61
templating-tools@1.0.0
62
62
tinytest@1.0.6
63
63
tracker@1.0.9
64
64
ui@1.0.8
65
65
underscore@1.0.4
66
66
url@1.0.5
67
- webapp@1.2.2
67
+ webapp@1.2.3
68
68
webapp-hashing@1.0.5
Original file line number Diff line number Diff line change 1
1
## vNEXT
2
2
3
+ ## 2.0.0-preview.6
4
+
5
+ * Bugfix: Fixe duplicated insertions on route-change
6
+ Thanks @1u ! (#183 , #185 )
7
+
3
8
## 2.0.0-preview.5
4
9
5
10
* Bugfix: ` Uncaught Error: No route found named "mfTransLang" ` when adding
Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : "msgfmt:ui" ,
3
- version : "2.0.0-preview.5 " ,
3
+ version : "2.0.0-preview.6 " ,
4
4
summary : "messageformat: translation UI" ,
5
5
git : "https://github.com/gadicc/meteor-messageformat.git" ,
6
6
} ) ;
You can’t perform that action at this time.
0 commit comments