@pie-element/multiple-choice 7.2.2-next.7 → 7.3.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,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
+ # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.2.1...@pie-element/multiple-choice@7.3.0) (2022-11-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * add a different property in the config, forceEnabled, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.2.0...@pie-element/multiple-choice@7.2.1) (2022-10-31)
7
18
 
8
19
  **Note:** Version bump only for package @pie-element/multiple-choice
@@ -444,4 +444,4 @@
444
444
  }
445
445
  },
446
446
  "$schema": "http://json-schema.org/draft-07/schema#"
447
- }
447
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "7.2.2-next.7+32927746d",
4
+ "version": "7.3.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -21,7 +21,7 @@
21
21
  "react-test-renderer": "^16.3.2",
22
22
  "react-transition-group": "^2.3.1"
23
23
  },
24
- "gitHead": "32927746da24e264830806acff5a4f8a46cfcd1c",
24
+ "gitHead": "28b3c06f0ba1e8e34d50b2f0d95c3e66f7104313",
25
25
  "scripts": {
26
26
  "postpublish": "../../scripts/postpublish"
27
27
  },