@refinitiv-ui/i18n 5.2.5-alpha.0 → 5.2.5

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 +2 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [5.2.5-alpha.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@5.2.4...@refinitiv-ui/i18n@5.2.5-alpha.0) (2021-12-17)
6
+ ## [5.2.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@5.2.4...@refinitiv-ui/i18n@5.2.5) (2021-12-21)
7
7
 
8
8
  **Note:** Version bump only for package @refinitiv-ui/i18n
9
9
 
@@ -12,6 +12,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
12
 
13
13
 
14
14
  ## [5.2.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@5.2.3...@refinitiv-ui/i18n@5.2.4) (2021-12-15)
15
+
15
16
  **Note:** Version bump only for package @refinitiv-ui/i18n
16
17
 
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/i18n",
3
- "version": "5.2.5-alpha.0",
3
+ "version": "5.2.5",
4
4
  "description": "i18n support for Web Components",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@formatjs/icu-messageformat-parser": "^2.0.15",
25
25
  "@formatjs/intl-utils": "^3.8.4",
26
- "@refinitiv-ui/phrasebook": "^5.3.1-alpha.0",
26
+ "@refinitiv-ui/phrasebook": "^5.4.0",
27
27
  "intl-format-cache": "^4.3.1",
28
28
  "intl-messageformat": "^9.10.0",
29
29
  "tslib": "^2.3.1"
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "7653ee2fa1637e5b6dbe83ca558adde0ce0adaa5"
37
+ "gitHead": "ab885349431e89df4de68852371581f4cd64d9c1"
38
38
  }