-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 0.1.0-beta.1 [skip ci]
# [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
1 parent
b5d1f4e
commit 9440be7
Showing
17 changed files
with
2,405 additions
and
1 deletion.
There are no files selected for viewing
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,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)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
<!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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -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> |
Oops, something went wrong.