@pie-lib/render-ui 4.26.0 → 4.27.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 +6 -14
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,33 +3,25 @@
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.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.15.9...@pie-lib/render-ui@4.26.0) (2025-09-16)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
6
+ # [4.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.26.0...@pie-lib/render-ui@4.27.0) (2025-09-17)
12
7
 
8
+ **Note:** Version bump only for package @pie-lib/render-ui
13
9
 
14
- ### Features
15
10
 
16
- * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
17
11
 
18
12
 
19
13
 
14
+ # [4.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.25.0...@pie-lib/render-ui@4.26.0) (2025-09-17)
20
15
 
16
+ **Note:** Version bump only for package @pie-lib/render-ui
21
17
 
22
- # [4.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.15.9...@pie-lib/render-ui@4.25.0) (2025-09-16)
23
18
 
24
19
 
25
- ### Bug Fixes
26
20
 
27
- * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
28
21
 
22
+ # [4.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.24.1...@pie-lib/render-ui@4.25.0) (2025-09-17)
29
23
 
30
- ### Features
31
-
32
- * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
24
+ **Note:** Version bump only for package @pie-lib/render-ui
33
25
 
34
26
 
35
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/render-ui",
3
- "version": "4.26.0",
3
+ "version": "4.27.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",
@@ -11,9 +11,9 @@
11
11
  "dependencies": {
12
12
  "@material-ui/core": "^3.8.3",
13
13
  "@material-ui/icons": "^3.0.2",
14
- "@pie-lib/icons": "^2.15.0",
15
- "@pie-lib/math-rendering": "^3.13.0",
16
- "@pie-lib/test-utils": "^0.13.0",
14
+ "@pie-lib/icons": "^2.16.0",
15
+ "@pie-lib/math-rendering": "^3.14.0",
16
+ "@pie-lib/test-utils": "^0.14.0",
17
17
  "classnames": "^2.2.6",
18
18
  "debug": "^4.1.1",
19
19
  "lodash": "^4.17.11",
@@ -29,5 +29,5 @@
29
29
  "react": "^16.8.1",
30
30
  "react-dom": "^16.8.1"
31
31
  },
32
- "gitHead": "749699607d4543321f1c2c2d0183d1fd97e0f4c4"
32
+ "gitHead": "da7e0321db0c08c6e508a39282bec7f6e506fd43"
33
33
  }