@limetech/lime-elements 38.38.1-dev.2 → 38.38.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -9
  2. package/package.json +1 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,9 @@
1
- ## [38.38.1-dev.2](https://github.com/Lundalogik/lime-elements/compare/v38.38.1-dev.1...v38.38.1-dev.2) (2026-01-16)
1
+ ## [38.38.1](https://github.com/Lundalogik/lime-elements/compare/v38.38.0...v38.38.1) (2026-01-16)
2
2
 
3
3
  ### Bug Fixes
4
4
 
5
5
 
6
- * trigger release ([b8f24cc](https://github.com/Lundalogik/lime-elements/commit/b8f24cc624ad0042efebb8fd7eea23ca37333096))
7
-
8
- ## [38.38.1-dev.1](https://github.com/Lundalogik/lime-elements/compare/v38.38.0...v38.38.1-dev.1) (2026-01-16)
9
-
10
- ### Bug Fixes
11
-
12
-
13
- * trigger release ([0a9b238](https://github.com/Lundalogik/lime-elements/commit/0a9b23898ad50ba2732a9bac3fa91c69a5003dc7))
6
+ * **package.json:** remove unnecessary `engines.node: >=22` restriction ([143f4e9](https://github.com/Lundalogik/lime-elements/commit/143f4e9e6526b16d6fae2e2b181412ced969d701))
14
7
 
15
8
  ## [38.38.0](https://github.com/Lundalogik/lime-elements/compare/v38.37.1...v38.38.0) (2026-01-15)
16
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "38.38.1-dev.2",
3
+ "version": "38.38.1",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -116,9 +116,6 @@
116
116
  "url": "https://github.com/Lundalogik/lime-elements/issues"
117
117
  },
118
118
  "homepage": "https://github.com/Lundalogik/lime-elements#readme",
119
- "engines": {
120
- "node": ">=22"
121
- },
122
119
  "packageManager": "npm@>=10.9",
123
120
  "dependencies": {
124
121
  "sortablejs": "^1.15.6"