Skip to content

Commit 6cbce08

Browse files
Version Packages (#967)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 640441e commit 6cbce08

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

.changeset/afraid-otters-pretend.md

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

.changeset/lemon-balloons-report.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+
## 19.5.0
4+
5+
### Minor Changes
6+
7+
- [#970](https://github.com/primer/octicons/pull/970) [`640441ee`](https://github.com/primer/octicons/commit/640441ee2935c85bb3e22022d4fb946be9b8d5c6) Thanks [@CameronFoxly](https://github.com/CameronFoxly)! - Update repo-clone and repo-pull, add 24px versions
8+
9+
### Patch Changes
10+
11+
- [#966](https://github.com/primer/octicons/pull/966) [`b8a4b4dc`](https://github.com/primer/octicons/commit/b8a4b4dc47f734db7893fe50e93703f2b1d07a2a) Thanks [@gavinmn](https://github.com/gavinmn)! - Fix `pin-slash` bug
12+
313
## 19.4.0
414

515
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Octicons
2-
VERSION = "19.4.0".freeze
2+
VERSION = "19.5.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", "19.4.0"
5+
gem "octicons", "19.5.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 = "19.4.0".freeze
2+
VERSION = "19.5.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", "19.4.0"
16+
s.add_dependency "octicons", "19.5.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", "19.4.0"
5+
gem "octicons", "19.5.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", "19.4.0"
17+
s.add_dependency "octicons", "19.5.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 = "19.4.0".freeze
6+
VERSION = "19.5.0".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": "19.4.0",
3+
"version": "19.5.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub Inc.",

lib/octicons_react/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-react",
3-
"version": "19.4.0",
3+
"version": "19.5.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub, Inc.",

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": "19.4.0",
3+
"version": "19.5.0",
44
"publishConfig": {
55
"registry": "no registry, don't publish from this package.json."
66
},

0 commit comments

Comments
 (0)