Skip to content

Commit 106ec90

Browse files
committed
v5.0.5
1 parent d04b407 commit 106ec90

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"name": "lightweight-charts",
55
"author": "TradingView, Inc.",
66
"license": "Apache-2.0",

website/docs/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@ toc_max_heading_level: 2
2020
2121
Unreleased
2222
23-
## 5.0.5
23+
## 5.0.6
2424
2525
-->
26+
## 5.0.5
27+
28+
**Bug Fixes**
29+
30+
- Fixed an issue where the series marker plugin could throw an exception if the series data required for individual markers could not be found (such as when the data is cleared or changed via ⁠setData on the series). (PR [#1845](https://github.com/tradingview/lightweight-charts/pull/1845))
31+
32+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.4..v5.0.5).
33+
2634
## 5.0.4
2735

2836
**Improvements**

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@types/react": "18.3",
2121
"cross-env": "7.0.3",
2222
"docusaurus-plugin-typedoc": "1.0.1",
23-
"lightweight-charts": "5.0.4",
23+
"lightweight-charts": "5.0.5",
2424
"lightweight-charts-3.8": "npm:lightweight-charts@~3.8.0",
2525
"lightweight-charts-4.0": "npm:lightweight-charts@~4.0.1",
2626
"lightweight-charts-4.1": "npm:lightweight-charts@~4.1.5",
2727
"lightweight-charts-4.2": "npm:lightweight-charts@~4.2.2",
28-
"lightweight-charts-5.0": "npm:[email protected].4",
28+
"lightweight-charts-5.0": "npm:[email protected].5",
2929
"lightweight-charts-local": "file:..",
3030
"prism-react-renderer": "2.4.1",
3131
"raw-loader": "4.0.2",

website/versioned_docs/version-5.0/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ toc_max_heading_level: 2
1616

1717
<!-- markdownlint-disable no-emphasis-as-heading -->
1818
<!-- ^ using emphasis as headings so we don't have duplicate headers -->
19+
## 5.0.5
20+
21+
**Bug Fixes**
22+
23+
- Fixed an issue where the series marker plugin could throw an exception if the series data required for individual markers could not be found (such as when the data is cleared or changed via ⁠setData on the series). (PR [#1845](https://github.com/tradingview/lightweight-charts/pull/1845))
24+
25+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.4..v5.0.5).
26+
1927
## 5.0.4
2028

2129
**Improvements**

0 commit comments

Comments
 (0)