@pie-lib/render-ui 4.41.0-mui-update.0 → 4.42.1-mui-update.0

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.42.1-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.42.0-mui-update.0...@pie-lib/render-ui@4.42.1-mui-update.0) (2025-11-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
12
+
13
+
14
+
15
+
16
+
17
+ # [4.42.0-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.41.0-mui-update.0...@pie-lib/render-ui@4.42.0-mui-update.0) (2025-11-20)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
23
+
24
+
25
+
26
+
27
+
6
28
  # [4.41.0-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.40.0-mui-update.0...@pie-lib/render-ui@4.41.0-mui-update.0) (2025-11-20)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/render-ui",
3
- "version": "4.41.0-mui-update.0",
3
+ "version": "4.42.1-mui-update.0",
4
4
  "description": "Some shared ui elements when rendering - but not worthy of their own package yet.",
5
5
  "module": "src/index.js",
6
6
  "main": "lib/index.js",
@@ -13,9 +13,9 @@
13
13
  "@emotion/styled": "^11.14.1",
14
14
  "@mui/icons-material": "^7.3.4",
15
15
  "@mui/material": "^7.3.4",
16
- "@pie-lib/icons": "^2.30.0-mui-update.0",
17
- "@pie-lib/math-rendering": "^3.32.0-mui-update.0",
18
- "@pie-lib/test-utils": "^0.28.0-mui-update.0",
16
+ "@pie-lib/icons": "2.31.1-mui-update.0",
17
+ "@pie-lib/math-rendering": "3.33.1-mui-update.0",
18
+ "@pie-lib/test-utils": "0.29.1-mui-update.0",
19
19
  "classnames": "^2.2.6",
20
20
  "debug": "^4.1.1",
21
21
  "lodash": "^4.17.11",
@@ -31,5 +31,5 @@
31
31
  "react": "^18.2.0",
32
32
  "react-dom": "^18.2.0"
33
33
  },
34
- "gitHead": "118b954c48679bb670f432e5ce0c26dfb8ce04e7"
34
+ "gitHead": "5483c45ebef918678f098167fecdde7190b291dd"
35
35
  }