diff --git a/CHANGELOG.md b/CHANGELOG.md index 226285e1c..93a6e7fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 14.2.2 + +### 🐛 Bug fix +- Update `issue-reopened` https://github.com/primer/octicons/pull/633 + ## 14.2.1 ### 🐛 Bug fix diff --git a/icons/issue-reopened-16.svg b/icons/issue-reopened-16.svg index 1ad1e7a65..a76b251b5 100644 --- a/icons/issue-reopened-16.svg +++ b/icons/issue-reopened-16.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/issue-reopened-24.svg b/icons/issue-reopened-24.svg index 2df743155..19ea64ba2 100644 --- a/icons/issue-reopened-24.svg +++ b/icons/issue-reopened-24.svg @@ -1 +1 @@ - \ No newline at end of file + \ 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 94120f142..bc47b5a94 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.2.1".freeze + VERSION = "14.2.2".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index 70e58fcfd..596d6d88d 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "14.2.1" +gem "octicons", "14.2.2" 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 93cab6481..99f34c5ea 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.2.1".freeze + VERSION = "14.2.2".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 68524d431..f0dfc0cca 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.2.1" + s.add_dependency "octicons", "14.2.2" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index 40455a1e4..c6004e6ec 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "14.2.1" +gem "octicons", "14.2.2" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 076c74d2b..608be684d 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.2.1" + s.add_dependency "octicons", "14.2.2" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 84b2ece99..c1a462c88 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.2.1".freeze + VERSION = "14.2.2".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 07ab75beb..6a0d8098f 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "14.2.1", + "version": "14.2.2", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub Inc.", diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 5941b92fc..5b1f79c6a 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "14.2.1", + "version": "14.2.2", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json index d6251a68d..9fa570ad9 100644 --- a/lib/octicons_styled/package.json +++ b/lib/octicons_styled/package.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-octicons", - "version": "14.2.1", + "version": "14.2.2", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/package.json b/package.json index 0ce51506c..a640fa6c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "14.2.1", + "version": "14.2.2", "scripts": { "version": "script/version", "test": "ava -v tests/*.js",