Skip to content

Commit

Permalink
Merge pull request #20 from webdevnerdstuff/v3
Browse files Browse the repository at this point in the history
V3
  • Loading branch information
webdevnerdstuff authored Nov 10, 2023
2 parents 99d99ed + 28e7005 commit 859a23f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

<p align="center">
<img alt="Vuetify Logo" width="100" src="https://webdevnerdstuff.github.io/vuetify-resize-drawer/images/vuetify-logo-light-atom.svg">
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-resize-drawer/main/src/assets/vuetify-logo.svg">
</p>

<p>
<h1 align="center">Vuetify Resize Drawer</h1>
</p>

<p align="center">
<a href="https://www.npmjs.com/package/vuetify-resize-drawer">
<img src="https://img.shields.io/npm/v/vuetify-resize-drawer?color=1867c0&logo=npm" alt="NPM Package">
<a href="https://www.npmjs.com/package/@wdns/vuetify-resize-drawer">
<img src="https://img.shields.io/npm/v/@wdns/vuetify-resize-drawer?color=1867c0&logo=npm" alt="NPM Package">
</a>
&nbsp;
<a href="https://github.com/webdevnerdstuff/vuetify-resize-drawer">
Expand Down
2 changes: 1 addition & 1 deletion dist/vuetify-resize-drawer.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vuetify-resize-drawer.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Fragment as kt, reactive as _t, computed as y, watchEffect as Wt, toRef
import { useTheme as un, useDisplay as cn } from "vuetify";
/**
* @name @wdns/vuetify-resize-drawer
* @version 3.0.0
* @version 3.0.1
* @description The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user.
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
* @copyright Copyright 2023, WebDevNerdStuff
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-resize-drawer",
"version": "3.0.0",
"version": "3.0.1",
"description": "The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user.",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 859a23f

Please sign in to comment.