Skip to content

Commit

Permalink
Merge pull request #208 from FortAwesome/v6.1.1-wip
Browse files Browse the repository at this point in the history
Font Awesome Free 6.1.1
  • Loading branch information
supercodepoet committed Mar 24, 2022
2 parents 2d9ee05 + 30e220b commit da54d68
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can find more detailed information on these changes on our [Getting Started]
In your Gemfile include:

```ruby
gem 'font-awesome-sass', '~> 6.1.0'
gem 'font-awesome-sass', '~> 6.1.1'
```

And then execute:
Expand Down
Binary file modified assets/fonts/font-awesome/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/stylesheets/_font-awesome.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/font-awesome/_brands.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/font-awesome/_regular.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/font-awesome/_solid.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
Expand Down
4 changes: 4 additions & 0 deletions assets/stylesheets/font-awesome/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ $fa-var-chevron-left: \f053;
$fa-var-chevron-right: \f054;
$fa-var-chevron-up: \f077;
$fa-var-child: \f1ae;
$fa-var-child-dress: \e59c;
$fa-var-child-reaching: \e59d;
$fa-var-child-rifle: \e4e0;
$fa-var-children: \e4e1;
$fa-var-church: \f51d;
Expand Down Expand Up @@ -2852,6 +2854,8 @@ $fa-icons: (
"chevron-right": $fa-var-chevron-right,
"chevron-up": $fa-var-chevron-up,
"child": $fa-var-child,
"child-dress": $fa-var-child-dress,
"child-reaching": $fa-var-child-reaching,
"child-rifle": $fa-var-child-rifle,
"children": $fa-var-children,
"church": $fa-var-church,
Expand Down
2 changes: 1 addition & 1 deletion font-awesome-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'sassc', '>= 2.0'
spec.add_runtime_dependency 'sassc', '~> 2.0'

spec.add_development_dependency 'bundler', '>= 1.3'
spec.add_development_dependency 'rake'
Expand Down
2 changes: 1 addition & 1 deletion lib/font_awesome/sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FontAwesome
module Sass
VERSION = "6.1.0".freeze
VERSION = "6.1.1".freeze
end
end

0 comments on commit da54d68

Please sign in to comment.