@fintatech/fintachart 3.1.7 → 3.1.8

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
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.1.8] - 2026-05-15
9
+
10
+ ### Fixed
11
+
12
+ - Minor bug fixes and improvements.
13
+
8
14
  ## [3.1.7] - 2026-05-14
9
15
 
10
16
  ### Added
@@ -117,6 +123,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117
123
 
118
124
  - Initial public release of `@fintatech/fintachart`
119
125
 
126
+ [3.1.8]: https://github.com/fintatech/fintachart/releases/tag/v3.1.8
120
127
  [3.1.7]: https://github.com/fintatech/fintachart/releases/tag/v3.1.7
121
128
  [3.1.6]: https://github.com/fintatech/fintachart/releases/tag/v3.1.6
122
129
  [3.1.5]: https://github.com/fintatech/fintachart/releases/tag/v3.1.5
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="27.847" height="32.145" viewBox="0 0 27.847 32.145"><path d="M9.987,2.275,13.918,0l3.938,2.275v27.6l-3.938,2.265L9.987,29.867Zm9.987,26.377,7.868-4.541V8.041L19.979,3.5V28.652ZM7.868,3.5,0,8.041V24.112l7.868,4.541Z" fill="#d5d5dc"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="27.847" height="32.145" viewBox="0 0 27.847 32.145"><path d="M9.987,2.275,13.918,0l3.938,2.275v27.6l-3.938,2.265L9.987,29.867Zm9.987,26.377,7.868-4.541V8.041L19.979,3.5V28.652ZM7.868,3.5,0,8.041V24.112l7.868,4.541Z" fill="#3d61cc"/></svg>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fintatech/fintachart",
3
3
  "description": "FintaChart financial charting component",
4
4
  "homepage": "https://fintatech.com",
5
- "version": "3.1.7",
5
+ "version": "3.1.8",
6
6
  "types": "./d.ts/FintaChart.d.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
8
8
  "repository": {