@pie-element/categorize 7.9.1-next.87 → 7.10.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,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.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.9.0...@pie-element/categorize@7.10.0) (2023-02-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
12
+ * **categorize:** eliminate phantom choices in session-PD-2601 ([1ab3abd](https://github.com/pie-framework/pie-elements/commit/1ab3abd7d5b32398f125919fb3e3b0f62454364a))
13
+
14
+
15
+ ### Features
16
+
17
+ * Use a common structre for elements, styling and cleanup WIP ([3aa9002](https://github.com/pie-framework/pie-elements/commit/3aa9002e350e7f4b19f79fc18efb8ddff6586899))
18
+
19
+
20
+
21
+
22
+
6
23
  # [7.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.8.0...@pie-element/categorize@7.9.0) (2023-02-14)
7
24
 
8
25
 
@@ -3,6 +3,22 @@
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
+ # [6.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@6.9.0...@pie-element/categorize-configure@6.10.0) (2023-02-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
12
+
13
+
14
+ ### Features
15
+
16
+ * Use a common structre for elements, styling and cleanup WIP ([3aa9002](https://github.com/pie-framework/pie-elements/commit/3aa9002e350e7f4b19f79fc18efb8ddff6586899))
17
+
18
+
19
+
20
+
21
+
6
22
  # [6.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@6.8.0...@pie-element/categorize-configure@6.9.0) (2023-02-14)
7
23
 
8
24
 
@@ -3,7 +3,7 @@
3
3
  "private": true,
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
- "version": "6.9.0",
6
+ "version": "6.10.0",
7
7
  "description": "",
8
8
  "scripts": {},
9
9
  "author": "pie framework developers",
@@ -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
+ ## [5.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@5.9.0...@pie-element/categorize-controller@5.9.1) (2023-02-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@5.8.0...@pie-element/categorize-controller@5.9.0) (2023-02-14)
7
18
 
8
19
 
@@ -7,7 +7,7 @@
7
7
  "@pie-lib/feedback": "^0.4.42",
8
8
  "lodash": "^4.17.15"
9
9
  },
10
- "version": "5.9.0",
10
+ "version": "5.9.1",
11
11
  "description": "",
12
12
  "scripts": {},
13
13
  "main": "lib/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "7.9.1-next.87+110161ad1",
7
+ "version": "7.10.0",
8
8
  "description": "",
9
9
  "author": "pie framework developers",
10
10
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  "react-dnd": "^14.0.5",
25
25
  "react-dom": "^16.8.1"
26
26
  },
27
- "gitHead": "110161ad113e76b5fdb6fc06e233889befbc366a",
27
+ "gitHead": "67ee976cb7b9b3ee1f4b660cd51ca73d2b2cf2c2",
28
28
  "scripts": {
29
29
  "postpublish": "../../scripts/postpublish"
30
30
  },