@vuetify/nightly 3.2.5-master-20230515.0 → 3.2.5

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.2.5-master-20230515.0
2
+ * Vuetify v3.2.5
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -21654,7 +21654,7 @@
21654
21654
  date
21655
21655
  };
21656
21656
  }
21657
- const version$1 = "3.2.5-master-20230515.0";
21657
+ const version$1 = "3.2.5";
21658
21658
  createVuetify$1.version = version$1;
21659
21659
 
21660
21660
  // Vue's inject() can only be used in setup
@@ -21666,7 +21666,7 @@
21666
21666
  }
21667
21667
  }
21668
21668
 
21669
- const version = "3.2.5-master-20230515.0";
21669
+ const version = "3.2.5";
21670
21670
 
21671
21671
  const createVuetify = function () {
21672
21672
  let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};