-
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
Jun 3, 2020
1 parent
070c3a7
commit 9b9a7e1
Showing
4 changed files
with
11 additions
and
3 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": "1.0.0", | ||
"version": "2.0.0", | ||
"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 (v1.0.0..v2.0.0) | ||
|
||
| Title | Name | Date | | ||
| ----- | ---- | ---- | | ||
| build docs | Andres Janes | 3rd Jun 2020 @ 20:09 | | ||
| tidied up prop definition for autoheight and updated readme | Andres Janes | 3rd Jun 2020 @ 20:07 | | ||
| Bumped vuetify to 2.2.31. Refactored components for use with Vuetify 2 | Andres Janes | 3rd Jun 2020 @ 19:41 | | ||
|
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: '1.0.0', | ||
version: '2.0.0', | ||
} |