@refinitiv-ui/i18n 6.0.19 → 6.0.21

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.21](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.20...@refinitiv-ui/i18n@6.0.21) (2024-02-12)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/i18n
9
+
10
+ ## [6.0.20](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.19...@refinitiv-ui/i18n@6.0.20) (2023-10-31)
11
+
12
+ ### Bug Fixes
13
+
14
+ - update `@trivago/prettier-plugin-sort-imports` to fix babel vulnerable to arbitrary code execution ([#1003](https://github.com/Refinitiv/refinitiv-ui/issues/1003)) ([11ce611](https://github.com/Refinitiv/refinitiv-ui/commit/11ce6112f96d11c9c6618ac577dc6ba933c0d126))
15
+
6
16
  ## [6.0.19](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.18...@refinitiv-ui/i18n@6.0.19) (2023-10-24)
7
17
 
8
18
  **Note:** Version bump only for package @refinitiv-ui/i18n
package/lib/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { Formats, Options } from 'intl-messageformat';
2
1
  import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser';
2
+ import { Formats, Options } from 'intl-messageformat';
3
3
  type TranslateOptions = {
4
4
  [key: string]: unknown;
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/i18n",
3
- "version": "6.0.19",
3
+ "version": "6.0.21",
4
4
  "description": "i18n support for Web Components",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -32,14 +32,14 @@
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@refinitiv-ui/phrasebook": "^6.3.8",
35
+ "@refinitiv-ui/phrasebook": "^6.3.9",
36
36
  "@refinitiv-ui/test-helpers": "^6.0.15"
37
37
  },
38
38
  "peerDependencies": {
39
- "@refinitiv-ui/phrasebook": "^6.3.8"
39
+ "@refinitiv-ui/phrasebook": "^6.3.9"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "254068656350f9d695b0207fdd3b661f8ac7cfe2"
44
+ "gitHead": "df44042e5b13d8a38f5626e5d0b30750fd1ec861"
45
45
  }