diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc40f9b3..2965b479c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 14.2.0 + +### 🚀 New Features + +- `key-asterisk-16` https://github.com/primer/octicons/pull/623 +- `sort-asc` https://github.com/primer/octicons/pull/619 +- `sort-desc` https://github.com/primer/octicons/pull/619 + +### 🧽 Chores +- Remove unused dependency on nokogiri https://github.com/primer/octicons/pull/609 (🙏 @cschlack) + ## 14.1.0 ### 🚀 New Features diff --git a/icons/key-asterisk-16.svg b/icons/key-asterisk-16.svg new file mode 100644 index 000000000..1329da6f3 --- /dev/null +++ b/icons/key-asterisk-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/sort-asc-16.svg b/icons/sort-asc-16.svg new file mode 100644 index 000000000..40504c0d9 --- /dev/null +++ b/icons/sort-asc-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/sort-asc-24.svg b/icons/sort-asc-24.svg new file mode 100644 index 000000000..d0cf5eb40 --- /dev/null +++ b/icons/sort-asc-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/sort-desc-16.svg b/icons/sort-desc-16.svg new file mode 100644 index 000000000..c5af1e598 --- /dev/null +++ b/icons/sort-desc-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/sort-desc-24.svg b/icons/sort-desc-24.svg new file mode 100644 index 000000000..a4779d2ff --- /dev/null +++ b/icons/sort-desc-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 47f9a4371..b9622cae5 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,3 +1,3 @@ module Octicons - VERSION = "14.1.0".freeze + VERSION = "14.2.0".freeze end diff --git a/lib/octicons_gem/octicons.gemspec b/lib/octicons_gem/octicons.gemspec index 8d6943136..f22fe3c9e 100644 --- a/lib/octicons_gem/octicons.gemspec +++ b/lib/octicons_gem/octicons.gemspec @@ -11,5 +11,4 @@ Gem::Specification.new do |s| s.files = Dir["{lib}/**/*"] + ["LICENSE", "README.md"] s.homepage = "https://github.com/primer/octicons" s.license = "MIT" - s.add_dependency "nokogiri", ">= 1.6.3.1" end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index 468270657..3ce801bcf 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "14.1.0" +gem "octicons", "14.2.0" gem "rails" group :development, :test do diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 1658237e8..1e6f1dab0 100644 --- a/lib/octicons_helper/lib/octicons_helper/version.rb +++ b/lib/octicons_helper/lib/octicons_helper/version.rb @@ -1,3 +1,3 @@ module OcticonsHelper - VERSION = "14.1.0".freeze + VERSION = "14.2.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index c28561301..537691c43 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "octicons", "14.1.0" + s.add_dependency "octicons", "14.2.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index a3b250022..c1a571f11 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "14.1.0" +gem "octicons", "14.2.0" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 17f2f6282..95bb58f0e 100644 --- a/lib/octicons_jekyll/jekyll-octicons.gemspec +++ b/lib/octicons_jekyll/jekyll-octicons.gemspec @@ -14,5 +14,5 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency "jekyll", ">= 3.6", "< 5.0" - s.add_dependency "octicons", "14.1.0" + s.add_dependency "octicons", "14.2.0" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index ad486ffd0..ccbc624b2 100644 --- a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb +++ b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end module Jekyll class Octicons < Liquid::Tag - VERSION = "14.1.0".freeze + VERSION = "14.2.0".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 61350773a..bca3d37c9 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "14.1.0", + "version": "14.2.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub Inc.", @@ -53,4 +53,4 @@ "github/no-then": 0 } } -} +} \ No newline at end of file diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index a137c3da8..457a1d8f0 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "14.1.0", + "version": "14.2.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", @@ -57,4 +57,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json index 14c518c73..74d6499fe 100644 --- a/lib/octicons_styled/package.json +++ b/lib/octicons_styled/package.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-octicons", - "version": "14.1.0", + "version": "14.2.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", @@ -68,4 +68,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6ad30bc8e..435d669cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "14.1.0", + "version": "14.2.0", "scripts": { "version": "script/version", "test": "ava -v tests/*.js", @@ -42,4 +42,4 @@ "github/no-then": 0 } } -} +} \ No newline at end of file