Skip to content

Commit

Permalink
Merge pull request #28 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
v3.1.2
  • Loading branch information
webdevnerdstuff authored Jan 11, 2024
2 parents 9aa83e4 + 40c3b6a commit 0c96ad3
Show file tree
Hide file tree
Showing 10 changed files with 460 additions and 501 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
],
ignorePatterns: [
'.eslintrc.js',
'stylelint.config.js',
'vite.build.config.mts',
'vite.config.mts',
'*.bk.vue',
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to the "vuetify-resize-drawer" plugin will be documented in this file.

## v3.1.2
01-11-24
[main] (@webdevnerdstuff)
* Minor style adjustments
* Update packages

## v3.1.0
01-09-24
[main] (@webdevnerdstuff)
Expand All @@ -14,7 +20,7 @@ All notable changes to the "vuetify-resize-drawer" plugin will be documented in
[main] (@webdevnerdstuff)
* Merging in vuetify3-resize-drawer
* Changing package to an npm organization package
* Updating release version to be more inline with vue/veutify 3 versions
* Updating release version to be more inline with vue/vuetify 3 versions
* The change from v2.1.1 to v3.0.0 is not a breaking change, only a version change

## v2.1.1
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 Yt, computed as y, watchEffect as Ze, toRef
import { useTheme as sn, useDisplay as cn } from "vuetify";
/**
* @name @wdns/vuetify-resize-drawer
* @version 3.1.1
* @version 3.1.2
* @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 2024, WebDevNerdStuff
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-resize-drawer",
"version": "3.1.1",
"version": "3.1.2",
"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 Expand Up @@ -73,7 +73,7 @@
"wdns"
],
"dependencies": {
"vue": "^3.4.7",
"vue": "^3.4.10",
"vuetify": "^3.4.10"
},
"devDependencies": {
Expand All @@ -86,22 +86,23 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.10.8",
"@stylistic/stylelint-plugin": "^2.0.0",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.4.7",
"@vue/compiler-sfc": "^3.4.10",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@wdns/vue-code-block": "^2.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.0",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
Expand All @@ -119,10 +120,10 @@
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.7",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.10",
Expand Down
Loading

0 comments on commit 0c96ad3

Please sign in to comment.