@burh/nuxt-core 1.0.231 → 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.
@@ -182,7 +182,7 @@ export default {
182
182
  },
183
183
  watch: {
184
184
  userData() {
185
- this.userData.user_experience = this.filterByDate(s
185
+ this.userData.user_experience = this.filterByDate(
186
186
  this.userData.user_experience,
187
187
  'old'
188
188
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.231",
3
+ "version": "1.0.232",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {