@burh/nuxt-core 1.0.227 → 1.0.232

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.
@@ -175,23 +175,25 @@ export default {
175
175
  'old'
176
176
  );
177
177
  this.userData.user_course = this.filterByDate(
178
- this.userData.user_course,
179
- 'old'
178
+ this.userData.user_course,
179
+ 'old'
180
+
180
181
  );
181
182
  },
182
183
  watch: {
183
184
  userData() {
184
185
  this.userData.user_experience = this.filterByDate(
185
186
  this.userData.user_experience,
186
- 'old'
187
+ 'old'
187
188
  );
189
+ this.userData.user_education = this.filterByDate(
190
+ this.userData.user_education,
191
+ 'old'
192
+ );
188
193
  this.userData.user_course = this.filterByDate(
189
194
  this.userData.user_course,
190
- 'old'
191
- );
192
- this.userData.user_education = this.filterByDate(
193
- this.userData.user_education,
194
- 'old'
195
+ 'old'
196
+
195
197
  );
196
198
  }
197
199
  },
@@ -238,7 +240,7 @@ export default {
238
240
  break;
239
241
  }
240
242
 
241
- return byStart - byEnd;
243
+ return byEnd - byStart;
242
244
  });
243
245
 
244
246
  return sortedArray;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.227",
3
+ "version": "1.0.232",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {