@quasar/extras 2.0.0-beta.1 → 2.0.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,7 @@ Using `<script setup>`:
83
83
 
84
84
  <script setup>
85
85
  import { matMenu } from '@quasar/extras/material-icons'
86
- import { mdiAbTesting } from '@quasar/extras/mdi-v5'
86
+ import { mdiAbTesting } from '@quasar/extras/mdi-v7'
87
87
  </script>
88
88
  ```
89
89
 
@@ -100,7 +100,7 @@ Using the Options API:
100
100
 
101
101
  <script>
102
102
  import { matMenu } from '@quasar/extras/material-icons'
103
- import { mdiAbTesting } from '@quasar/extras/mdi-v5'
103
+ import { mdiAbTesting } from '@quasar/extras/mdi-v7'
104
104
 
105
105
  export default {
106
106
  // ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/extras",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0",
4
4
  "description": "Quasar Framework fonts, icons and animations",
5
5
  "keywords": [
6
6
  "animations",