Skip to content

Commit

Permalink
chore(release): 0.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0-beta.1](v0.0.4...v0.1.0-beta.1) (2021-09-03)

### Bug Fixes

* token ([2fe3280](2fe3280))

### Features

* install semantic release ([0d010d2](0d010d2))
  • Loading branch information
semantic-release-bot committed Sep 3, 2021
1 parent b5d1f4e commit 9440be7
Show file tree
Hide file tree
Showing 17 changed files with 2,405 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [0.1.0-beta.1](https://github.com/ittus/vue-long-click/compare/v0.0.4...v0.1.0-beta.1) (2021-09-03)


### Bug Fixes

* token ([2fe3280](https://github.com/ittus/vue-long-click/commit/2fe3280c8bde3271bde44e222978294f18327d32))


### Features

* install semantic release ([0d010d2](https://github.com/ittus/vue-long-click/commit/0d010d204c579a262a72e6cacb6214d0c67d10eb))
1 change: 1 addition & 0 deletions dist/docs/css/app.6625a00b.css

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

Binary file added dist/docs/favicon.ico
Binary file not shown.
Binary file added dist/docs/img/logo.82b9c7a5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vue-long-click/favicon.ico><title>vue-long-click</title><link href=/vue-long-click/css/app.6625a00b.css rel=preload as=style><link href=/vue-long-click/js/app.5d752d92.js rel=preload as=script><link href=/vue-long-click/js/chunk-vendors.24901574.js rel=preload as=script><link href=/vue-long-click/css/app.6625a00b.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-long-click doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vue-long-click/js/chunk-vendors.24901574.js></script><script src=/vue-long-click/js/app.5d752d92.js></script></body></html>
2 changes: 2 additions & 0 deletions dist/docs/js/app.5d752d92.js

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

1 change: 1 addition & 0 deletions dist/docs/js/app.5d752d92.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/docs/js/chunk-vendors.24901574.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/docs/js/chunk-vendors.24901574.js.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/libs/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>vue-long-click demo</title>
<script src="./vue-long-click.umd.js"></script>

<link rel="stylesheet" href="./vue-long-click.css">


<script>
console.log(vue-long-click)
</script>
Loading

0 comments on commit 9440be7

Please sign in to comment.