bootstrap5-toggle 5.0.5 → 5.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
6
6
  [![Build](https://img.shields.io/github/actions/workflow/status/palcarazm/bootstrap5-toggle/build.yml?branch=v5&logo=npm)](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Build+Check%22)
7
7
  [![Test](https://img.shields.io/github/actions/workflow/status/palcarazm/bootstrap5-toggle/cypress.yml?branch=v5&label=tests&logo=cypress)](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Cypress+Tests%22)
8
- [![Security](https://img.shields.io/snyk/vulnerabilities/npm/bootstrap5-toggle@5.0.5?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
8
+ [![Security](https://img.shields.io/snyk/vulnerabilities/npm/bootstrap5-toggle@5.0.6?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
9
9
  [![EOL](https://img.shields.io/endpoint?url=https%3A%2F%2Fpalcarazm.github.io%2Fbootstrap5-toggle%2Fapi%2Feol%2Fv5)](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
10
10
  [![Funding](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/palcarazm)
11
11
  [![Rate this package](https://badges.openbase.com/js/rating/bootstrap5-toggle.svg?token=rNvznTVToo+EmX5g+KTvfYqI9+YTWJeUWTxPj7tLA6o=)](https://openbase.com/js/bootstrap5-toggle?utm_source=embedded&utm_medium=badge&utm_campaign=rating-badge&utm_term=js/bootstrap5-toggle)
@@ -78,18 +78,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
78
78
 
79
79
  ```html
80
80
  <link
81
- href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.5/css/bootstrap5-toggle.min.css"
81
+ href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/css/bootstrap5-toggle.min.css"
82
82
  rel="stylesheet" />
83
- <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.5/js/bootstrap5-toggle.ecmas.min.js"></script>
83
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/js/bootstrap5-toggle.ecmas.min.js"></script>
84
84
  ```
85
85
 
86
86
  ### jQuery Interface
87
87
 
88
88
  ```html
89
89
  <link
90
- href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.5/css/bootstrap5-toggle.min.css"
90
+ href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/css/bootstrap5-toggle.min.css"
91
91
  rel="stylesheet" />
92
- <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.5/js/bootstrap5-toggle.jquery.min.js"></script>
92
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/js/bootstrap5-toggle.jquery.min.js"></script>
93
93
  ```
94
94
 
95
95
  ## Download
@@ -101,13 +101,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
101
101
  [![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
102
102
 
103
103
  ```ksh
104
- npm install bootstrap5-toggle@5.0.5
104
+ npm install bootstrap5-toggle@5.0.6
105
105
  ```
106
106
 
107
107
  ## Yarn
108
108
 
109
109
  ```ksh
110
- yarn add bootstrap5-toggle@5.0.5
110
+ yarn add bootstrap5-toggle@5.0.6
111
111
  ```
112
112
 
113
113
  # Usage
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.0.5
2
+ * bootstrap5-toggle v5.0.6
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.0.5
2
+ * bootstrap5-toggle v5.0.6
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.0.5
2
+ * bootstrap5-toggle v5.0.6
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.0.5
2
+ * bootstrap5-toggle v5.0.6
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.0.5
2
+ * bootstrap5-toggle v5.0.6
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.0.5
2
+ * bootstrap5-toggle v5.0.6
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap5-toggle",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "author": {
5
5
  "name": "Pablo Alcaraz Martínez",
6
6
  "url": "https://github.com/palcarazm/"
@@ -21,7 +21,7 @@
21
21
  "scripts": {
22
22
  "build": "grunt build",
23
23
  "postversion": "grunt build && grunt readme && doctoc README.md --github",
24
- "prepack": "grunt build && grunt readme && doctoc README.md --github && git add -A",
24
+ "prepack": "grunt build && grunt readme && doctoc README.md --github && git add -A && git commit",
25
25
  "test": "cypress run --browser=chrome"
26
26
  },
27
27
  "keywords": [