-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andres Janes
committed
Apr 13, 2021
1 parent
ba9a8be
commit 02ce6bf
Showing
4 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vuetify-snackbar-queue", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": ">Simple plugin for queueing v-snackbars in Vuetify * Extends VSnackbar component and adds items[] prop * Queues Snackbars displaying one at a time", | ||
"author": "Andres Janes <[email protected]>", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog (v2.3.0..v2.3.1) | ||
|
||
| Title | Name | Date | | ||
| ----- | ---- | ---- | | ||
| Bump y18n from 4.0.0 to 4.0.1 | dependabot[bot] | 30th Mar 2021 @ 20:38 | | ||
| Bump elliptic from 6.5.3 to 6.5.4 | dependabot[bot] | 9th Mar 2021 @ 10:11 | | ||
| Bump ini from 1.3.5 to 1.3.7 | dependabot[bot] | 11th Dec 2020 @ 13:12 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ module.exports = { | |
} | ||
}, | ||
usageMode: 'expand', | ||
version: '2.3.0', | ||
version: '2.3.1', | ||
} |