@refinitiv-ui/translate 6.0.9 → 6.0.12

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +26 -2
  2. package/LICENSE +1 -1
  3. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.0.12](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.11...@refinitiv-ui/translate@6.0.12) (2022-12-01)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/translate
9
+
10
+
11
+
12
+
13
+
14
+ ## [6.0.11](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.9...@refinitiv-ui/translate@6.0.11) (2022-11-07)
15
+
16
+ **Note:** Version bump only for package @refinitiv-ui/translate
17
+
18
+
19
+
20
+
21
+
22
+ ## [6.0.10](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.9...@refinitiv-ui/translate@6.0.10) (2022-11-07)
23
+
24
+ **Note:** Version bump only for package @refinitiv-ui/translate
25
+
26
+
27
+
28
+
29
+
6
30
  ## [6.0.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.8...@refinitiv-ui/translate@6.0.9) (2022-10-26)
7
31
 
8
32
  **Note:** Version bump only for package @refinitiv-ui/translate
@@ -21,11 +45,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
21
45
 
22
46
  ## [6.0.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.6...@refinitiv-ui/translate@6.0.7) (2022-09-26)
23
47
 
24
- * Update all formatjs dependencies to support typescript 4.8 ([#459](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
25
- * Upgrade typescript to 4.8.3 ([#459](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
26
48
 
27
49
  **Note:** Version bump only for package @refinitiv-ui/translate
28
50
 
51
+ * Update all formatjs dependencies to support typescript 4.8 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
52
+ * Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
29
53
 
30
54
 
31
55
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2021, Refinitiv.
1
+ Copyright © 2022, LSEG.
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/translate",
3
- "version": "6.0.9",
3
+ "version": "6.0.12",
4
4
  "description": "i18n implementation for Element Framework components",
5
- "author": "Refinitiv",
5
+ "author": "LSEG",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./lib/translate.js",
8
8
  "module": "./lib/translate.js",
@@ -30,17 +30,17 @@
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@refinitiv-ui/core": "^6.0.9",
34
- "@refinitiv-ui/i18n": "^6.0.7",
35
- "@refinitiv-ui/phrasebook": "^6.2.0",
36
- "@refinitiv-ui/test-helpers": "^6.0.4"
33
+ "@refinitiv-ui/core": "^6.2.1",
34
+ "@refinitiv-ui/i18n": "^6.0.9",
35
+ "@refinitiv-ui/phrasebook": "^6.3.1",
36
+ "@refinitiv-ui/test-helpers": "^6.0.6"
37
37
  },
38
38
  "peerDependencies": {
39
- "@refinitiv-ui/i18n": "^6.0.7",
40
- "@refinitiv-ui/phrasebook": "^6.2.0"
39
+ "@refinitiv-ui/i18n": "^6.0.9",
40
+ "@refinitiv-ui/phrasebook": "^6.3.1"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "4f5025365f935bb03aaf2afe26e9e1d0e55caf04"
45
+ "gitHead": "221a9ec4835971b2c272ef671d2210cdd02c96d2"
46
46
  }