@refinitiv-ui/elements 5.12.0 → 5.12.1
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 +8 -0
- package/lib/version.js +1 -1
- 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
|
+
## [5.12.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.12.0...@refinitiv-ui/elements@5.12.1) (2022-02-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [5.12.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.11.0...@refinitiv-ui/elements@5.12.0) (2022-02-15)
|
|
7
15
|
|
|
8
16
|
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '5.12.
|
|
1
|
+
export const VERSION = '5.12.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/elements",
|
|
3
|
-
"version": "5.12.
|
|
3
|
+
"version": "5.12.1",
|
|
4
4
|
"description": "Element Framework Elements",
|
|
5
5
|
"author": "Refinitiv",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -594,12 +594,12 @@
|
|
|
594
594
|
},
|
|
595
595
|
"dependencies": {
|
|
596
596
|
"@refinitiv-ui/browser-sparkline": "1.1.7",
|
|
597
|
-
"@refinitiv-ui/core": "^5.4.
|
|
597
|
+
"@refinitiv-ui/core": "^5.4.2",
|
|
598
598
|
"@refinitiv-ui/halo-theme": "^5.5.0",
|
|
599
599
|
"@refinitiv-ui/i18n": "^5.2.6",
|
|
600
600
|
"@refinitiv-ui/phrasebook": "^5.4.1",
|
|
601
601
|
"@refinitiv-ui/solar-theme": "^5.7.0",
|
|
602
|
-
"@refinitiv-ui/translate": "^5.3.
|
|
602
|
+
"@refinitiv-ui/translate": "^5.3.2",
|
|
603
603
|
"@refinitiv-ui/utils": "^5.1.2",
|
|
604
604
|
"@types/chart.js": "^2.9.31",
|
|
605
605
|
"chart.js": "~2.9.4",
|
|
@@ -609,12 +609,12 @@
|
|
|
609
609
|
"tslib": "^2.3.1"
|
|
610
610
|
},
|
|
611
611
|
"devDependencies": {
|
|
612
|
-
"@refinitiv-ui/demo-block": "^5.1.
|
|
612
|
+
"@refinitiv-ui/demo-block": "^5.1.9",
|
|
613
613
|
"@refinitiv-ui/test-helpers": "^5.1.2",
|
|
614
614
|
"@types/d3-interpolate": "^3.0.1"
|
|
615
615
|
},
|
|
616
616
|
"publishConfig": {
|
|
617
617
|
"access": "public"
|
|
618
618
|
},
|
|
619
|
-
"gitHead": "
|
|
619
|
+
"gitHead": "3cd8768f2e2dab51b11c04ce89a09f1843825c20"
|
|
620
620
|
}
|