Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Dec 13, 2022
1 parent e5d3b10 commit e487173
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/handy-scroll.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
vue-handy-scroll v3.0.1
vue-handy-scroll v3.0.2
https://amphiluke.github.io/vue-handy-scroll/
*/
import { openBlock, createElementBlock, renderSlot, createElementVNode, normalizeClass } from 'vue';
Expand Down
2 changes: 1 addition & 1 deletion dist/handy-scroll.esm.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 dist/handy-scroll.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
vue-handy-scroll v3.0.1
vue-handy-scroll v3.0.2
https://amphiluke.github.io/vue-handy-scroll/
*/
(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/handy-scroll.umd.min.js

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

4 changes: 2 additions & 2 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": "vue-handy-scroll",
"version": "3.0.1",
"version": "3.0.2",
"description": "Handy floating scrollbar component for Vue 3",
"main": "dist/handy-scroll.umd.js",
"module": "dist/handy-scroll.esm.js",
Expand Down

0 comments on commit e487173

Please sign in to comment.