Skip to content

Commit e2300cb

Browse files
committed
ui.6; Fix duplicate insertions on route-change, thanks @1u! (#183, #185)
1 parent 0a7b7a1 commit e2300cb

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

msgfmt:ui/.versions

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
amplify@1.0.0
2-
autoupdate@1.2.4-logging
2+
autoupdate@1.2.4
33
babel-compiler@5.8.24_1
44
babel-runtime@0.1.4
55
base64@1.0.4
@@ -10,16 +10,16 @@ boilerplate-generator@1.0.4
1010
caching-compiler@1.0.0
1111
caching-html-compiler@1.0.2
1212
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
1515
ddp@1.2.2
1616
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
1919
deps@1.0.9
2020
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
2323
ejson@1.0.7
2424
fastclick@1.0.7
2525
geojson-utils@1.0.4
@@ -31,38 +31,38 @@ jag:pince@0.0.6
3131
jquery@1.11.4
3232
launch-screen@1.0.4
3333
livedata@1.0.15
34-
local-test:msgfmt:ui@2.0.0-preview.5
34+
local-test:msgfmt:ui@2.0.0-preview.6
3535
logging@1.0.8
36-
meteor@1.1.9
36+
meteor@1.1.10
3737
meteor-platform@1.2.3
3838
meteorhacks:inject-initial@1.0.2
3939
minifiers@1.1.7
4040
minimongo@1.0.10
4141
mobile-status-bar@1.0.6
42-
mongo@1.1.2
42+
mongo@1.1.3
4343
mongo-id@1.0.1
4444
msgfmt:core@2.0.0-preview.2
45-
msgfmt:ui@2.0.0-preview.5
45+
msgfmt:ui@2.0.0-preview.6
4646
nicolaslopezj:router-layer@0.0.11
4747
npm-mongo@1.4.39_1
4848
observe-sequence@1.0.7
4949
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
5353
reactive-var@1.0.6
5454
reload@1.1.4
5555
retry@1.0.4
5656
routepolicy@1.0.6
5757
session@1.1.1
5858
spacebars@1.0.7
5959
spacebars-compiler@1.0.7
60-
templating@1.1.4
60+
templating@1.1.5
6161
templating-tools@1.0.0
6262
tinytest@1.0.6
6363
tracker@1.0.9
6464
ui@1.0.8
6565
underscore@1.0.4
6666
url@1.0.5
67-
webapp@1.2.2
67+
webapp@1.2.3
6868
webapp-hashing@1.0.5

msgfmt:ui/History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## vNEXT
22

3+
## 2.0.0-preview.6
4+
5+
* Bugfix: Fixe duplicated insertions on route-change
6+
Thanks @1u! (#183, #185)
7+
38
## 2.0.0-preview.5
49

510
* Bugfix: `Uncaught Error: No route found named "mfTransLang"` when adding

msgfmt:ui/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: "msgfmt:ui",
3-
version: "2.0.0-preview.5",
3+
version: "2.0.0-preview.6",
44
summary: "messageformat: translation UI",
55
git: "https://github.com/gadicc/meteor-messageformat.git",
66
});

0 commit comments

Comments
 (0)