@pie-lib/mask-markup 1.13.13-next.25 → 1.13.15

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 +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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
+ ## [1.13.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/mask-markup@1.13.13...@pie-lib/mask-markup@1.13.15) (2023-02-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.13.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/mask-markup@1.13.12...@pie-lib/mask-markup@1.13.13) (2023-02-28)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **drag-in-the-blank:** dragging on touch device wip ([bde4003](https://github.com/pie-framework/pie-lib/commit/bde4003539001d7eaace804ab275b9ec675b5cca))
23
+ * **drag-in-the-blank:** prevent scroll of the page when dragging the choices, try to improve removing selected choices on touch devices ([ae485e3](https://github.com/pie-framework/pie-lib/commit/ae485e342ccc542dbd91765980bbf5588bfe4726))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [1.13.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/mask-markup@1.13.10...@pie-lib/mask-markup@1.13.12) (2023-01-31)
7
30
 
8
31
  **Note:** Version bump only for package @pie-lib/mask-markup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/mask-markup",
3
- "version": "1.13.13-next.25+101b9984",
3
+ "version": "1.13.15",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -9,9 +9,9 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@material-ui/core": "^3.9.3",
12
- "@pie-lib/drag": "^2.1.12",
12
+ "@pie-lib/drag": "^2.1.15",
13
13
  "@pie-lib/math-rendering": "^2.5.12",
14
- "@pie-lib/render-ui": "^4.14.13-next.25+101b9984",
14
+ "@pie-lib/render-ui": "^4.14.15",
15
15
  "classnames": "^2.2.6",
16
16
  "debug": "^4.1.1",
17
17
  "immutable": ">=3.8.1",
@@ -27,5 +27,5 @@
27
27
  "keywords": [],
28
28
  "author": "",
29
29
  "license": "ISC",
30
- "gitHead": "101b9984c7b9ad17278973d057de19a36cc25d8b"
30
+ "gitHead": "2ff82d312651c2088d006b19594e3fe63d2f9090"
31
31
  }