Skip to content

Commit

Permalink
Merge pull request #317 from sa-si-dev/prep-release-1.0.42
Browse files Browse the repository at this point in the history
Increment version 1.0.42
  • Loading branch information
gnbm committed Mar 12, 2024
2 parents 9be0ea9 + 458e00e commit 7f03aa9
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 10 deletions.
13 changes: 13 additions & 0 deletions dist-archive/virtual-select-1.0.42.min.css

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

5 changes: 5 additions & 0 deletions dist-archive/virtual-select-1.0.42.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/virtual-select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Virtual Select v1.0.41
* Virtual Select v1.0.42
* https://sa-si-dev.github.io/virtual-select
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
*//******/ (function() { // webpackBootstrap
Expand Down
2 changes: 1 addition & 1 deletion dist/virtual-select.min.css

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

2 changes: 1 addition & 1 deletion dist/virtual-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/virtual-select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Virtual Select v1.0.41
* Virtual Select v1.0.42
* https://sa-si-dev.github.io/virtual-select
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
*//******/ (function() { // webpackBootstrap
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/virtual-select.min.css

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

2 changes: 1 addition & 1 deletion docs/assets/virtual-select.min.js

Large diffs are not rendered by default.

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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "virtual-select-plugin",
"version": "1.0.41",
"version": "1.0.42",
"description": "A javascript plugin for dropdown with virtual scroll",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production",
"validate": "tsc && eslint src/**/*.js && stylelint src/sass/**/*.scss",
"docs": "docsify serve docs",
"t": "docsify serve docs -p 3001 && cypress open --e2e -b chrome",
"test": "docsify serve docs -p 3001 && cypress run"
Expand Down

0 comments on commit 7f03aa9

Please sign in to comment.