@md-plugins/quasar-app-extension-vite-md-plugin 0.1.0-beta.7 → 0.1.0-beta.8

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,7 +17,7 @@ The `viteMdPluginAppExt` extension provides a convenient way to use Markdown fil
17
17
 
18
18
  This App-Extension (app-ext) is for convenience only. For more granular control, you can use the `viteMdPlugin` directly in your Vite configuration. For more information, refer to the [viteMdPlugin documentation](https://github.com/md-plugins/md-plugins/tree/dev/packages/viteMdPlugin).
19
19
 
20
- > Current beta release: `0.1.0-beta.7`.
20
+ > Current beta release: `0.1.0-beta.8`.
21
21
  >
22
22
  > This app extension currently targets Quasar Vite projects using `@quasar/app-vite` `>=3.0.0-beta.26`.
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/quasar-app-extension-vite-md-plugin",
3
- "version": "0.1.0-beta.7",
3
+ "version": "0.1.0-beta.8",
4
4
  "description": "A Quasar app-ext for @md-plugins/viteMdPlugin",
5
5
  "keywords": [
6
6
  "app extension",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@quasar/app-vite": "3.0.0-beta.26",
21
- "@md-plugins/vite-md-plugin": "0.1.0-beta.7"
21
+ "@md-plugins/vite-md-plugin": "0.1.0-beta.8"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@quasar/app-vite": ">=3.0.0-beta.26"