@pie-element/complex-rubric 1.5.1-next.47 → 1.6.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,24 @@
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.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.5.0...@pie-element/complex-rubric@1.6.0) (2023-02-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * typo ([9328e51](https://github.com/pie-framework/pie-elements/commit/9328e512840c54a3da4b06d4edc79b871d3233c4))
12
+ * **complex-rubric:** default rubricType to simple if it's undefined or null PD-2427 ([9760d46](https://github.com/pie-framework/pie-elements/commit/9760d469d599c8a4edf02ee253e3e0d65c520b67))
13
+
14
+
15
+ ### Features
16
+
17
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
18
+ * **multi-trait-rubric:** update documentation - generated files PD-2589 ([c773dc8](https://github.com/pie-framework/pie-elements/commit/c773dc800572f389c47133fb691a5e2e3e447223))
19
+
20
+
21
+
22
+
23
+
6
24
  # [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.4.0...@pie-element/complex-rubric@1.5.0) (2023-01-17)
7
25
 
8
26
 
@@ -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
+ # [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.4.0...@pie-element/complex-rubric-configure@1.5.0) (2023-02-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **complex-rubric:** default rubricType to simple if it's undefined or null PD-2427 ([9760d46](https://github.com/pie-framework/pie-elements/commit/9760d469d599c8a4edf02ee253e3e0d65c520b67))
12
+
13
+
14
+ ### Features
15
+
16
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.3.0...@pie-element/complex-rubric-configure@1.4.0) (2023-01-17)
7
23
 
8
24
 
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-configure",
3
3
  "private": true,
4
- "version": "1.4.0",
4
+ "version": "1.5.0",
5
5
  "description": "Complex Rubric authoring view",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "Pie Framework Authors",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-element/multi-trait-rubric": "^2.5.0",
12
- "@pie-element/rubric": "^2.4.0",
11
+ "@pie-element/multi-trait-rubric": "^2.6.0",
12
+ "@pie-element/rubric": "^2.5.0",
13
13
  "@pie-framework/pie-configure-events": "^1.3.0",
14
14
  "@pie-lib/config-ui": "^11.3.12",
15
15
  "@pie-lib/editable-html": "^9.5.12",
@@ -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
+ # [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.4.0...@pie-element/complex-rubric-controller@1.5.0) (2023-02-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.3.0...@pie-element/complex-rubric-controller@1.4.0) (2023-01-17)
7
18
 
8
19
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-controller",
3
3
  "private": true,
4
- "version": "1.4.0",
4
+ "version": "1.5.0",
5
5
  "description": "",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "1.5.1-next.47+0af590d62",
4
+ "version": "1.6.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^2.5.1-next.47+0af590d62",
11
- "@pie-element/rubric": "^2.4.1-next.47+0af590d62",
10
+ "@pie-element/multi-trait-rubric": "^2.6.0",
11
+ "@pie-element/rubric": "^2.5.0",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "@pie-lib/rubric": "^0.7.12",
14
14
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  "lodash": "^4.17.11",
17
17
  "prop-types": "^15.7.2"
18
18
  },
19
- "gitHead": "0af590d624f4b2c0af58039e935531cef52e2a86",
19
+ "gitHead": "3998a319f853ec60aaa2d3efcdfa077f516d9761",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },