Skip to content

Commit 331e8d2

Browse files
chore(release): 38.29.1 [skip ci]
## [38.29.1](v38.29.0...v38.29.1) (2025-11-03) ### Bug Fixes * **table:** adjust the placement of the select all checkbox ([b46cc22](b46cc22)) * **table:** make disabled pagination buttons visually lighter ([79f8bc5](79f8bc5)) * **table:** show single page pagination to avoid some visual bugs ([28cda51](28cda51))
1 parent 79f8bc5 commit 331e8d2

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [38.29.1](https://github.com/Lundalogik/lime-elements/compare/v38.29.0...v38.29.1) (2025-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
7+
* **table:** adjust the placement of the select all checkbox ([b46cc22](https://github.com/Lundalogik/lime-elements/commit/b46cc22b20361cd1c3a98fb146af54b33ad4b16c))
8+
* **table:** make disabled pagination buttons visually lighter ([79f8bc5](https://github.com/Lundalogik/lime-elements/commit/79f8bc5aecb888403aba9c71c4b3fdc6e89420da))
9+
* **table:** show single page pagination to avoid some visual bugs ([28cda51](https://github.com/Lundalogik/lime-elements/commit/28cda51d3c4b17e743722299406b922ae63c1d64))
10+
111
## [38.29.0](https://github.com/Lundalogik/lime-elements/compare/v38.28.2...v38.29.0) (2025-10-30)
212

313

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.29.0",
3+
"version": "38.29.1",
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.29.0
4+
sonar.projectVersion=38.29.1
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)