Skip to content

Commit 2e45c45

Browse files
Version Packages
1 parent 410831b commit 2e45c45

13 files changed

Lines changed: 20 additions & 20 deletions

File tree

.changeset/mighty-berries-behave.md

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

.changeset/new-emus-double.md

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

CHANGELOG.md

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

3+
## 17.11.0
4+
5+
### Minor Changes
6+
7+
- [#895](https://github.com/primer/octicons/pull/895) [`ce11fb3b`](https://github.com/primer/octicons/commit/ce11fb3b3c67b9c0f4f69bec14e5a962b189cba2) Thanks [@joshblack](https://github.com/joshblack)! - Update the npm package for `@primer/octicons-react` to include the `exports` field and explicitly list out files in `package.json`
8+
9+
### Patch Changes
10+
11+
- [#894](https://github.com/primer/octicons/pull/894) [`410831bc`](https://github.com/primer/octicons/commit/410831bc3d3aee3b816fb4172031a470b7b1e38e) Thanks [@langermank](https://github.com/langermank)! - [Bug] up/down chevron alignment fix
12+
313
## 17.10.2
414

515
### 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.2".freeze
2+
VERSION = "17.11.0".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.2"
5+
gem "octicons", "17.11.0"
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.2".freeze
2+
VERSION = "17.11.0".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.2"
16+
s.add_dependency "octicons", "17.11.0"
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.2"
5+
gem "octicons", "17.11.0"
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.2"
17+
s.add_dependency "octicons", "17.11.0"
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.2".freeze
6+
VERSION = "17.11.0".freeze
77
end
88
end

0 commit comments

Comments
 (0)