@linzjs/lui 24.20.0 → 24.20.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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
* **LuiComboSelect:** restore interface to support styling of the input element. ([#1270](https://github.com/linz/lui/issues/1270)) ([7ce6a13](https://github.com/linz/lui/commit/7ce6a137c7f16ffa3acbe4357569a6eb59ef47db))
|
|
7
7
|
|
|
8
|
+
## [24.20.1](https://github.com/linz/Lui/compare/lui-v24.20.0...lui-v24.20.1) (2026-08-31)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** move svgo to devDependencies and bump to 4.1.0 ([#1398](https://github.com/linz/Lui/issues/1398)) ([c8f8fa6](https://github.com/linz/Lui/commit/c8f8fa66c9e45b8925223c330552bfb057214006))
|
|
14
|
+
|
|
8
15
|
## [24.20.0](https://github.com/linz/Lui/compare/lui-v24.19.0...lui-v24.20.0) (2026-08-05)
|
|
9
16
|
|
|
10
17
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "24.20.
|
|
2
|
+
"version": "24.20.1",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
"stylelint-config-standard": "^25.0.0",
|
|
135
135
|
"stylelint-scss": "^4.1.0",
|
|
136
136
|
"stylelint-suitcss": "^5.0.0",
|
|
137
|
+
"svgo": "^4.1.0",
|
|
137
138
|
"typescript": "^4.7.4",
|
|
138
139
|
"whatwg-fetch": "^3.4.1",
|
|
139
140
|
"yup": "^0.29.0"
|
|
@@ -153,7 +154,6 @@
|
|
|
153
154
|
"react-modal": "^3.16.3",
|
|
154
155
|
"react-select": "^5.10.2",
|
|
155
156
|
"react-split-grid": "1.0.4",
|
|
156
|
-
"svgo": "^4.0.0",
|
|
157
157
|
"uuid": "^8.3.2"
|
|
158
158
|
},
|
|
159
159
|
"publishConfig": {
|