Skip to content

Commit

Permalink
4.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Feb 6, 2022
1 parent 519ab44 commit 279bc63
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dist/jQuery.tagify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react.tagify.js

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

4 changes: 2 additions & 2 deletions dist/tagify.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Tagify (v 4.9.5) - tags input component
* Tagify (v 4.9.6) - tags input component
* By Yair Even-Or
* Don't sell this code. (c)
* https://github.com/yairEO/tagify
Expand Down Expand Up @@ -2677,7 +2677,7 @@ Tagify.prototype = {
*/
tagData(tagElm, data, override) {
if (!tagElm) {
console.warn("tag elment doesn't exist", tagElm, data);
console.warn("tag element doesn't exist", tagElm, data);
return data;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/tagify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Tagify (v 4.9.5) - tags input component
* Tagify (v 4.9.6) - tags input component
* By Yair Even-Or
* Don't sell this code. (c)
* https://github.com/yairEO/tagify
Expand Down Expand Up @@ -2683,7 +2683,7 @@
*/
tagData(tagElm, data, override) {
if (!tagElm) {
console.warn("tag elment doesn't exist", tagElm, data);
console.warn("tag element doesn't exist", tagElm, data);
return data;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/tagify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tagify.polyfills.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Tagify (v 4.9.5) - tags input component
* Tagify (v 4.9.6) - tags input component
* By Yair Even-Or
* Don't sell this code. (c)
* https://github.com/yairEO/tagify
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yaireo/tagify",
"version": "4.9.5",
"version": "4.9.6",
"homepage": "https://github.com/yairEO/tagify",
"description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]",
"keywords": [
Expand Down

0 comments on commit 279bc63

Please sign in to comment.