Skip to content

Commit 3274661

Browse files
committed
🔖 Bump minor version 5.4.0
1 parent ae1bc27 commit 3274661

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ body:
3333
- v5.0.0
3434
- v5.1.0
3535
- v5.2.0
36-
- v5.3.0
37-
- v5.3.1
38-
- v5.3.2
36+
- v5.3.x
37+
- v5.4.0
3938
- Latest
4039
validations:
4140
required: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ require('typeahead-standalone/dist/basic.css');
6666
<script src="https://cdn.jsdelivr.net/npm/typeahead-standalone"></script>
6767

6868
<!-- or use unpkg.com to get a specific version -->
69-
<link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.3.2/dist/basic.css" />
70-
<script src="https://unpkg.com/typeahead-standalone@5.3.2/dist/typeahead-standalone.umd.js"></script>
69+
<link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.4.0/dist/basic.css" />
70+
<script src="https://unpkg.com/typeahead-standalone@5.4.0/dist/typeahead-standalone.umd.js"></script>
7171
```
7272
The library will be available as a global object at **`window.typeahead`**
7373

docs/pages/install.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h4><a href="#install?id=cdn" id="cdn" title="Install typeahead-standalone.js vi
8282
<p>The above links, by default, point to the latest version of typeahead-standalone.js</p>
8383
</div>
8484
<div class="tab-pane fade" id="nav-unpkg" role="tabpanel" aria-labelledby="nav-unpkg-tab">
85-
<a class="simple-link" href="https://unpkg.com/typeahead-standalone@5.3.2/dist/typeahead-standalone.umd.js">
85+
<a class="simple-link" href="https://unpkg.com/typeahead-standalone@5.4.0/dist/typeahead-standalone.umd.js">
8686
<img src="./assets/img/logos/unpkg_logo.png" alt="Unpkg typeahead-standalone CDN Logo" width="100px">
8787
</a>
8888

@@ -91,14 +91,14 @@ <h4><a href="#install?id=cdn" id="cdn" title="Install typeahead-standalone.js vi
9191
<span class="lang">HTML</span>
9292
<span class="copy" title="Copy to Clipboard"><i class="far fa-copy"></i></span>
9393
<pre
94-
class="hljs language-html language-xml">&#60;script src="https://unpkg.com/typeahead-standalone@5.3.2/dist/typeahead-standalone.umd.js"&#62;&#60;/script&#62;</pre>
94+
class="hljs language-html language-xml">&#60;script src="https://unpkg.com/typeahead-standalone@5.4.0/dist/typeahead-standalone.umd.js"&#62;&#60;/script&#62;</pre>
9595
</div>
9696
<p>Include the <code>CSS</code> (Optional, we recommend to override the default styling)</p>
9797
<div class="codeContainer">
9898
<span class="lang">HTML</span>
9999
<span class="copy" title="Copy to Clipboard"><i class="far fa-copy"></i></span>
100100
<pre
101-
class="hljs language-html language-xml">&#60;link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.3.2/dist/basic.css" /&#62;</pre>
101+
class="hljs language-html language-xml">&#60;link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.4.0/dist/basic.css" /&#62;</pre>
102102
</div>
103103
<p>The above links can be used to link to a specific version of typeahead-standalone.js</p>
104104
</div>
@@ -115,10 +115,10 @@ <h4><a href="#install?id=direct-download" id="direct-download" title="Install ty
115115

116116
<div class="codeContainer">
117117
<span class="copy" title="Copy to Clipboard"><i class="far fa-copy"></i></span>
118-
<pre class="hljs">https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.3.2.tgz</pre>
118+
<pre class="hljs">https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.4.0.tgz</pre>
119119
</div>
120120

121-
where <code>5.3.2</code> refers to the version number. To use another version, replace the version in the above url by
121+
where <code>5.4.0</code> refers to the version number. To use another version, replace the version in the above url by
122122
the desired version.
123123
All available versions/releases are listed on <a href="https://github.com/digitalfortress-tech/typeahead-standalone/releases">github</a>.
124124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"title": "typeahead-standalone",
55
"description": "A fast fully-featured standalone autocomplete library",
6-
"version": "5.3.2",
6+
"version": "5.4.0",
77
"homepage": "https://typeahead.digitalfortress.tech",
88
"license": "MIT",
99
"scripts": {

0 commit comments

Comments
 (0)