@commercetools-uikit/i18n 11.2.1 → 12.2.9

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.
@@ -482,8 +482,8 @@ var ja = {
482
482
  "UIKit.TimeInput.placeholder": "午前/午後 時:分"
483
483
  };
484
484
 
485
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
486
- var version = '11.2.1';
485
+ // NOTE: This string will be replaced on build time with the package version.
486
+ var version = "12.2.9";
487
487
 
488
488
  exports.de = de;
489
489
  exports.en = en;
@@ -482,8 +482,8 @@ var ja = {
482
482
  "UIKit.TimeInput.placeholder": "午前/午後 時:分"
483
483
  };
484
484
 
485
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
486
- var version = '11.2.1';
485
+ // NOTE: This string will be replaced on build time with the package version.
486
+ var version = "12.2.9";
487
487
 
488
488
  exports.de = de;
489
489
  exports.en = en;
@@ -478,7 +478,7 @@ var ja = {
478
478
  "UIKit.TimeInput.placeholder": "午前/午後 時:分"
479
479
  };
480
480
 
481
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
482
- var version = '11.2.1';
481
+ // NOTE: This string will be replaced on build time with the package version.
482
+ var version = "12.2.9";
483
483
 
484
484
  export { de, en, es, frFR, ja, version, zhCN };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/i18n",
3
3
  "description": "All translation messages from the UI-Kit components.",
4
- "version": "11.2.1",
4
+ "version": "12.2.9",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,7 +11,6 @@
11
11
  "homepage": "https://uikit.commercetools.com",
12
12
  "keywords": ["javascript", "design system", "react", "uikit"],
13
13
  "license": "MIT",
14
- "private": false,
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
@@ -20,11 +19,10 @@
20
19
  "module": "dist/commercetools-uikit-i18n.esm.js",
21
20
  "files": ["dist", "data", "compiled-data"],
22
21
  "scripts": {
23
- "prepare": "../../scripts/version.js replace",
24
- "compile-data": "formatjs compile-folder --format=$(pwd)/transifex-transformer.js --ast data compiled-data"
22
+ "compile-data": "formatjs compile-folder --format=./transifex-transformer.js --ast data compiled-data"
25
23
  },
26
24
  "dependencies": {
27
- "@babel/runtime": "7.13.10",
28
- "@babel/runtime-corejs3": "7.13.10"
25
+ "@babel/runtime": "7.16.5",
26
+ "@babel/runtime-corejs3": "7.16.5"
29
27
  }
30
28
  }
