@pie-lib/drag 2.29.0-mui-update.0 → 2.29.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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [2.29.1-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/drag@2.29.0-mui-update.0...@pie-lib/drag@2.29.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
+
6
17
  # [2.29.0-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/drag@2.28.0-mui-update.0...@pie-lib/drag@2.29.0-mui-update.0) (2025-11-20)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/drag",
3
- "version": "2.29.0-mui-update.0",
3
+ "version": "2.29.1-mui-update.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -12,8 +12,8 @@
12
12
  "@emotion/style": "^0.8.0",
13
13
  "@mui/icons-material": "^7.3.4",
14
14
  "@mui/material": "^7.3.4",
15
- "@pie-lib/math-rendering": "^3.33.0-mui-update.0",
16
- "@pie-lib/render-ui": "^4.42.0-mui-update.0",
15
+ "@pie-lib/math-rendering": "3.33.1-mui-update.0",
16
+ "@pie-lib/render-ui": "4.42.1-mui-update.0",
17
17
  "classnames": "^2.2.6",
18
18
  "lodash": "^4.17.11",
19
19
  "prop-types": "^15.7.2",
@@ -25,5 +25,5 @@
25
25
  "scripts": {},
26
26
  "author": "",
27
27
  "license": "ISC",
28
- "gitHead": "58f88b0f6effe31eba4cc6a6b51c9d18acec1450"
28
+ "gitHead": "5483c45ebef918678f098167fecdde7190b291dd"
29
29
  }