@vuetify/nightly 3.10.0-dev.2025-09-11 → 3.10.0-master.2025-09-12

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
@@ -1,13 +1,22 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.0-dev.2025-09-11...v) (2025-09-11)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.0-master.2025-09-12...v) (2025-09-12)
2
2
 
3
3
 
4
4
 
5
- # [3.10.0-dev.2025-09-11](https://github.com/vuetifyjs/vuetify/compare/v3.10.0...v3.10.0-dev.2025-09-11) "Other Commits" (2025-09-11)
5
+ # [3.10.0-master.2025-09-12](https://github.com/vuetifyjs/vuetify/compare/v3.10.0...v3.10.0-master.2025-09-12) "Other Commits" (2025-09-12)
6
+
7
+
8
+ ### :wrench: Bug Fixes
9
+
10
+ * **VListGroup:** fit the navigation drawer rail ([2ebc7fa](https://github.com/vuetifyjs/vuetify/commit/2ebc7fa5b4b395337faadf4a8dfbf09edac6b247)), closes [#22047](https://github.com/vuetifyjs/vuetify/issues/22047)
6
11
 
7
12
 
8
13
  ### Other Commits
9
14
 
10
- * chore(release): publish v3.10.0-dev.2025-09-11 ([f8e5696](https://github.com/vuetifyjs/vuetify/commit/f8e5696d27a1b80c014923627b1e582fd6350494))
15
+ * chore(release): publish v3.10.0-master.2025-09-12 ([d275cc7](https://github.com/vuetifyjs/vuetify/commit/d275cc77a0424bfd5fde00ad03ff6822c933bf89))
16
+ * chore(ci): use trusted publishing ([bb54746](https://github.com/vuetifyjs/vuetify/commit/bb54746d662e2cc7b8255c8e427b2279af230436))
17
+ * chore: replace lerna with lerna-lite and pnpm run ([7ce2ce6](https://github.com/vuetifyjs/vuetify/commit/7ce2ce62ff11daf73cc336dabe20d60b1df53d01))
18
+ * docs(VMenu): fix missing icons in one of the new examples ([#22043](https://github.com/vuetifyjs/vuetify/issues/22043)) ([85f9c33](https://github.com/vuetifyjs/vuetify/commit/85f9c333d1cad510db117e8be885a756dbad336d))
19
+ * docs(august-2025-update): update content ([5c9f5bb](https://github.com/vuetifyjs/vuetify/commit/5c9f5bb413ae1b1673aa05c75b9f3db8323c3261))
11
20
 
12
21
 
13
22