package/CHANGELOG.md DELETED
@@ -1,107 +0,0 @@
1
- # @commercetools-uikit/i18n
2
-
3
- ## 11.2.1
4
-
5
- ### Patch Changes
6
-
7
- - [#1836](https://github.com/commercetools/ui-kit/pull/1836) [`f4b53b59`](https://github.com/commercetools/ui-kit/commit/f4b53b59971711b0b585a39246ad2c52c85288b9) Thanks [@adnasa](https://github.com/adnasa)! - chore: update dependencies
8
-
9
- ## 10.47.2
10
-
11
- ### Patch Changes
12
-
13
- - [`e807d44b`](https://github.com/commercetools/ui-kit/commit/e807d44b24db6c23374fef85eab8e168e9644999) [#1783](https://github.com/commercetools/ui-kit/pull/1783) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'de'
14
-
15
- * [`d2c6d939`](https://github.com/commercetools/ui-kit/commit/d2c6d939783976387949e7663d065ec6b69e7f29) [#1781](https://github.com/commercetools/ui-kit/pull/1781) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'ja'
16
-
17
- - [`1d5badb0`](https://github.com/commercetools/ui-kit/commit/1d5badb0a1924ba5b80c355a3607b7dfe763e2b6) [#1784](https://github.com/commercetools/ui-kit/pull/1784) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'fr_FR'
18
-
19
- * [`4e39abe4`](https://github.com/commercetools/ui-kit/commit/4e39abe48bdd76a3059ef435e747aa85f321ffc1) [#1782](https://github.com/commercetools/ui-kit/pull/1782) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'es'
20
-
21
- ## 10.47.1
22
-
23
- ### Patch Changes
24
-
25
- - [`76ddbc1d`](https://github.com/commercetools/ui-kit/commit/76ddbc1d57b1d922a975e7378364e09671f79d8b) [#1779](https://github.com/commercetools/ui-kit/pull/1779) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'en'
26
-
27
- * [`92d9557b`](https://github.com/commercetools/ui-kit/commit/92d9557b64e4fde804160de12e1684abda121787) [#1778](https://github.com/commercetools/ui-kit/pull/1778) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'zh_CN'
28
-
29
- ## 10.42.2
30
-
31
- ### Patch Changes
32
-
33
- - [`c7d495b`](https://github.com/commercetools/ui-kit/commit/c7d495b9160392ffd7aa7af24d15518da7948c97) [#1693](https://github.com/commercetools/ui-kit/pull/1693) Thanks [@renovate](https://github.com/apps/renovate)! - Upgrade preconstruct CLI to v2 for bundling.
34
-
35
- ## 10.42.0
36
-
37
- ### Minor Changes
38
-
39
- - [`04ea8ab`](https://github.com/commercetools/ui-kit/commit/04ea8abdfbada5fedd9a932743323762fb790fd0) [#1671](https://github.com/commercetools/ui-kit/pull/1671) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)
40
-
41
- ## 10.39.8
42
-
43
- ### Patch Changes
44
-
45
- - [`3bebfed`](https://github.com/commercetools/ui-kit/commit/3bebfed8f7468f247be2cef30e274088138166e5) [#1662](https://github.com/commercetools/ui-kit/pull/1662) Thanks [@emmenko](https://github.com/emmenko)! - Explicitly get Emotion theme from context instead of relying on the implicit behavior
46
-
47
- ## 10.39.6
48
-
49
- ### Patch Changes
50
-
51
- - [`bcb2d29`](https://github.com/commercetools/ui-kit/commit/bcb2d29956c959b09c32a1cedaee5ae2fadf034e) [#1657](https://github.com/commercetools/ui-kit/pull/1657) Thanks [@emmenko](https://github.com/emmenko)! - Fix Rollup: keep `process.env.NODE_ENV` in production bundles.
52
-
53
- ## 10.39.4
54
-
55
- ### Patch Changes
56
-
57
- - [`a635fcc`](https://github.com/commercetools/ui-kit/commit/a635fcc8105b81545baaa684751432769cc0d94a) [#1652](https://github.com/commercetools/ui-kit/pull/1652) Thanks [@emmenko](https://github.com/emmenko)! - Fix spacings package name (regression).
58
-
59
- ## 10.39.3
60
-
61
- ### Patch Changes
62
-
63
- - [`1d12f65`](https://github.com/commercetools/ui-kit/commit/1d12f65d06e237b500b27749e9ee93b4fababacb) [#1650](https://github.com/commercetools/ui-kit/pull/1650) Thanks [@emmenko](https://github.com/emmenko)! - Rebundle all packages due to a fix in Rollup.
64
-
65
- ## 10.39.2
66
-
67
- ### Patch Changes
68
-
69
- - [`efde835`](https://github.com/commercetools/ui-kit/commit/efde83584d00f1e3147d179f3ee8233a325b515b) [#1646](https://github.com/commercetools/ui-kit/pull/1646) Thanks [@emmenko](https://github.com/emmenko)! - Improve Rollup configuration, use babel runtime helpers
70
-
71
- ## 10.39.1
72
-
73
- ### Patch Changes
74
-
75
- - [`7897ced`](https://github.com/commercetools/ui-kit/commit/7897cede31440e29ce8afdb2b17fa23462f6f211) [#1642](https://github.com/commercetools/ui-kit/pull/1642) Thanks [@emmenko](https://github.com/emmenko)! - Ensure each package.json of each package has all the necessary fields.
76
-
77
- ## 10.35.3
78
-
79
- ### Patch Changes
80
-
81
- - [`1a15f26`](https://github.com/commercetools/ui-kit/commit/1a15f261171766e432e2d3a85a56e5d851cf9cd0) [#1564](https://github.com/commercetools/ui-kit/pull/1564) Thanks [@mohib0306](https://github.com/mohib0306)! - Add SearchSelectInput built on top of AsyncSelectInput. It enables users to use search for fetching available option has use it like single/multi select input
82
-
83
- ## 10.35.1
84
-
85
- ### Patch Changes
86
-
87
- - [`84c09b2`](https://github.com/commercetools/ui-kit/commit/84c09b29984f90008f62a844ae0c4f82414d5bb4) [#1580](https://github.com/commercetools/ui-kit/pull/1580) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Updated copy of DataTableManager display settings for all supported locales.
88
-
89
- ## 10.30.1
90
-
91
- ### Patch Changes
92
-
93
- - [`8a232cb`](https://github.com/commercetools/ui-kit/commit/8a232cb2a436a8f871309febcbf60cb884961e51) [#1477](https://github.com/commercetools/ui-kit/pull/1477) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'en'
94
-
95
- * [`7cea87e`](https://github.com/commercetools/ui-kit/commit/7cea87ecf1f5f6a5866b0068187cfed56b719680) [#1485](https://github.com/commercetools/ui-kit/pull/1485) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'de'
96
-
97
- - [`1b0caed`](https://github.com/commercetools/ui-kit/commit/1b0caed9f3d1079a867043b94ac6856cdb8646e1) [#1489](https://github.com/commercetools/ui-kit/pull/1489) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'ja'
98
-
99
- * [`4e80640`](https://github.com/commercetools/ui-kit/commit/4e806407433607a254c8d5cfdee156bed2f6953f) [#1487](https://github.com/commercetools/ui-kit/pull/1487) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'es'
100
-
101
- - [`4d7df91`](https://github.com/commercetools/ui-kit/commit/4d7df91f9ce9123a20a3e289cdb4ba3af9ba684f) [#1494](https://github.com/commercetools/ui-kit/pull/1494) Thanks [@emmenko](https://github.com/emmenko)! - Update react-intl and formatjs deps
102
-
103
- * [`83e1077`](https://github.com/commercetools/ui-kit/commit/83e10779e92a2bdc283c625c2d888f2a3452866f) [#1486](https://github.com/commercetools/ui-kit/pull/1486) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'fr_FR'
104
-
105
- - [`813648d`](https://github.com/commercetools/ui-kit/commit/813648dab8ca90f22cfee15a8415ff0855981fdb) [#1488](https://github.com/commercetools/ui-kit/pull/1488) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - Translate '/packages/i18n/data/core.json' in 'zh_CN'
106
-
107
- * [`20ee94c`](https://github.com/commercetools/ui-kit/commit/20ee94c24c0cd557bef56d461ac2bb6cd35bf67d) [#1498](https://github.com/commercetools/ui-kit/pull/1498) Thanks [@emmenko](https://github.com/emmenko)! - Include compiled i18n data as `@commercetools-uikit/i18n/compiled-data`, used to improve runtime performance