Skip to content

Commit

Permalink
Merge pull request #363 from primer/release-9.3.1
Browse files Browse the repository at this point in the history
Release 9.3.1
  • Loading branch information
jonrohan committed Nov 25, 2019
2 parents 9b73fcf + 1e492fd commit 1191695
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 13 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,14 @@
# 9.3.1

## Bugfix

- Workflow icon had a cutoff edge.

# 9.3.0

### 🚀 New Features

- Workflow icons https://github.com/primer/octicons/pull/356 @ashygee
- Workflow icons https://github.com/primer/octicons/pull/356 @ashygee
- Allow 'unset' value for verticalAlign property https://github.com/primer/octicons/pull/354 @Fs00

# 9.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_gem/lib/octicons/version.rb
@@ -1,3 +1,3 @@
module Octicons
VERSION = "9.3.0".freeze
VERSION = "9.3.1".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/Gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "9.3.0"
gem "octicons", "9.3.1"
gem "rails"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_helper/lib/octicons_helper/version.rb
@@ -1,3 +1,3 @@
module OcticonsHelper
VERSION = "9.3.0".freeze
VERSION = "9.3.1".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/octicons_helper.gemspec
Expand Up @@ -13,6 +13,6 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "octicons", "9.3.0"
s.add_dependency "octicons", "9.3.1"
s.add_dependency "rails"
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/Gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "9.3.0"
gem "octicons", "9.3.1"

group :development, :test do
gem "minitest"
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/jekyll-octicons.gemspec
Expand Up @@ -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", "9.3.0"
s.add_dependency "octicons", "9.3.1"
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/lib/jekyll-octicons/version.rb
Expand Up @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end

module Jekyll
class Octicons < Liquid::Tag
VERSION = "9.3.0".freeze
VERSION = "9.3.1".freeze
end
end
2 changes: 1 addition & 1 deletion lib/octicons_node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/octicons_node/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
"version": "9.3.0",
"version": "9.3.1",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub Inc.",
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_react/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
"version": "9.3.0",
"version": "9.3.1",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"private": true,
"version": "9.3.0",
"version": "9.3.1",
"scripts": {
"version": "script/version",
"test": "ava -v tests/*.js",
Expand Down

0 comments on commit 1191695

Please sign in to comment.