@pie-element/categorize 9.9.2-next.56 → 9.10.1-next.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +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
+ # [9.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@9.9.1...@pie-element/categorize@9.10.0) (2025-02-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
12
+ * **categorize:** delete empty lines, add complete property to controller PD-4793 ([479cbf7](https://github.com/pie-framework/pie-elements/commit/479cbf7c29d04b858f15c4b95a0a0a213cdff5d9))
13
+
14
+
15
+ ### Features
16
+
17
+ * **categorize:** add autoplay funtionality to categorize PD-4793 ([3e39315](https://github.com/pie-framework/pie-elements/commit/3e39315f546e80d5ffb579be4adb7fe433c9111c))
18
+ * **categorize:** change audio auplay warning popup with play blue button PD-4793 ([d7e519f](https://github.com/pie-framework/pie-elements/commit/d7e519fe7db4a284aa147b332ec4a7c94e5535a4))
19
+ * **categorize:** updated documentation PD-4793 ([ba1f3de](https://github.com/pie-framework/pie-elements/commit/ba1f3def2088503d503df4bb15ad114b485da848))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [9.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@9.9.0...@pie-element/categorize@9.9.1) (2025-02-06)
7
26
 
8
27
 
@@ -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
+ ## [8.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@8.4.1...@pie-element/categorize-configure@8.4.2) (2025-02-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [8.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@8.4.0...@pie-element/categorize-configure@8.4.1) (2025-02-06)
7
18
 
8
19
 
@@ -3,7 +3,7 @@
3
3
  "private": true,
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
- "version": "8.4.1",
6
+ "version": "8.4.2",
7
7
  "description": "",
8
8
  "scripts": {},
9
9
  "author": "pie framework developers",
@@ -3,6 +3,23 @@
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.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@7.5.6...@pie-element/categorize-controller@7.6.0) (2025-02-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
12
+ * **categorize:** delete empty lines, add complete property to controller PD-4793 ([479cbf7](https://github.com/pie-framework/pie-elements/commit/479cbf7c29d04b858f15c4b95a0a0a213cdff5d9))
13
+
14
+
15
+ ### Features
16
+
17
+ * **categorize:** add autoplay funtionality to categorize PD-4793 ([3e39315](https://github.com/pie-framework/pie-elements/commit/3e39315f546e80d5ffb579be4adb7fe433c9111c))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [7.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@7.5.5...@pie-element/categorize-controller@7.5.6) (2025-02-06)
7
24
 
8
25
 
@@ -5,7 +5,7 @@
5
5
  "@pie-lib/pie-toolbox": "2.9.1",
6
6
  "lodash": "^4.17.15"
7
7
  },
8
- "version": "7.5.6",
8
+ "version": "7.6.0",
9
9
  "description": "",
10
10
  "scripts": {},
11
11
  "main": "lib/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "9.9.2-next.56+84607098f",
7
+ "version": "9.10.1-next.0+c040d8d08",
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": "84607098f90d542235187f26ad36b4e31848593d",
23
+ "gitHead": "c040d8d08c48faa9c552f129d1d369f0d6bf2590",
24
24
  "scripts": {
25
25
  "postpublish": "../../scripts/postpublish"
26
26
  },