@micromag/intl 0.3.356 → 0.3.359

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locale/en.cjs.js CHANGED
@@ -1477,6 +1477,10 @@ var messages = {
1477
1477
  type: 0,
1478
1478
  value: "Select a color..."
1479
1479
  }],
1480
+ "4b5gym": [{
1481
+ type: 0,
1482
+ value: "Screen title"
1483
+ }],
1480
1484
  "4bHvRS": [{
1481
1485
  type: 0,
1482
1486
  value: "Gallery Feed"
package/locale/en.js CHANGED
@@ -1471,6 +1471,10 @@ var messages = {
1471
1471
  type: 0,
1472
1472
  value: "Select a color..."
1473
1473
  }],
1474
+ "4b5gym": [{
1475
+ type: 0,
1476
+ value: "Screen title"
1477
+ }],
1474
1478
  "4bHvRS": [{
1475
1479
  type: 0,
1476
1480
  value: "Gallery Feed"
package/locale/en.json CHANGED
@@ -303,6 +303,12 @@
303
303
  "value": "Select a color..."
304
304
  }
305
305
  ],
306
+ "4b5gym": [
307
+ {
308
+ "type": 0,
309
+ "value": "Screen title"
310
+ }
311
+ ],
306
312
  "4bHvRS": [
307
313
  {
308
314
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.356",
3
+ "version": "0.3.359",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.13.10",
60
60
  "@formatjs/cli": "^4.4.0",
61
- "@micromag/core": "^0.3.354",
61
+ "@micromag/core": "^0.3.359",
62
62
  "commander": "^8.3.0",
63
63
  "fs-extra": "^10.0.0",
64
64
  "gettext-parser": "^4.0.4",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "683c410d9fc568658e5907fb0a8fa470cb04f6eb"
78
+ "gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
79
79
  }