Skip to content

Commit 03f82df

Browse files
committed
chore: bump version => v2.0.0-beta.7
1 parent 5cf6264 commit 03f82df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-app-extension-qmarkdown",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"description": "Display inline markdown in your Quasar App",
55
"author": "Jeff Galbraith <[email protected]>",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"markdown"
3232
],
3333
"dependencies": {
34-
"@quasar/quasar-ui-qmarkdown": "^2.0.0-beta.6",
34+
"@quasar/quasar-ui-qmarkdown": "^2.0.0-beta.7",
3535
"front-matter": "^4.0.2",
3636
"markdown-it-abbr": "^1.0.4",
3737
"markdown-it-deflist": "^2.1.0",

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-ui-qmarkdown",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"author": "Jeff Galbraith <[email protected]>",
55
"contributors": [
66
{

ui/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.0.0-beta.6'
1+
export const version = '2.0.0-beta.7'

0 commit comments

Comments
 (0)