diff --git a/CHANGELOG.md b/CHANGELOG.md index a3881e536..2fa357065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 8.1.3 + +- Add `eye-closed` icon, courtesy of @colinkeany + # 8.1.2 - Patch release for failed 8.1.1 release diff --git a/lerna.json b/lerna.json index 04612afd6..1b51682c2 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "lib/octicons_jekyll", "lib/octicons_react" ], - "version": "8.1.2" + "version": "8.1.3" } diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 26013b6ee..835769021 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,3 +1,3 @@ module Octicons - VERSION = "8.1.2".freeze + VERSION = "8.1.3".freeze end diff --git a/lib/octicons_gem/package.json b/lib/octicons_gem/package.json index 4d395247c..e77938b83 100644 --- a/lib/octicons_gem/package.json +++ b/lib/octicons_gem/package.json @@ -1,6 +1,6 @@ { "name": "octicons_gem", - "version": "8.1.2", + "version": "8.1.3", "description": "Don't install", "scripts": { "postinstall": "bundle install --path vendor/bundle", diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index e4ac4922e..a48008f4c 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 = "8.1.2".freeze + VERSION = "8.1.3".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 72fca503a..42ba958ee 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -13,6 +13,6 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "octicons", "8.1.2" + s.add_dependency "octicons", "8.1.3" s.add_dependency "rails" end diff --git a/lib/octicons_helper/package.json b/lib/octicons_helper/package.json index 5de0026ae..403a2f8ec 100644 --- a/lib/octicons_helper/package.json +++ b/lib/octicons_helper/package.json @@ -1,6 +1,6 @@ { "name": "octicons_helper", - "version": "8.1.2", + "version": "8.1.3", "description": "A rails helper that makes including svg Octicons simple.", "scripts": { "version": "../../script/rubyversion ./lib/octicons_helper/version.rb", @@ -22,6 +22,6 @@ "rubygems": "octicons_helper", "homepage": "https://github.com/primer/octicons#readme", "dependencies": { - "octicons_gem": "8.1.2" + "octicons_gem": "8.1.3" } } diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 0408be2ad..5c630a45c 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.1" - s.add_dependency "octicons", "8.1.2" + s.add_dependency "octicons", "8.1.3" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 87496fc21..884e27cdb 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 = "8.1.2".freeze + VERSION = "8.1.3".freeze end end diff --git a/lib/octicons_jekyll/package.json b/lib/octicons_jekyll/package.json index 521db88cf..b5e2e012f 100644 --- a/lib/octicons_jekyll/package.json +++ b/lib/octicons_jekyll/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-octicons", - "version": "8.1.2", + "version": "8.1.3", "description": "A jekyll liquid plugin that makes including svg Octicons simple.", "scripts": { "version": "../../script/rubyversion ./lib/jekyll-octicons/version.rb", @@ -21,6 +21,6 @@ "rubygems": "jekyll-octicons", "homepage": "https://github.com/primer/octicons#readme", "dependencies": { - "octicons_gem": "8.1.2" + "octicons_gem": "8.1.3" } } diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index febe894bf..832255e79 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "octicons", - "version": "8.1.2", + "version": "8.1.3", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://octicons.github.com", "author": "GitHub Inc.", diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 457b970d6..ef92620bb 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@githubprimer/octicons-react", - "version": "8.1.2", + "version": "8.1.3", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://octicons.github.com", "author": "GitHub, Inc.", @@ -45,7 +45,7 @@ "fs-extra": "^6.0.1", "jest": "^23.2.0", "next": "^5.1.0", - "octicons": "8.1.2", + "octicons": "8.1.3", "primer-react": "0.0.6-alpha.1", "react": "^16.4.0", "react-dom": "^16.4.1", diff --git a/package.json b/package.json index 2554cc477..32e92f665 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bootstrap": "lerna bootstrap", "test": "ava tests/*.js && lerna run test", "lint": "eslint --fix script", - "bump": "lerna publish --exact --skip-npm --since \"v$(npm info octicons version)\"" + "bump": "lerna publish --exact --skip-npm --force-publish --since \"v$(npm info octicons version)\"" }, "figma": { "url": "https://www.figma.com/file/FP7lqd1V00LUaT5zvdklkkZr/Octicons"