@pie-element/categorize 8.21.3-next.4 → 8.21.3
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.
- package/CHANGELOG.md +13 -0
- package/configure/CHANGELOG.md +13 -0
- package/configure/package.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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
|
+
## [8.21.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@8.21.2...@pie-element/categorize@8.21.3) (2024-07-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **categorize:** add sanity checks for computing max length of a response PD-3895 ([a294c97](https://github.com/pie-framework/pie-elements/commit/a294c979cedbf4767147fc141a47a2986eabf151))
|
|
12
|
+
* **categorize:** correct deletion of a choice from alternates, setMaxChoicesPerCategory alternates PD-3895 ([76af815](https://github.com/pie-framework/pie-elements/commit/76af8154643985e72fc052f9ee0e817c43d25405))
|
|
13
|
+
* **categorize:** remove commented code PD-3895 ([b17e81c](https://github.com/pie-framework/pie-elements/commit/b17e81c2c24597c64c3bce5dfa83f107ca97c0a6))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
## [8.21.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@8.21.1...@pie-element/categorize@8.21.2) (2024-07-04)
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @pie-element/categorize
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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
|
+
## [7.20.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@7.20.2...@pie-element/categorize-configure@7.20.3) (2024-07-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **categorize:** add sanity checks for computing max length of a response PD-3895 ([a294c97](https://github.com/pie-framework/pie-elements/commit/a294c979cedbf4767147fc141a47a2986eabf151))
|
|
12
|
+
* **categorize:** correct deletion of a choice from alternates, setMaxChoicesPerCategory alternates PD-3895 ([76af815](https://github.com/pie-framework/pie-elements/commit/76af8154643985e72fc052f9ee0e817c43d25405))
|
|
13
|
+
* **categorize:** remove commented code PD-3895 ([b17e81c](https://github.com/pie-framework/pie-elements/commit/b17e81c2c24597c64c3bce5dfa83f107ca97c0a6))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
## [7.20.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@7.20.1...@pie-element/categorize-configure@7.20.2) (2024-07-04)
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @pie-element/categorize-configure
|
package/configure/package.json
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "8.21.3
|
|
7
|
+
"version": "8.21.3",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "2741e583645595c8cb9905b4503588fcabb2bab9",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|