Skip to content

Commit

Permalink
Build v5.6.3 for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
droid-w committed Jul 2, 2021
1 parent ddaa61f commit 6efe252
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FontAwesome v5.6.1 - Icon set
# FontAwesome v5.6.3 - Icon set

## Getting Start

Expand All @@ -17,7 +17,7 @@
### CDN

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/iconset.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/iconset.min.js"></script>

<!-- ICON_SET global variable will be defined -->
```
1 change: 1 addition & 0 deletions dist/iconset.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ var __webpack_exports__ = {};
{ value: "fas fa-filter", search: ["funnel", "options"] },
{ value: "fas fa-fingerprint", search: ["human", "id", "identification", "lock", "smudge", "touch", "unique", "unlock"] },
{ value: "fas fa-fire", search: ["caliente", "flame", "heat", "hot", "popular"] },
{ value: "fas fa-fire-alt", search: ["caliente", "flame", "heat", "hot", "popular"] },
{ value: "fas fa-fire-extinguisher", search: [] },
{ value: "fab fa-firefox", search: ["browser"] },
{ value: "fas fa-first-aid", search: [] },
Expand Down
2 changes: 1 addition & 1 deletion dist/iconset.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-awesome-iconset",
"version": "5.6.1",
"version": "5.6.3",
"description": "Font Awesome icon set.",
"main": "./dist/iconset.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion parser/parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import prettier from 'prettier';

const file_max = './src/iconset.js'

const address = 'https://github.com/FortAwesome/Font-Awesome/raw/5.6.1/metadata/icons.yml'
const address = 'https://github.com/FortAwesome/Font-Awesome/raw/5.6.3/metadata/icons.yml'


let parser = async () => {
Expand Down
1 change: 1 addition & 0 deletions src/iconset.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ export default [
{ value: "fas fa-filter", search: ["funnel", "options"] },
{ value: "fas fa-fingerprint", search: ["human", "id", "identification", "lock", "smudge", "touch", "unique", "unlock"] },
{ value: "fas fa-fire", search: ["caliente", "flame", "heat", "hot", "popular"] },
{ value: "fas fa-fire-alt", search: ["caliente", "flame", "heat", "hot", "popular"] },
{ value: "fas fa-fire-extinguisher", search: [] },
{ value: "fab fa-firefox", search: ["browser"] },
{ value: "fas fa-first-aid", search: [] },
Expand Down

0 comments on commit 6efe252

Please sign in to comment.