Skip to content

Commit

Permalink
Bumped project version to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Janes committed Apr 13, 2021
1 parent ba9a8be commit 02ce6bf
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 22 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
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": {
Expand Down
8 changes: 8 additions & 0 deletions release/changelog/v2.3.1.md
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 |

2 changes: 1 addition & 1 deletion styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ module.exports = {
}
},
usageMode: 'expand',
version: '2.3.0',
version: '2.3.1',
}

0 comments on commit 02ce6bf

Please sign in to comment.