@refinitiv-ui/phrasebook 7.0.3 → 7.0.4
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 +4 -0
- package/LICENSE +1 -1
- package/lib/locale/de/color-dialog.js +0 -1
- package/lib/locale/de/color-picker.js +0 -1
- package/lib/locale/de/pagination.js +0 -1
- package/lib/locale/de/tree-select.js +0 -1
- package/lib/locale/en/color-dialog.js +0 -1
- package/lib/locale/en/color-picker.js +0 -1
- package/lib/locale/en/pagination.js +0 -1
- package/lib/locale/en/tree-select.js +0 -1
- package/lib/locale/ja/color-dialog.js +0 -1
- package/lib/locale/ja/color-picker.js +0 -1
- package/lib/locale/ja/pagination.js +0 -1
- package/lib/locale/ja/tree-select.js +0 -1
- package/lib/locale/zh/color-dialog.js +0 -1
- package/lib/locale/zh/color-picker.js +0 -1
- package/lib/locale/zh/pagination.js +0 -1
- package/lib/locale/zh/tree-select.js +0 -1
- package/lib/locale/zh-hant/color-dialog.js +0 -1
- package/lib/locale/zh-hant/color-picker.js +0 -1
- package/lib/locale/zh-hant/pagination.js +0 -1
- package/lib/locale/zh-hant/tree-select.js +0 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.3...@refinitiv-ui/phrasebook@7.0.4) (2023-09-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/phrasebook
|
|
9
|
+
|
|
6
10
|
## [7.0.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.2...@refinitiv-ui/phrasebook@7.0.3) (2023-08-21)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/phrasebook",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Collection of messages in EF components for translation",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "LSEG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"tslib": "^2.3.1"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "e162ec78601e5f97201d53d740925ee2075fd95e"
|
|
139
139
|
}
|