Skip to content

Commit

Permalink
Build v5.8.2 for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
droid-w committed Jul 2, 2021
1 parent 02247dc commit 8d07a4e
Show file tree
Hide file tree
Showing 6 changed files with 9 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.8.0 - Icon set
# FontAwesome v5.8.2 - Icon set

## Getting Start

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

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

<!-- ICON_SET global variable will be defined -->
```
2 changes: 2 additions & 0 deletions dist/iconset.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ var __webpack_exports__ = {};
{ value: "fas fa-gift", search: ["christmas", "generosity", "giving", "holiday", "party", "present", "wrapped", "xmas"] },
{ value: "fas fa-gifts", search: ["christmas", "generosity", "giving", "holiday", "party", "present", "wrapped", "xmas"] },
{ value: "fab fa-git", search: [] },
{ value: "fab fa-git-alt", search: [] },
{ value: "fab fa-git-square", search: [] },
{ value: "fab fa-github", search: ["octocat"] },
{ value: "fab fa-github-alt", search: ["octocat"] },
Expand Down Expand Up @@ -1272,6 +1273,7 @@ var __webpack_exports__ = {};
{ value: "fab fa-squarespace", search: [] },
{ value: "fab fa-stack-exchange", search: [] },
{ value: "fab fa-stack-overflow", search: [] },
{ value: "fab fa-stackpath", search: [] },
{ value: "fas fa-stamp", search: ["art", "certificate", "imprint", "rubber", "seal"] },
{ value: "fas fa-star", search: ["achievement", "award", "favorite", "important", "night", "rating", "score"] },
{ value: "far fa-star", search: ["achievement", "award", "favorite", "important", "night", "rating", "score"] },
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.8.0",
"version": "5.8.2",
"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.8.0/metadata/icons.yml'
const address = 'https://github.com/FortAwesome/Font-Awesome/raw/5.8.2/metadata/icons.yml'


let parser = async () => {
Expand Down
2 changes: 2 additions & 0 deletions src/iconset.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ export default [
{ value: "fas fa-gift", search: ["christmas", "generosity", "giving", "holiday", "party", "present", "wrapped", "xmas"] },
{ value: "fas fa-gifts", search: ["christmas", "generosity", "giving", "holiday", "party", "present", "wrapped", "xmas"] },
{ value: "fab fa-git", search: [] },
{ value: "fab fa-git-alt", search: [] },
{ value: "fab fa-git-square", search: [] },
{ value: "fab fa-github", search: ["octocat"] },
{ value: "fab fa-github-alt", search: ["octocat"] },
Expand Down Expand Up @@ -1234,6 +1235,7 @@ export default [
{ value: "fab fa-squarespace", search: [] },
{ value: "fab fa-stack-exchange", search: [] },
{ value: "fab fa-stack-overflow", search: [] },
{ value: "fab fa-stackpath", search: [] },
{ value: "fas fa-stamp", search: ["art", "certificate", "imprint", "rubber", "seal"] },
{ value: "fas fa-star", search: ["achievement", "award", "favorite", "important", "night", "rating", "score"] },
{ value: "far fa-star", search: ["achievement", "award", "favorite", "important", "night", "rating", "score"] },
Expand Down

0 comments on commit 8d07a4e

Please sign in to comment.