Skip to content

Commit fee3d08

Browse files
chore(release): 38.33.3 [skip ci]
## [38.33.3](v38.33.2...v38.33.3) (2025-12-10) ### Bug Fixes * **chart:** ensure last item in `line` & `area` chart is not perceived as `0` ([b659983](b659983))
1 parent b659983 commit fee3d08

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [38.33.3](https://github.com/Lundalogik/lime-elements/compare/v38.33.2...v38.33.3) (2025-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
7+
* **chart:** ensure last item in `line` & `area` chart is not perceived as `0` ([b659983](https://github.com/Lundalogik/lime-elements/commit/b6599835b62cd842d8ea2f7b1e37d3fce5efca9d))
8+
19
## [38.33.2](https://github.com/Lundalogik/lime-elements/compare/v38.33.1...v38.33.2) (2025-12-09)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@limetech/lime-elements",
3-
"version": "38.33.2",
3+
"version": "38.33.3",
44
"description": "Lime Elements",
55
"author": "Lime Technologies",
66
"license": "Apache-2.0",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=lime
22
sonar.projectKey=Lundalogik_lime-elements
33
sonar.projectName=lime-elements
4-
sonar.projectVersion=38.33.2
4+
sonar.projectVersion=38.33.3
55
sonar.links.homepage=https://github.com/Lundalogik/lime-elements
66
sonar.links.scm=https://github.com/Lundalogik/lime-elements
77

0 commit comments

Comments
 (0)