@vuetify/nightly 4.1.2-master.2026-06-16 → 4.1.2-master.2026-06-17

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,16 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v4.1.2-master.2026-06-16...v) (2026-06-16)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v4.1.2-master.2026-06-17...v) (2026-06-17)
2
2
 
3
3
 
4
4
 
5
- ## [4.1.2-master.2026-06-16](https://github.com/vuetifyjs/vuetify/compare/v4.1.2...v4.1.2-master.2026-06-16) "Other Commits" (2026-06-16)
5
+ ## [4.1.2-master.2026-06-17](https://github.com/vuetifyjs/vuetify/compare/v4.1.2...v4.1.2-master.2026-06-17) "Other Commits" (2026-06-17)
6
6
 
7
7
 
8
8
  ### Other Commits
9
9
 
10
- * chore(release): publish v4.1.2-master.2026-06-16 ([834d99e](https://github.com/vuetifyjs/vuetify/commit/834d99e6e2d820ff2e51cb3c0c7a9b8709de5256))
10
+ * chore(release): publish v4.1.2-master.2026-06-17 ([133cf1b](https://github.com/vuetifyjs/vuetify/commit/133cf1b3f13b3e616747bfe80789f9a3e5727bb4))
11
+ * chore: trigger docs rebuild for cosmic read key rotation ([b4c9c32](https://github.com/vuetifyjs/vuetify/commit/b4c9c32bd8f315a59398026a1ad3a1b5056b7033))
12
+ * docs: update Discord invite link to discord.gg/vuetify ([b1058eb](https://github.com/vuetifyjs/vuetify/commit/b1058eb9a98d03a7dcf9f9df1c0766e5b159d599))
13
+ * docs: add May 2026 monthly update blog post ([7a62167](https://github.com/vuetifyjs/vuetify/commit/7a6216750a06a4bb2d143166bc4bd497d0dbe062))
11
14
 
12
15
 
13
16
 
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  <a href="https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md">
17
17
  <img src="https://img.shields.io/npm/l/vuetify.svg" alt="License">
18
18
  </a>
19
- <a href="https://community.vuetifyjs.com">
19
+ <a href="https://discord.gg/vuetify">
20
20
  <img src="https://discordapp.com/api/guilds/340160225338195969/widget.png" alt="Chat">
21
21
  </a>
22
22
  <br>
@@ -191,7 +191,7 @@ Vuetify supports all **modern browsers**, including Safari 13+ (using [polyfills
191
191
  </tr>
192
192
  <tr>
193
193
  <td>
194
- <a href="https://community.vuetifyjs.com/">
194
+ <a href="https://discord.gg/vuetify">
195
195
  💭&nbsp;Vuetify&nbsp;Discord
196
196
  </a>
197
197
  </td>
@@ -258,7 +258,7 @@ Vuetify supports all **modern browsers**, including Safari 13+ (using [polyfills
258
258
 
259
259
  ### 🙋‍♂️ Questions
260
260
 
261
- For help and support questions, please use our [Discord community](https://community.vuetifyjs.com). This issue list of this repo is **exclusively** for bug reports and feature requests.
261
+ For help and support questions, please use our [Discord community](https://discord.gg/vuetify). This issue list of this repo is **exclusively** for bug reports and feature requests.
262
262
 
263
263
  ### 🐛 Issues
264
264
 
@@ -278,9 +278,9 @@ Detailed changes for each release are documented in the [release notes](https://
278
278
  Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md) and the [Contribution Guide](https://vuetifyjs.com/getting-started/contributing/).
279
279
 
280
280
  > Please do **not** ask general questions in an issue. Issues are only to report bugs, suggest
281
- enhancements, or request new features. For general questions and discussions, ask in the [community chat](https://community.vuetifyjs.com/).
281
+ enhancements, or request new features. For general questions and discussions, ask in the [community chat](https://discord.gg/vuetify).
282
282
 
283
- To help you get you familiar with our contribution process, we have a list of [good first issues](https://github.com/vuetifyjs/vuetify/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. If you have any questions, please join us on the [community chat](https://community.vuetifyjs.com).
283
+ To help you get you familiar with our contribution process, we have a list of [good first issues](https://github.com/vuetifyjs/vuetify/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. If you have any questions, please join us on the [community chat](https://discord.gg/vuetify).
284
284
 
285
285
  We also have a list of [help wanted](https://github.com/vuetifyjs/vuetify/labels/help%20wanted) issues that you might want to check.
286
286