Skip to content

Commit 937a1b9

Browse files
committed
docs: update
1 parent 29f9761 commit 937a1b9

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

docs/content/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Introduction
33
description: 'Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.'
44
position: 0
55
category: Getting Start
6-
version: 0.20
6+
version: 0.21
77
features:
88
- Support Vue 3 and Vue 2
99
- Tailwind CSS friendly

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nuxt/content-theme-docs": "^0.6.1",
1313
"nuxt": "^2.14.8",
14-
"vue-final-modal": "^0.20.1"
14+
"vue-final-modal": "^0.21.0"
1515
},
1616
"devDependencies": {
1717
"@nuxtjs/google-analytics": "^2.4.0",

docs/yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5597,11 +5597,6 @@ is-https@^2.0.0, is-https@^2.0.2:
55975597
resolved "https://registry.yarnpkg.com/is-https/-/is-https-2.0.2.tgz#7009d303c72580f15897d5c063d6b6bc1f838fef"
55985598
integrity sha512-UfUCKVQH/6PQRCh5Qk9vNu4feLZiFmV/gr8DjbtJD0IrCRIDTA6E+d/AVFGPulI5tqK5W45fYbn1Nir1O99rFw==
55995599

5600-
is-mobile@^2.2.2:
5601-
version "2.2.2"
5602-
resolved "https://registry.yarnpkg.com/is-mobile/-/is-mobile-2.2.2.tgz#f6c9c5d50ee01254ce05e739bdd835f1ed4e9954"
5603-
integrity sha512-wW/SXnYJkTjs++tVK5b6kVITZpAZPtUrt9SF80vvxGiF/Oywal+COk1jlRkiVq15RFNEQKQY31TkV24/1T5cVg==
5604-
56055600
is-negative-zero@^2.0.0:
56065601
version "2.0.0"
56075602
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
@@ -9953,12 +9948,10 @@ vue-client-only@^2.0.0:
99539948
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
99549949
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
99559950

9956-
vue-final-modal@^0.20.1:
9957-
version "0.20.1"
9958-
resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-0.20.1.tgz#b909a626bcc45114c90e09d99b14ff4227582d2e"
9959-
integrity sha512-7UprQN0lrFbmMSlwFrZP6wvn18alzYF/lNZ88LuFmvV4slAWmEs03jZuRaIQCwQkGdxa1CMoTOTmn+wEcf00MA==
9960-
dependencies:
9961-
is-mobile "^2.2.2"
9951+
vue-final-modal@^0.21.0:
9952+
version "0.21.0"
9953+
resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-0.21.0.tgz#54079c4b530ead7769bcf443fd4b8e1604b6067a"
9954+
integrity sha512-zq47wN5hcSuaqUmNi6GsprHsKe9+Gulw1NvuzqzdB34Sg6OtAk7qgJGnB75vllql5ejBMcTxD0f2BIJb71GIEA==
99629955

99639956
vue-hot-reload-api@^2.3.0:
99649957
version "2.3.4"

0 commit comments

Comments
 (0)