@limetech/lime-elements 37.2.0-next.1 → 37.2.0-next.2
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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [37.2.0-next.2](https://github.com/Lundalogik/lime-elements/compare/v37.2.0-next.1...v37.2.0-next.2) (2024-02-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
* **icon:** do not crash if icon is `null` ([f8699a9](https://github.com/Lundalogik/lime-elements/commit/f8699a929317eb699e2e9e46558fe8c98cc070fd)), closes [#2752](https://github.com/Lundalogik/lime-elements/issues/2752)
|
|
8
|
+
|
|
1
9
|
## [37.2.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v37.1.0...v37.2.0-next.1) (2024-02-02)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -142,6 +150,14 @@
|
|
|
142
150
|
* **menu:** calculate currentSubMenu even when searching ([6da2af4](https://github.com/Lundalogik/lime-elements/commit/6da2af4a25d039ab2775e451eb36886fda43e635))
|
|
143
151
|
* **menu:** clear search when navigating the menu ([baa4d25](https://github.com/Lundalogik/lime-elements/commit/baa4d25c3e29f92d850c0d1719e94fab21c4c636))
|
|
144
152
|
|
|
153
|
+
## [37.1.1](https://github.com/Lundalogik/lime-elements/compare/v37.1.0...v37.1.1) (2024-02-02)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
* **icon:** do not crash if icon is `null` ([f8699a9](https://github.com/Lundalogik/lime-elements/commit/f8699a929317eb699e2e9e46558fe8c98cc070fd)), closes [#2752](https://github.com/Lundalogik/lime-elements/issues/2752)
|
|
160
|
+
|
|
145
161
|
## [37.1.0](https://github.com/Lundalogik/lime-elements/compare/v37.0.0...v37.1.0) (2024-02-02)
|
|
146
162
|
|
|
147
163
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@limetech/lime-elements",
|
|
3
|
-
"version": "37.2.0-next.
|
|
3
|
+
"version": "37.2.0-next.2",
|
|
4
4
|
"description": "Lime Elements",
|
|
5
5
|
"author": "Lime Technologies",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
],
|
|
108
108
|
"repository": {
|
|
109
109
|
"type": "git",
|
|
110
|
-
"url": "https://github.com/Lundalogik/lime-elements.git"
|
|
110
|
+
"url": "git+https://github.com/Lundalogik/lime-elements.git"
|
|
111
111
|
},
|
|
112
112
|
"publishConfig": {
|
|
113
113
|
"access": "public"
|