Skip to content

Commit

Permalink
chore: release 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Rigon authored and Matteo Rigon committed Oct 1, 2021
1 parent 4f08a34 commit 3f5a002
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vue-screen.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ function () {
*/
value: function init() {
this.attachResize();
this.setScreenSize();
this.checkTouch();
this.setScreenSize();
}
/**
* Attach a listener to the window resize event
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-screen.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ function () {
*/
value: function init() {
this.attachResize();
this.setScreenSize();
this.checkTouch();
this.setScreenSize();
}
/**
* Attach a listener to the window resize event
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-screen.min.js

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": "vue-screen",
"version": "1.5.3",
"version": "1.5.6",
"description": "Reactive window size and media query states for Vue components. Integrates with most UI frameworks.",
"keywords": [
"vuejs",
Expand Down

0 comments on commit 3f5a002

Please sign in to comment.