Skip to content

Commit 880942b

Browse files
committed
core.17; Cordova workaround (see README). Thanks @MartinFournier! (#191)
1 parent 8eaa354 commit 880942b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

msgfmt:core/.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ http@1.1.1
3131
id-map@1.0.4
3232
jag:pince@0.0.6
3333
jquery@1.11.4
34-
local-test:msgfmt:core@2.0.0-preview.16
34+
local-test:msgfmt:core@2.0.0-preview.17
3535
logging@1.0.8
3636
meteor@1.1.10
3737
meteorhacks:inject-initial@1.0.2
3838
minifiers@1.1.7
3939
minimongo@1.0.10
4040
mongo@1.1.3
4141
mongo-id@1.0.1
42-
msgfmt:core@2.0.0-preview.16
42+
msgfmt:core@2.0.0-preview.17
4343
npm-mongo@1.4.39_1
4444
observe-sequence@1.0.7
4545
ordered-dict@1.0.4

msgfmt:core/History.md

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

3+
## 2.0.0-preview.17
4+
5+
* Workaround for Cordova problems, see README.
6+
Many thanks @MartinFournier! (#191)
7+
8+
* Note: this was released the same time as preview.16 so be aware of below.
9+
TESTED INTERNAL CHANGE but backup your database (mf* database) to be safe.
10+
311
## 2.0.0-preview.16
412

13+
* TESTED INTERNAL CHANGE but backup your database (mf* database) to be safe.
14+
515
* Don't rely on `_id` in translation data. Set compound index in mongo
616
on (key, lang). Remove possible duplicates in database when upgrading.
717

msgfmt:core/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:core",
3-
version: "2.0.0-preview.16",
3+
version: "2.0.0-preview.17",
44
summary: "MessageFormat support, the Meteor way",
55
git: "https://github.com/gadicc/meteor-messageformat.git",
66
});

website/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ mobile-status-bar@1.0.3
5757
momentjs:moment@2.10.6
5858
mongo@1.1.0
5959
mrt:sp-marked@0.0.2
60-
msgfmt:core@2.0.0-preview.16
60+
msgfmt:core@2.0.0-preview.17
6161
msgfmt:extract@2.0.0-preview.12
6262
msgfmt:ui@2.0.0-preview.6
6363
nicolaslopezj:router-layer@0.0.11

0 commit comments

Comments
 (0)