Skip to content

Commit 07e1354

Browse files
chore(release): 38.34.0 [skip ci]
## [38.34.0](v38.33.8...v38.34.0) (2025-12-16) ### Features * **code-editor:** add `disabled` prop ([dece15d](dece15d)) * **code-editor:** add standard input props ([355a124](355a124))
1 parent 355a124 commit 07e1354

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [38.34.0](https://github.com/Lundalogik/lime-elements/compare/v38.33.8...v38.34.0) (2025-12-16)
2+
3+
4+
### Features
5+
6+
7+
* **code-editor:** add `disabled` prop ([dece15d](https://github.com/Lundalogik/lime-elements/commit/dece15d02f29ee87d03246de73576f0f2ba83d47))
8+
* **code-editor:** add standard input props ([355a124](https://github.com/Lundalogik/lime-elements/commit/355a12444799e0659706579e60531e131ecc74d6))
9+
110
## [38.33.8](https://github.com/Lundalogik/lime-elements/compare/v38.33.7...v38.33.8) (2025-12-15)
211

312

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