@refinitiv-ui/elements 7.15.0 → 7.15.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 +6 -0
- package/lib/chart/elements/chart.js +1 -0
- package/lib/version.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.15.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.15.0...@refinitiv-ui/elements@7.15.1) (2025-05-27)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **chart:** fix ticks color ([#1281](https://github.com/Refinitiv/refinitiv-ui/issues/1281)) ([e287d68](https://github.com/Refinitiv/refinitiv-ui/commit/e287d681c53d6e7c01877393656359f66b7cf25a))
|
|
11
|
+
|
|
6
12
|
# [7.15.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.14.2...@refinitiv-ui/elements@7.15.0) (2025-04-28)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '7.15.
|
|
1
|
+
export const VERSION = '7.15.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/elements",
|
|
3
|
-
"version": "7.15.
|
|
3
|
+
"version": "7.15.1",
|
|
4
4
|
"description": "Element Framework Elements",
|
|
5
5
|
"author": "LSEG",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -490,5 +490,5 @@
|
|
|
490
490
|
"publishConfig": {
|
|
491
491
|
"access": "public"
|
|
492
492
|
},
|
|
493
|
-
"gitHead": "
|
|
493
|
+
"gitHead": "cf58003b1881087066c57d1a503b3e9e53df62a1"
|
|
494
494
|
}
|