Skip to content

Commit 44d381d

Browse files
committed
1 parent 7561de9 commit 44d381d

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

msgfmt:ui/.versions

+12-10

msgfmt:ui/History.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## vNEXT
22

3+
## 2.0.0-preview.4
4+
35
* Feature: Router agnosticism via `nicolaslopezj:meteor-router-layer`. You
46
can now use mf:ui with either iron-router or flow-router (#152)
57

msgfmt:ui/package.js

+1-1
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.3",
3+
version: "2.0.0-preview.4",
44
summary: "messageformat: translation UI",
55
git: "https://github.com/gadicc/meteor-messageformat.git",
66
});

website/.meteor/packages

+4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ accounts-password
1414
accounts-github
1515
accounts-google
1616
accounts-facebook
17+
1718
iron:router
19+
#kadira:flow-router
20+
#kadira:blaze-layout
21+
1822
mrt:sp-marked
1923
mizzao:bootstrap-3
2024
gadicohen:syntaxhighlighter

website/.meteor/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ [email protected]
5959
6060
6161
62-
62+
6363
nicolaslopezj:[email protected]
6464
6565

0 commit comments

Comments
 (0)