@refinitiv-ui/translate 6.0.8 → 6.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.8...@refinitiv-ui/translate@6.0.9) (2022-10-26)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/translate
9
+
10
+
11
+
12
+
13
+
6
14
  ## [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
15
 
8
16
  **Note:** Version bump only for package @refinitiv-ui/translate
@@ -13,6 +21,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
21
 
14
22
  ## [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
23
 
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
+
16
27
  **Note:** Version bump only for package @refinitiv-ui/translate
17
28
 
18
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/translate",
3
- "version": "6.0.8",
3
+ "version": "6.0.9",
4
4
  "description": "i18n implementation for Element Framework components",
5
5
  "author": "Refinitiv",
6
6
  "license": "Apache-2.0",
@@ -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",
33
+ "@refinitiv-ui/core": "^6.0.9",
34
+ "@refinitiv-ui/i18n": "^6.0.7",
35
35
  "@refinitiv-ui/phrasebook": "^6.2.0",
36
36
  "@refinitiv-ui/test-helpers": "^6.0.4"
37
37
  },
38
38
  "peerDependencies": {
39
- "@refinitiv-ui/i18n": "^6.0.6",
39
+ "@refinitiv-ui/i18n": "^6.0.7",
40
40
  "@refinitiv-ui/phrasebook": "^6.2.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "0fb64e96c19eb8f9177170ab5c834d0553559b78"
45
+ "gitHead": "4f5025365f935bb03aaf2afe26e9e1d0e55caf04"
46
46
  }