@refinitiv-ui/translate 6.0.8 → 6.0.11

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 +27 -0
  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.11](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.9...@refinitiv-ui/translate@6.0.11) (2022-11-07)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/translate
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @refinitiv-ui/translate
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @refinitiv-ui/translate
25
+
26
+
27
+
28
+
29
+
6
30
  ## [6.0.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.7...@refinitiv-ui/translate@6.0.8) (2022-10-10)
7
31
 
8
32
  **Note:** Version bump only for package @refinitiv-ui/translate
@@ -13,8 +37,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
37
 
14
38
  ## [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)
15
39
 
40
+
16
41
  **Note:** Version bump only for package @refinitiv-ui/translate
17
42
 
43
+ * 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))
44
+ * Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
18
45
 
19
46
 
20
47
 
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.8",
3
+ "version": "6.0.11",
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.8",
34
- "@refinitiv-ui/i18n": "^6.0.6",
35
- "@refinitiv-ui/phrasebook": "^6.2.0",
36
- "@refinitiv-ui/test-helpers": "^6.0.4"
33
+ "@refinitiv-ui/core": "^6.2.0",
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.6",
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": "0fb64e96c19eb8f9177170ab5c834d0553559b78"
45
+ "gitHead": "f56a840063baf7410faa72fe11513c394329fbaa"
46
46
  }