ultimate-jekyll-manager 0.0.161 → 0.0.162

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.
@@ -367,10 +367,11 @@ export class FormManager {
367
367
  return;
368
368
  }
369
369
 
370
- // Skip if field is not in current input group (respects setInputGroup filter)
371
- if (!this._isFieldInGroup($field)) {
372
- return;
373
- }
370
+ // // Skip if field is not in current input group (respects setInputGroup filter)
371
+ // UPDATE: THIS BROKE SOME THINGS
372
+ // if (!this._isFieldInGroup($field)) {
373
+ // return;
374
+ // }
374
375
 
375
376
  // Skip if already has an error (from previous validation)
376
377
  if (this._fieldErrors[name]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.161",
3
+ "version": "0.0.162",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {