Skip to content

Commit 87c5569

Browse files
authored
Version Packages (#890)
1 parent 2e0d21f commit 87c5569

File tree

12 files changed

+16
-15
lines changed

12 files changed

+16
-15
lines changed

.changeset/forty-owls-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 17.10.2
4+
5+
### Patch Changes
6+
7+
- [#886](https://github.com/primer/octicons/pull/886) [`b5a1530f`](https://github.com/primer/octicons/commit/b5a1530f441e5b2f7b3c874fe669c5d0d1838d9c) Thanks [@eliperkins](https://github.com/eliperkins)! - Upgrade to latest version of SVG Optimizer to remove invalid SVG paths on iOS, macOS and other native Apple target platforms.
8+
39
## 17.10.1
410

511
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Octicons
2-
VERSION = "17.10.1".freeze
2+
VERSION = "17.10.2".freeze
33
end

lib/octicons_helper/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "octicons", "17.10.1"
5+
gem "octicons", "17.10.2"
66
gem "rails"
77

88
group :development, :test do
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OcticonsHelper
2-
VERSION = "17.10.1".freeze
2+
VERSION = "17.10.2".freeze
33
end

lib/octicons_helper/octicons_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313

1414
s.require_paths = ["lib"]
1515

16-
s.add_dependency "octicons", "17.10.1"
16+
s.add_dependency "octicons", "17.10.2"
1717
s.add_dependency "railties"
1818
s.add_dependency "actionview"
1919
end

lib/octicons_jekyll/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "octicons", "17.10.1"
5+
gem "octicons", "17.10.2"
66

77
group :development, :test do
88
gem "minitest"

lib/octicons_jekyll/jekyll-octicons.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
1414
s.require_paths = ["lib"]
1515

1616
s.add_dependency "jekyll", ">= 3.6", "< 5.0"
17-
s.add_dependency "octicons", "17.10.1"
17+
s.add_dependency "octicons", "17.10.2"
1818
end

lib/octicons_jekyll/lib/jekyll-octicons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
33

44
module Jekyll
55
class Octicons < Liquid::Tag
6-
VERSION = "17.10.1".freeze
6+
VERSION = "17.10.2".freeze
77
end
88
end

lib/octicons_node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons",
3-
"version": "17.10.1",
3+
"version": "17.10.2",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub Inc.",

0 commit comments

Comments
 (0)