@bigbinary/neeto-molecules 1.13.18 → 1.14.0
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/package.json +1 -1
- package/src/translations/en.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/src/translations/en.json
CHANGED
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
"publishBlock": {
|
|
358
358
|
"viewDraftVersion": "View draft version",
|
|
359
|
-
"deleteDraftVersion": "Delete draft version. It'll not impact the published version",
|
|
359
|
+
"deleteDraftVersion": "Delete draft version. It'll not impact the published version.",
|
|
360
360
|
"viewPublishedVersion": "View published version"
|
|
361
361
|
},
|
|
362
362
|
"shareViaLink": {
|