@limetech/lime-elements 37.2.1-next.2 → 37.2.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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [37.2.1](https://github.com/Lundalogik/lime-elements/compare/v37.2.0...v37.2.1) (2024-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+ * **form:** add gap between rows in array items ([d140934](https://github.com/Lundalogik/lime-elements/commit/d140934b5b5909f8b9181b8b221b4821c9df2161))
8
+
9
+ ### Performance Improvements
10
+
11
+
12
+ * **breadcrumbs:** fix minor memory leak in limel-breadcrumbs ([12ae92b](https://github.com/Lundalogik/lime-elements/commit/12ae92b669ea820e79373a91f268fa0d85c7075f))
13
+
1
14
  ## [37.2.1-next.2](https://github.com/Lundalogik/lime-elements/compare/v37.2.1-next.1...v37.2.1-next.2) (2024-02-05)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.2.1-next.2",
3
+ "version": "37.2.1",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@commitlint/config-conventional": "^18.4.4",
47
- "@microsoft/api-extractor": "^7.38.5",
47
+ "@microsoft/api-extractor": "^7.39.4",
48
48
  "@popperjs/core": "^2.11.8",
49
49
  "@rjsf/core": "^2.4.2",
50
50
  "@rollup/plugin-node-resolve": "^13.3.0",
@@ -54,7 +54,7 @@
54
54
  "@types/html-escaper": "^3.0.2",
55
55
  "@types/jest": "^27.4.0",
56
56
  "@types/lodash-es": "^4.17.12",
57
- "@types/react": "^18.2.51",
57
+ "@types/react": "^18.2.53",
58
58
  "@types/react-dom": "^18.2.18",
59
59
  "@types/tabulator-tables": "^4.9.4",
60
60
  "@typescript-eslint/eslint-plugin": "^6.20.0",
@@ -82,7 +82,7 @@
82
82
  "material-components-web": "^13.0.0",
83
83
  "moment": "^2.30.1",
84
84
  "number-abbreviate": "^2.0.0",
85
- "prettier": "^3.2.4",
85
+ "prettier": "^3.2.5",
86
86
  "puppeteer": "^19.11.1",
87
87
  "react": "^18.2.0",
88
88
  "react-dom": "^18.2.0",