Skip to content

Commit ffd4aaf

Browse files
Version Packages (#901)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4cbc043 commit ffd4aaf

File tree

15 files changed

+24
-30
lines changed

15 files changed

+24
-30
lines changed

.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.

.changeset/purple-jars-film.md

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

.changeset/red-actors-thank.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
* [#902](https://github.com/primer/octicons/pull/902) [`4cbc043a`](https://github.com/primer/octicons/commit/4cbc043a81f81ad23f5e5bbb5dc687fe9f550877) Thanks [@gavinmn](https://github.com/gavinmn)! - Save sparkle-fill-16.svg
10+
11+
- [#903](https://github.com/primer/octicons/pull/903) [`caf958be`](https://github.com/primer/octicons/commit/caf958be9c695ff9ee4381328a555f12b0d830fa) Thanks [@gavinmn](https://github.com/gavinmn)! - Save fiscal-host-16.svg
12+
13+
### Patch Changes
14+
15+
- [#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
16+
317
## 17.10.2
418

519
### 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"

0 commit comments

Comments
 (0)