@byu-oit/vue-decision-processing-components 8.30.1 → 8.32.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
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [8.32.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.31.0...v8.32.0) (2022-12-02)
6
+
7
+
8
+ ### Features
9
+
10
+ * add pw flags ([da42f88](https://github.com/byu-oit/vue-decision-processing-components/commit/da42f887ff210b6687c9a3d49b2d94c22595f776))
11
+ * add pw flags ([b0a147c](https://github.com/byu-oit/vue-decision-processing-components/commit/b0a147c85732ae8ad697f02d3bb113c76dfff802))
12
+
13
+ ## [8.31.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.1...v8.31.0) (2022-12-01)
14
+
15
+
16
+ ### Features
17
+
18
+ * remove properties ([6b63ed2](https://github.com/byu-oit/vue-decision-processing-components/commit/6b63ed28cb5646217735832b5b54c89d8a21fff6))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * version ([340661e](https://github.com/byu-oit/vue-decision-processing-components/commit/340661e23dc6894e89223534d6c821ea9ed9f8be))
24
+
5
25
  ### [8.30.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.0...v8.30.1) (2022-11-28)
6
26
 
7
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byu-oit/vue-decision-processing-components",
3
- "version": "8.30.1",
3
+ "version": "8.32.0",
4
4
  "description": "Vue components shared between decision processing systems for the CES schools.",
5
5
  "dependencies": {
6
6
  "@fortawesome/fontawesome-free": "^5.15.4",
@@ -156,8 +156,12 @@ export const flagValueToName = value => {
156
156
  return 'Low Academics Test Score'
157
157
  case 'NFNG':
158
158
  return 'NF Not Graduating'
159
+ case 'NOHS':
160
+ return 'Under 18 No High School Completion'
159
161
  case 'NSE':
160
162
  return 'No Secondary Education'
163
+ case 'PD':
164
+ return 'Previously Denied'
161
165
  case 'UA':
162
166
  return 'Underage Applicant'
163
167
  case 'UNASSIGNED':